body
{
background-image: url("images/bg.jpg");
background-repeat: repeat-x;
background-color: #ffffff;
text-align: center;
margin: 0px;
}

table, td, body
{
font-family: Arial;
font-size: 12px;
}

img
{
border: 0px;
}

.wrapper
{
text-align: left;
margin: 0px auto;
width: 900px;
}

.nav
{
width: 112px;
height: 331px;
padding-right: 18px;
float: left;
}

.content
{
background-image: url("images/content_bg.jpg");
background-repeat: repeat-y;
width: 688px;
color: #555555;
float: right;
}

.content a:link {color: #7caef3; text-decoration: underlined; font-size: 12px;}
.content a:visited {color: #7caef3; text-decoration: underlined; font-size: 12px;}
.content a:hover {color: #0851b6; text-decoration: underlined; font-size: 12px;}
.content a:active {color: #7caef3; text-decoration: underlined; font-size: 12px;}

li
{
padding-bottom: 3px;
}

.content_left
{
float: left;
}

.sidenav
{
width: 260px;
color: #ffffff;
background-color: #121212;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
}

.sidenav a:link {color: #acd373; text-decoration: underlined; font-size: 10px;}
.sidenav a:visited {color: #acd373; text-decoration: underlined; font-size: 10px;}
.sidenav a:hover {color: #ffffff; text-decoration: underlined; font-size: 10px;}
.sidenav a:active {color: #acd373; text-decoration: underlined; font-size: 10px;}

.sidenav2
{
width: 260px;
color: #ffffff;
background-color: #121212;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
font-weight: bold; 
}

.sidenav2 a:link {color: #acd373; text-decoration: none; font-weight: bold; font-size: 12px;}
.sidenav2 a:visited {color: #acd373; text-decoration: none; font-weight: bold; font-size: 12px;}
.sidenav2 a:hover {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 12px;}
.sidenav2 a:active {color: #acd373; text-decoration: none; font-weight: bold; font-size: 12px;}

.content_right
{
float: right;
width: 620px;
padding-right: 50px;
}

.dropdown {float:left; padding-right:5px}
.dropdown dt {width:188px; padding:8px; font-weight:bold; cursor:pointer;}
.dropdown dt:hover {color: #598527;}
.dropdown dd {position:absolute; overflow:hidden; width:194px; display:none; background:#000; z-index:200; opacity:0}
.dropdown ul {width:204px; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#fff; text-decoration:none; background:#000; width:194px}
.dropdown a:hover {background:#598527; color:#fff}
.dropdown .underline {}

.blue
{
color: #0851b6;
font-size: 14px;
font-weight: bold;
}





