body {
margin: 10;
padding: 0;
text-align: center;
min-width: 800px;
background-color: #ffffff;
font-family: Arial, Helvetica, Verdana,sans-serif;
}
#wrapper {
text-align: left;
width: 800px;
margin-left: auto;
margin-right: auto;
}
#maintext {
position: relative;
text-align: left;
width: 510px;
margin-left: 289px;
}
#scrollable {
padding: 3px 3px 3px 3px;
width: 420;
height: 400;
overflow: auto;
}
#redbox {			  
position: relative;
top-margin: 10px;
width: 195px;
height: 75px;
background-color: #EC1C24;
}
#homeleft {			  
padding: 3px 3px 3px 3px;
width: 195px;
height: 75px;
background-color: #EC1C24;
}
#secondarynav-pageheader{
margin-left: 170px;
}
UL.homeleft {
margin-top: 0;
list-style-type: square;
}
.main {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #008ED3;
}
.white {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
}
H1.gold {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;
color: #F6921D;
}
A.subnav {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #EC1C24;
text-decoration: none;
}
A.subnav:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #EC1C24;
text-decoration: none;
}
A.subnav:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #EC1C24;
text-decoration: none;
}
A.subnav:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #EC1C24;
text-decoration: underline;
}
.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #ffffff;
}
A.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #ffffff;
text-decoration: none;
}
A.footer:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #ffffff;
text-decoration: none;
}
A.footer:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #ffffff;
text-decoration: none;
}
A.footer:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #ffffff;
text-decoration: underline;
}
/* CSS Tabs */
#navcontainer { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: right;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        font-weight: bold;
        margin: 0;
        padding: 4px 0 3px 0;
        background-color: #8BC53F;
        border-top: 1px solid #8BC53F;
        border-bottom: 1px solid #8BC53F;
}

#navlist a {
        margin: 0;
        padding: 4px 8px 4px 8px;
        color: #ffffff;
        border-right: 1px solid #ffffff;
        text-decoration: none;
}

ul#navlist li#current {
        color: #008ED3;
        background-color: #8BC53F;
}

#navlist a:hover {
        color: #008ED3;
        background-color: #8BC53F;
}
.current {
        color: #008ED3;
        background-color: #8BC53F;
}
