body {
 font-family: verdana,arial,sans-serif;
 font-size: .83em;
 color: #333;
 background-color: #8D9C8C;
 margin: 0px;
}
.header {
 background-color: #577192;
 background-image: url('nav/bgtop.gif');
 width: 820px;
 height: 247px;
 margin-left: auto;
 margin-right: auto;
 border-left: 1px solid #333;
 border-right: 1px solid #333;
}
.content {
 background-color: #fff;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
 border-left: 1px solid #333;
 border-right: 1px solid #333;
 padding: 10px;
 line-height: 120%;
}
.footer {
 background-color: #577192;
 width: 820px;
 margin-left: auto;
 margin-right: auto;
 border-left: 1px solid #333;
 border-right: 1px solid #333;
 border-bottom: 1px solid #333;
 color: #fff;
 padding-bottom: 3px;
}
.footerleft {
color: #fff;
 text-transform: uppercase;
 padding: 5px;
 font-size: .7em;
 line-height: 160%;
}
.footerright {
color: #fff;
 text-transform: uppercase;
 padding: 5px;
 font-size: .7em;
 line-height: 160%;
}
.footerleft a:link {
 color: #fff;
 font-weight: normal;
 text-decoration: none;
}

.footerleft a:visited {
 color: #fff;
 font-weight: normal;
 text-decoration: none;
}

.footerleft a:hover {
 color: #FA890E;
 font-weight: normal;
 text-decoration: underline;
} 
.footerbox {
 text-transform: uppercase;
 font-size: 10px;
 border: 1px solid #435877;
 background-color: #8A93A0;
 color: #333;
 padding: 1px;
}

.leftbox {
 width: 100px;
 padding: 3px;
 text-transform: uppercase;
 font-size: .7em;
 float: left;
}
a:link {
 color: #9C0030;
 font-weight: bold;
}

a:visited {
 color: #6B0625;
 font-weight: bold;
}

a:hover {
 color: #C96707;
 font-weight: bold;
} 

small {
 font-size: .79em;
 font-family: arial,verdana,sans-serif;
 line-height: 110%;
}

h1 {
 font-size: 1.8em;
 font-family: arial,verdana,sans-serif;
 font-weight: bold;
 padding-top: 0px;
 margin-top: -3px;
 letter-spacing: -.02em;
 line-height:110%;
}

strong {
 font-size: 1.1em;
 font-family: verdana,arial,sans-serif;
 font-weight: bold;
 letter-spacing: -.02em;
}



 
#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 9px verdana, sans-serif;
line-height:15px;
color: #fff;
background-color: #E28827;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 2px solid #fff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
background-color: #E28827;
text-transform: uppercase;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #577192;
color: #fff;
}
