body {
    width: 980px;
    color: #000000;
    background: #D6E3BC;
    font-size: 10pt;
    font-family: Century Gothic, Helvetica;
/*Lucida Grande, Century Gothic and Tahoma  Trebuchet MS  */
}

.imgLeft {
    float: left;
    margin: 10px 10px 10px 0px;
}

.imgRight {
    float: right;
    margin: 10px 0px 10px 10px;
}

.top {
    margin-top: 0px;
}

.pageWrapper {
    width: 980px;
    margin: 0px;
    padding: 0px;
/*    border: 1px solid #ff0000;*/
}

.pageHeader {
    width: 100%;
    padding-bottom: 50px;
}

.horizBorder {
    font-size: 0pt;
    background-color: #336600;
    height: 8px;
    width: 100%;
}

.horizBorderAccent {
    font-size: 0pt;
    background-color: #000000;
    height: 3px;
    width: 100%;
}

.pageHeaderContent {
    padding: 12px;
}

#headerLogo {
    position: absolute;
    top: 30px;
    left: 30px;
}

.pageHeaderTxt {
    padding-left: 280px;
    font-size: 35pt;
    font-weight: bold;
}

.pageHeaderSubtext {
    padding-left: 330px;
    font-size: 20pt;
    font-weight: bold;
    letter-spacing: -0.5pt;
}

.pageTitle {
    color: #000000;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.subheading {
    padding: 15px 0px 10px 0px;
    text-align: center;
/*    text-decoration: underline;*/
    font-weight: bold;
    font-size: 12pt;
}

.biggerText {
    font-size: 11pt;
}

.ulHdr {
    color: #336600;
    font-size: 12pt;
    font-weight: bold;
}

.navMenu {
    height: 100%;
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
    width: 220px;
    padding-right: 20px;
}

.pageCopy {
    width: 710px;
    padding: 0px 0px 20px 20px;
    margin: 0px;
    border-left: solid 1px #336600;

}

.txtImgRight {
    margin-left: 360px;
}

.txtAlignToImage {
    padding-top: 15px;
}

.pageFooter {
    text-align: center;
    padding: 20px 0px 10px 0px;
    font-weight: bold;
}

.clear {
    clear: both;
}

td {
    font-size: 10pt;
}

a {
    color: #336600;
    font-weight: bold;
    text-decoration: none;
}

a.large {
    color: #336600;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: underline;
}

a:visited {
    color: #336600;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}