
body
{
font-family: "Trebuchet MS", verdana, sans-serif;
background-image: url(../images/bg/main_bg.jpg);
background-repeat: repeat-x;
margin: 0px;
}

#main_wrapper
{
margin: 0 auto;
width: 840px;
}

#header .nav
{
margin: 0px 0px 0px 10px;
height: 31px;
}


/*================================================== MAIN CONTENT STYLES ==================================================*/


#main_content
{
background-image: url(../images/bg/top_corners.gif);
background-repeat: no-repeat;
background-position: top;
background-color: #FFFFFF;
width: 839px;
margin-top: 0px;
padding: 0px;
}

#main_content .full_width
{
padding: 10px 20px 0px 10px;
color: #017ca8;
font-size: 12px;
line-height: 16px;
}

#main_content .full_width .header
{
font-size: 18px;
font-weight: bold;
margin: 10px 0px 5px 0px;
}

#main_content .full_width li
{
margin: 0px;
}

#main_content .full_width a
{
color: #017ca8;
text-decoration: underline;
}


/*================================================== FOOTER STYLES ==================================================*/


#footer
{
height: 58px;
width: 839px;
margin: 0px 0px 0px 0px;
background-color: #017ca8;
background-image: url(../images/bg/footer_corners.gif);
background-repeat: no-repeat;
background-position: bottom;
}

#footer .footer_text
{
font-size: 80%;
color: #FFFFFF;
text-align: right;
padding: 20px 15px 0px 0px;
}

#footer .footer_logo
{
float: left;
margin: -10px 0px 0px 10px;
}

#footer .footer_text a
{
color: #FFFFFF;
text-decoration: none;
}

#footer .footer_text a:hover
{
color: #FFFFFF;
text-decoration: underline;
}

.clear
{
clear: right;
}
