/* B O D Y  R U L E S */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
body, p, li, ol, ul, td, th, tr
{
    font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
    font-size: 11px; /* If you want to change anything, just change this.*/ /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all.*/
    color: #666;
}

ul.casesite 
{
    list-style-image: url('/images/bulletArrow.gif;')
}
form, select, option, input, textarea{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #666;
    width: 375px;
}

#header {
        background-color:#FFFFFF;
        height:75px;
        border:1px solid #FFFFFF; }
#topnav {
        background-color:#2f64ae;
        border-left:1px solid #FFFFFF;
        border-bottom:1px solid #FFFFFF;
        border-right:1px solid #FFFFFF; }
#buttons {
        margin:0px 0px 0px -20px;
        padding:7px 20px;
        text-transform:uppercase;
        font-family:Verdana, sans-serif;
        font-weight:bold;
        font-size:.7em;
        white-space:nowrap; } 
        #buttons a {
        padding:7px 20px;
        border-right:1px solid #FFFFFF;
        font-family:Arial, sans-serif;
        font-weight:bold;
        color:#FFFFFF;
        text-decoration:none; } 
        #buttons a:hover {
        border-right:1px solid #000000;
        font-family:Arial, sans-serif;
        font-weight:bold;
        color:#FFFFFF;
        text-decoration:none;
        background-color:#333333; } 
        #buttons strong {
        padding:7px 20px;
        border-right:1px solid #333333;
        font-family:Arial, sans-serif;
        font-weight:bold;
        color:#FFFFFF;
        text-decoration:none;
        background-color:#5986c5; }
        
        #header2 {
        background-color:#5986c5;
        height:72px;
        border:1px solid #000000; }
        
        #header3 {
        background-color:#5986c5;
        height:32px;
        border:1px solid #000000; }
        
#leftnav {
        width:250px;
        height:450px;
        background-color:#FFFFFF;
        border-left:1px solid #FFFFFF;
        border-right:1px solid #FFFFFF;
        float:left; }
#body {
        height:450px;
        background-color:#FFFFFF;
        border-right:1px solid #FFFFFF; }
        
#rightnav
{
    width: 143px;
    background-color: #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    float: right;
    margin-top: 0px;
    height: 75px;
}
#footer {
        background-color:#000000;
        clear:both; }
