body {
	margin:0px;
}
a {
        text-decoration:none;
}
#navcontainer {
        
}
#navcontainer ul li a {
        font: normal 14px Verdana;
        text-decoration: none;
        color: #336633;
}
#navcontainer ul li a:hover {
        text-decoration:underline;
}
#navlist {
        list-style-type: none;
        text-align: left;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#336633;
	width: 910px;
	margin:0px;
	padding:0px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 154px;
	width: 910px;
	padding:0px;
}
#mainwrapper {
	width: 910px;
	background-image:url(images/main_bg_910w.png);
	background-repeat:repeat-y;
	padding-left:2px;
}
#main_left {
	float: left;
	width: 171px;
	min-height:570px;
	height:510px;
	background-image:url(images/main_left_bg_w_cross.png);
	background-repeat:no-repeat;
}
#main_mid {
	float: left;
	width: 478px;
}
#main_right {
	width: 259px;
	float:right;
}
#before_footer {
	clear: both;
	width: 886px;
	background-color:#336633;
}
#footer {
	background-color: #cccc99;
	height: 35px;
	width: 886px;
	font-size:10px;
	color:#006633;
}
#footer a {
        color:#666;
}
.newsheader {
        margin:auto;
        width:182px;
        background-image:url(images/newsheader_separator_182w.png);
        background-position:bottom;
	background-repeat:no-repeat;
        padding-bottom:20px;
}
.news_topic {
        font-weight:bold;
}