body{
	text-align:center;
}
#container{
	margin:0 auto;
	width:990px;
	text-align:left;
}
/*Layout*/
#top{
	width:990px;
	height:60px;
	border-bottom:solid 1px #CCCCCC;
	padding:0 0 9px 0;	
}
#top_adspace{
	width:468px;
	height:60px;
	float:left;
	margin:1px;
}
#top_mid{
	border-left:solid 1px #CCCCCC;
	height:20px;
	float:left;
	padding:40px 0 0 7px;
	margin:0 0 0 60px;
	color:#4c4d4d;
}
#top_logos{
	float:right;
	padding:16px 0 0 0;
}
#top_logos img{
	margin:0 0 0 12px;
}
#header{
	width:990px;
	height:95px;
	border-bottom:solid 1px #CCCCCC;
}
#header_left{
	padding:14px 0 0 16px;
	height:86px;
	width:427px;
	height:64px;
	float:left;
}
#header_right{
	float:right;
}
#header_right img{
	margin:5px 4px 0 0;
}
#menubar{
	height:25px;
	width:990px;
	padding:4px 0 4px 0;
	border-bottom:solid 1px #CCCCCC;
}
#menubar_left{
	width:144px;
	height:25px;
	background-color:#89bc39;
	padding:0 0 0 6px;
	text-transform:uppercase;
	line-height:25px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}
#menubar_left a {
	color: white;
}
#menubar_mid{
	width:374px;
	height:25px;
	float:left;
	background-color:#e7eef5;
	margin:0 0 0 3px;
}
#menubar_right{
	float:right;
	height:25px;
	width:460px;
}
#menubar_right a{
	background:url(../images/but_menu.gif) no-repeat scroll 0pt 0px;
	display:block;
	width:152px;
	height:25px;
	float:left;
	margin:0 0 0 1px;
	line-height:25px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
#menubar_right a:hover{
	background:url(../images/but_menu.gif) no-repeat scroll 0pt -25px;
	display:block;
	width:152px;
	height:25px;
	float:left;
	margin:0 0 0 1px;
	line-height:25px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
#content{
	float:left;
	width:990px;
	background-color:#FFFFFF;
}
#content_sidebar {
	float:left;
	width:150px;
	padding:8px 0 10px 0;
	border-bottom:solid 1px #cccccc;	
}
#content_sidebar ul#navigation {
	padding:0 0 20px 0;
	margin:0 0 10px 0;
	list-style:none;
	border-bottom:solid 1px #cccccc;	
}
#content_sidebar ul#navigation li {
	padding:0 0 0 8px;
	margin:0 0 0 0;
	list-style:none;	
}
#content_main{
	width:590px;
	height:auto;
	float:left;
	padding:10px 0 0 20px;
}
#content_main img#slogan {
	float:left;
	margin:0 0 10px 0;
}
#content_right {
	width:160px;
	margin:5px 0 10px 70px;
	float:left;
}
#content_right_searchbar,
#content_left_searchbar {
	width:157px;
	height:24px;
	background-color:#89bc39;
	margin:0 0 5px 0;
	padding:3px 0 0 3px;
	line-height:14px;
}
#searchbar_input{
	width:143px;
}
#content_right_news{
	width:144px;
	padding:8px;
	background-color:#e7eef5;
	margin:0 0 5px 0;
}	
#content_right_news h1{
}
#content_right_adspace{
	width:160px;
	height:215px;
}
#footer{
	clear:both;
	position:relative;
	width:990px;
	height:38px;
	background-color:#ffffff;
	border-top:solid 1px #cccccc;
}	
#footer_menu{
	float:left;
	height:14px;
	padding:5px 0 0 0;
}
#footer_menu a{
	color:#000102;
	font-size:11px;
	padding:0 10px 0 0;
}
#footer_logo{
	float:right;
	margin:10px 10px 0 0;
}

