html,body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "Tahoma", "Verdana", "Sans-serif";
	font-size: 11px;
	background: url('/static/images/body_background.jpg') white top repeat-x;
	color: #077339;
}

h1{
	display: none;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

#main{
	width: 1000px;
	margin:0 auto;
}

#top{
	height: 428px;
	margin:0px;
	padding:0px;
	overflow: hidden;
}

#top_menu{
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-bottom:9px;
	padding-right: 30px;
	overflow: hidden;
	background: url('/static/images/top_menu_background.jpg');
	text-align: right;
}

#top_menu li{
	list-style-type: none;
	display: inline;
	margin:0px;
	padding:0px;
}

#top_menu li a:link, #top_menu a:visited{
	color: #73c183;
	padding-right: 20px;
	padding-left: 20px;
	background: url('/static/images/top_menu_a_background.jpg') right no-repeat;
}

#top_menu form{
	margin:0px;
	padding:0px;
	display: inline;
}

#top_menu form label{
	color: #73c183;
	padding-right: 20px;
	padding-left: 20px;
}

#search_text{
	border: solid 1px #aaabad;
	border-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	width: 147px;
	padding-left: 8px;
	padding-right: 5px;
	color: #07723c;
}

#search_submit{
	width: 34px;
	height: 20px;
	background: url('/static/images/search_submit.jpg') no-repeat;
	border:0px;
	margin-left: 5px;
	cursor: pointer;
}

#header{
	height: 341px;
	margin:0px;
	padding:0px;

	overflow:hidden;
}

#home_link{
	display: none;
}

#header_subpage{
	height: 241px;
	margin:0px;
	padding:0px;
	background: url('/static/images/header_background.jpg');
	overflow:hidden;
}

#menu{
	margin:0px;
	padding:0px;
	height: 48px;
	overflow: hidden;
	background: url('/static/images/menu_background.jpg');
	text-align: center;
}

#menu li{
	list-style-type: none;
	display: inline;
	padding:0px;
	margin:0px;
}

#menu li a{
	margin-left: 30px;
	margin-right: 35px;
}

#menu li a img{
	border:0px;
}

#bottom{
	overflow: hidden;
}

#footer{
	border-top: solid 5px #e2f1da;
	padding-bottom: 20px;
	overflow: hidden;
}

#copyrights{
	width: 200px;
	float: left;
	overflow: hidden;
	color: #a5b898;
	margin-top: 15px;
}

#designed{
	width: 235px;
	float: right;
	overflow: hidden;
	color: #a5b898;
	margin-top: 15px;
}

#designed a:link, #designed a:visited{
	color: #a5b898;
}


#adds{
	overflow: hidden;
	margin-bottom: 20px;
}

#marks{
	width: 660px;
	height: 80px;
	float: left;
	overflow: hidden;
	background: url('/static/images/marks.jpg?20100908') no-repeat;
	text-align: left;
}

#marks ul{
	margin:0px;
	padding:0px;
	margin-left: 100px;
}

#marks ul li{
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
	padding-left: 5px;
}

#marks ul li a img{
	border: 0px;
}

#middle{
	overflow: hidden;
	margin:0px;
	padding:0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#content{
	width: 660px;
	float: left;
	overflow: hidden;
}

#boxes{
	overflow: hidden;
}

#leftBox{
	width: 325px;
	float: left;
	overflow: hidden;
}

#leftBox h2{
	margin-left: 14px;
	margin-bottom: 2px;
}

#rightBox h2{
	margin-left: 6px;
	margin-bottom:2px;
}

#rightBox{
	width: 325px;
	float: right;
	overflow: hidden;
}

.box{
	width: 305px;
	height: 195px;
	overflow: hidden;
	background: url('/static/images/box_background.jpg') no-repeat;
	margin-left: 6px;
}

#leftBox .box{
	margin-left: 14px;
}

.box_content{
	width:160px;
	float: left;
	margin:0px;
	padding:0px;
}

.box_content h3{
	font-size: 14px;
	color: #006d33;
	margin-left:18px;
	border-bottom: solid 3px #e2f1da;
	padding-bottom: 8px;
	margin-bottom: 3px;
}

.box_content p{
	margin-left: 18px;
	text-align: justify;
}

.box_image{
	width: 140px;
	float: right;
	margin:0px;
	padding:0px;
	padding-top: 5px;
}

.box_image img{
	width: 135px;
	height: 177px;
}

.box_content .more{
	text-align: right;
}

.box_content .more a img{
	border: 0px;
}

#marks{
	text-align: center;
	margin-top: 20px;
}

#sidebar{
	width: 338px;
	float: right;
	margin-right: 2px;
}

#news{
	padding-top: 15px;
}

#news h2{
	margin-left: 25px;
}

.newsDate{
	margin-left: 30px;
	margin-right: 15px;
}

#news h3{
	margin-top: 2px;
	margin-bottom:2px;
	font-size: 11px;
	margin-left: 30px;
	margin-right: 15px;
}

#news p{
	margin-top:0px;
	margin-left: 30px;
	margin-right: 15px;
	overflow: hidden;
	text-align: justify;
}

#news .firstNews{
	border-bottom: solid 3px #e2f1da;
	padding-bottom: 25px;
}

.news_more:link, .news_more:visited{
	color: #cf292f;
	font-size: 12px;
}

.sidebar_news_image{
	float: right;
	margin-left: 10px;
}

#newsletter{
	width: 338px;
	float: right;
}

#newsletter h2{
	margin-left: 25px;
}

#newsletter form{
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 22px;
}

#newsletter_email{
	width: 143px;
	padding-left: 7px;
	padding-right: 7px;
	border: solid 1px #9dd16f;
	color: #09723a;
}

#newsletter_add{
	padding:0px;
	border:0px;
	width: 67px;
	height: 22px;
	background: url('/static/images/newsletter_add.jpg') no-repeat;
}

#newsletter_remove{
	padding:0px;
	border:0px;
	width: 65px;
	height: 21px;
	background: url('/static/images/newsletter_remove.jpg') no-repeat;
}

