/* CSS Document */
body
{
background:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#bd7528;
margin:45px 0px 15px 0px;
padding:0px;
font-family:"Trebuchet MS";
font-size:12px;
color:#858383;
}
.right_nav
{
background:url(../images/top_nav_bg.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:221px;
height:36px;

}
.top_text_link_text
{
color:#ffffff;
text-decoration:none;
}
.top_text_link
{
color:#ffffff;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
.top_text_link:link
{
color:#ffffff;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
.top_text_link:active
{
color:#ffffff;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
.top_text_link:visited
{
color:#ffffff;
font-size:12px;
text-decoration:none;
font-weight:bold;
}
.top_text_link:hover
{
color:#ffffff;
font-size:12px;
text-decoration:underline;
font-weight:bold;
}
.header_text
{
color:#a86823;
font-size:18px;
}
.main_content_bg
{
background-color:#2e2e2e;
}
.right_content_bg
{
background-color:#2e2e2e;
}
.sub_header
{
color:#a86823;
font-size:14px;
}
.sub_text
{
color:#a86823;
font-size:12px;
}
.footer
{
background-color:#100a03;
padding-top:15px;
height:67px;
color:#939697;
}
.footer_text
{
color:#939697;
}
.footer_text_link
{
color:#939697;
text-decoration:none;
}
.footer_text_link:link
{
color:#939697;
text-decoration:none;
}
.footer_text_link:active
{
color:#939697;
text-decoration:none;
}
.footer_text_link:visited
{
color:#939697;
text-decoration:none;
}
.footer_text_link:hover
{
color:#939697;
text-decoration:underline;
}
.articles_link
{
text-decoration:underline;
color:#a86823;
}
.articles_link:link
{
text-decoration:underline;
color:#a86823;
}
.articles_link:active
{
text-decoration:underline;
color:#a86823;
}
.articles_link:visited
{
text-decoration:underline;
color:#a86823;
}
.articles_link:hover
{
text-decoration:none;
color:#a86823;
}
