body {
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#CCCCCC;
}

#header {
	width: 980px;
	height: 230px;
}

#container {
width: 980px;
margin: 0 auto;
text-align:left;
background-image:url(images/bkg.jpg);
background-repeat:repeat-y;
}

a.topnav:link {color:#FFFFFF; text-decoration: none}
a.topnav:visited {color:#FFFFFF; text-decoration: none}
a.topnav:active {color:#FFFFFF; text-decoration: none}
a.topnav:hover {color:#CCCCCC; text-decoration: none;}

a.nav:link {color:#FFFFFF; text-decoration: none}
a.nav:visited {color:#FFFFFF; text-decoration: none}
a.nav:active {color:#FFFFFF; text-decoration: none}
a.nav:hover {color:#CCCCCC; text-decoration: none;}

#top_nav {
background-color:#080151;
width:960px;
padding:10px;
text-align:right;
font-size:12px;
color:#FFFFFF;
}

#lefttop {
float:left;
height:230px;
width:235px;
font-size:11px;
color:#000000;
margin:0 auto;
background-color:#C9D2EA;
}

#sidebar_text {
font-size:11px;
text-align:justify;
}

#righttop {
float:right;
width:725px;
height:230px;
}

#righttop img {
margin-bottom:-3px;
}

#nav {
background-color:#080151;
width:960px;
font-size:15px;
text-align:center;
padding:10px;
color:#FFFFFF;
clear:both;
}

#left {
clear:both;
float:left;
width:225px;
padding-left:8px;
padding-top:5px;
font-size:14px;
color:#000000;
background-color:#c9d2ea;
text-align:center;
}

#content {
float:right;
width:700px;
padding-right:8px;
padding-top:8px;
font-size:12px;
}

#footer {
clear:both;
background-color:#080151;
width:960px;
padding:10px;
text-align:right;
font-size:12px;
color:#FFFFFF;
}