@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	list-style-type: square;
	margin:0;
	background-color:#666666;
}

a:link{
	color:#445e01;
}

a:visited{
	
}

a:hover{
	color:#768e38;
}

#left_menu a:hover{
	color:#a3c54d;
}
/* divs */

#main_wrapper{
	width:760px;
	margin:0 auto;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	clear:both;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
}

#top_bar{
	height:30px;
	background-image:url(../images/top_bar.gif);
	background-repeat:repeat-x;	
	clear:both;
}

#picture_bar{
	width:760px;
	height:160px;
	clear:both;
}

.picbar_left{
	width:200px;
	float:left;
}

.picbar_right{
	width:560px;
	height:159px;
	border-bottom:1px solid #FFFFFF;
	background-color:#a3c54d;
	float:right;
	text-align:center;
}

.img{
	width:175px;
	height:131px;
	margin:0;
	padding-right:1px;
	position:relative;
	top:13px;
	clear:none;
	display:inline;
}

#top_menu{
	width:760px;
	height:40px;
	clear:both;
}

.topmenu_left{
	background-color:#cdd1c2;
	border-right:1px solid #FFFFFF;
	width:199px;
	height:40px;
	float:left;
}

.topmenu_left ul{	
	list-style-type:none;
	padding-left:20px;
	margin-left:0px;
	padding-top:10px;
	
}

.topmenu_left li{
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	color:#333333;
}

.topmenu_left a{
	font-size: 12px;
	font-style: bold;
	color:#333333;
}

.topmenu_left a:hover{
	color:#666;
}

.topmenu_right{
	background-color:#7e8470;
	width:560px;
	height:40px;
	float:right;
}

.topmenu_right ul{	
	list-style-type:none;
	padding-left:20px;
	margin-left:0px;
	padding-top:10px;
}

.topmenu_right li{
	display:inline;
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	color:#FFFFFF;
}

.topmenu_right a{
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	color:#FFFFFF;
}

.topmenu_right a:hover{
	color:#eef2e5;
}

#content_wrapper{
	clear:both;
	width:760px;
	border-top:1px solid #FFFFFF;
}

#left_menu{
	width:200px;
	float:left;
	background-color:#FFFFFF;
}

#left_menu ul{	
	list-style-type:none;
	padding-left:20px;
	margin-left:0px;
	padding-top:10px;
}

#left_menu li{
	padding:5px 0;
}

#left_menu a{
	color:#445221;
	font-size: 11px;
	font-style: bold;
	text-decoration: none;
}

#left_menu a:hover{
	color:#a3c54d;
}

#content{
	width:520px;
	margin:20px 0 20px 20px;
	padding-right:20px;
	float:right;
	background-color:#eef2e5;
}

#content ul{	
	list-style-type:none;
	padding-left:20px;
	margin-left:0px;
	padding-top:10px;
}

#content li{
	padding:5px 0;
}

#content img{
	padding:0 0 5px 5px;
}

#footer{
	
	border-bottom:1px solid #FFFFFF;
	clear:both;
	
}