body {
background-color:#FFF;
}

#container
{
width: 100%;
margin: 0px;
color: #FFF;
}

#top
{
background-image: url(imgs/header_c.jpg) no-repeat;
background-color:#FFF;
width: 700px;
height: 250px;
margin: 0 0 7em 10em;
padding: 0 0 0em 10em;
}

#leftnav
{
float: left;
width: 230px;
margin: 1em 0.5em 7em .5em;
padding: 1em 0.5em 2em 1em;
background-color:#ffffff;
}

#leftnav p { 
margin: 0em 1em 0em -0.5em;
padding: 1em 0em 0em 1em;
display: block;
font-family: Arial, Georgia, Tahoma, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
font-style: italic;
text-indent: 1.5em;
color:#005B80;
text-align: left;
background-color:#ffffff;
line-height: 125%;
}
 
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #974A6A;
padding: 0 0 0 2.5em;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#A1A559;
padding: 0 0 0 0.5em;
text-decoration: underline;
}

h5 {
line-height: 100%;
padding: 0em;
color: #8B8E4D;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:normal;
text-decoration: none;
}

h6 {
line-height: 100%;
padding: 0em;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:normal;
text-align: center;
color: #a1a559;
text-decoration: none;
}

#leftnav ul li {
list-style-type: none;
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0em 1em 0em -3em;
padding: .5em;
display: block;
line-height: 100%;
background-color:#ffffff;
}

#leftnav a:link {color: #4D9CBC;
text-decoration: none;
}

#leftnav a:visited {
color: #A1A559;
text-decoration: none;
font-weight: normal;
}

#leftnav a:hover {
color: #AFEEEE;
text-decoration: none;
font-size: 120%;
}

#leftnav a:active {
color: #AFEEEE;
}

#content
{
margin-left: 270px;
padding: 2em 2em 3em 5em;
max-width: 48em;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6495ED;
background-color:#ffffff;
}

#content p {color: #005B80;}

#content a:link {
color:#5FC1E8;
text-decoration: underline;
}

#content a:visited {
color: #A1A559;
text-decoration: none;
}

#content a:hover {color: #DA70D6;
text-decoration: none;
}

#content h2 { 
font-size: 18px;
font-style: italic;
margin: 0 0 .5em 0;
color:#5FC1E8;
text-indent: 1.5em;
 }
 
#footer
{
clear: both;
margin:  0.5em 8em 0em 30em;
padding: 0em 8em 0em 0em;
background-color:#ffffff;
text-align: center;
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 100%;
}

#footer a:link {color: #005B80;
text-decoration: underline;
}

#footer a:visited {
color: #A1A559;
text-decoration: none;
}

#footer a:hover {color: #AFEEEE;
text-decoration: none;
}

#footer a:active {
color: #ff0000;


