﻿body {
    background-color: #e6e5e5;
    margin: 0px;
    height: 100%;
}
body, td, th {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666363;
    font-size: 11pt;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Defused OT Regular;
    margin: 0px;
    font-weight: normal;
    z-index: 0;
}
h1 {
    font-size: 28px;
    line-height: 28px;
    color: #bd2db0;
}
h2 {
    font-size: 28px;
    line-height: 28px;
    color: #ec6a0b;
}
h3 {
    font-size: 18px;
    line-height: 18px;
    color: #666363;
    padding-bottom: 5px;
}
h4 {
    font-size: 33px;
    line-height: 33px;
    color: #bd2db0;
}
h5 {
    font-size: 33px;
    line-height: 33px;
    color: #ec6a0b;
}
h6 {
    font-size:22px;
    line-height:22px;
    color: #bd2db0;
}


a, a:visited {
    color: #000099;
}
hr {
    height: 1px;
    color: #666363;
    background-color: #666363;
}
hr.purple {
    background-color: #bd2db0;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* IDs */
#maintable {
    width: 980px;
    background-color: #ffffff;
    background-image: url(/images/pagebg.png);
    background-repeat: repeat-y;
    height: 100%;
    margin: 0 auto;
}
#logo {
    padding-top: 20px;
    width: 386px;
    height: 140px;
}
#topbanner {
    width: 507px;
    height: 94px;
    background-image: url(/images/topad_bg.png);
    background-repeat: no-repeat;    
    margin-top: 35px;
    text-align: center;
}
#topbanner>div {
    padding-top: 17px;
}
#searchform {
    text-align: center;
    padding-top: 20px;
}
#searchform table {
    margin: 0 auto;
}
#tabletop {
    background-image: url(/images/tablebg_top.png);
    height: 16px;
    width: 980px;
}
#tablemiddle {
    background-image: url(/images/tablebg_middle.png);
    background-repeat: repeat-y;
    width: 980px;
}
#tablemiddle table {
}
#tablebottom {
    background-image: url(/images/tablebg_bottom.png);
    height: 26px;
    width: 980px;
}
#tablenav {
    background-image: url(/images/tablebg_middle.png);
    background-repeat: repeat-y;
    padding: 10px;
    width: 980px;
    text-align: center;
}
#tablenav a {
    font-size: 9pt;
    text-decoration: none;
    color: #666363;    
}
#tablenav a:hover {
    text-decoration: underline;
}
#copyright {
    padding-bottom: 30px;
    text-align: center;
}
#contentmain {
    width: 685px;
    padding-left: 20px;
    height: 100%;  
}
#content_main {
    width: 713px;
    padding-left: 20px;
    height: 100%;  
}

#contentright {
    padding-right: 25px;
}
#contentsub table {
    margin: 0 auto;
}
#statement {
    width: 252px;
    height: 451px;
    padding-bottom: 15px;
    margin: 0 auto;
}
#rightbanner {
    width: 234px;
    height: 730px;
    background-image: url(/images/sidead_bg.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
}
#rightbanner>div {
    padding-top: 65px;
}
#inlinetable {
    display: inline; 
}
#navtrail {
    padding: 3px 0px 0px 15px;
}
#navtrail a {
    text-decoration: none;
    color: #bd2db0;
}
#navtrail a:hover {
    text-decoration: underline;
}
#plainmain {
    padding: 0px 25px 0px 20px;
}

/* CLASSES */
.right {
    float: right;
}
.left {
    float: left;
}
.purple {
    color: #bd2db0;
}
.orange {
    color: #ec6a0b;
}
.gray {
    color: Gray;
}
.bold {
    font-weight: bold;
}
.f7 {
    font-size: 7pt;
}
.f8 {
    font-size: 8pt;
}
.f9 {
    font-size: 9pt;
}
.f10 {
    font-size: 10pt;
}
.f11 {
    font-size: 11pt;
}
.f12 {
    font-size: 12pt;
}
.f13 {
    font-size: 13pt;
}
.f14 {
    font-size: 14pt;
}
