.mainBody {
    background-color:   #e0e0e0;
}

.imgCell {
    background-color:   #fcfcfe;
    vertical-align:     middle;
}

.titleBanner {
    padding-top:    20px;
    padding-bottom: 10px;
}

.titleMain {
    font-size:      190%;
    font-weight:    600;
}

.titleSub {
    font-size:      140%;
    font-weight:    580;
    padding-left:   20px;
}

.introPic {
    display:        block;
    margin-left:    auto;
    margin-right:   auto;
}

.mainDesc {
    font-size:      110%;
    font-weight:    600;
}

td {
    bgcolor:        #f8f8f8;
    padding:        8px;
}

.imgCaption {
    margin-top:     6px;
    font-style:     oblique;
    font-size:      140%;
    font-weight:    400;
}

.ImgDate {
    font-size:      90%;
}

.imgSubDesc {
    font-size:      100%;
    color:          #686030;
}

.imageCell {
    background-color:   #f8f8f8;
}


.dirTable {
    background-color:   #fcf4f4;
    border:             2px solid #818189;
}

.dirButton {
    font-size:          110%;
    font-weight:        610%;
    color:		white;
    width:              50%;
    min-width:          300px;
    height:             32px;
    //background-color:	#858595;
    background-color:	#00695c;
    border:		1px solid black;
    border-radius:	6px;
    box-shadow:         0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.33);
}

.dirCell {
    padding:            7px;
}

.dirButton:hover {
    background-color:   #05776d;;
    border:		2px solid #080808;
}
