*{
	margin: 0;
	padding: 0;
	font-family : Arial;
	font-size : 14px;
}
body {
	background-image : url(../images/bg.jpg);
	background-position : 50% 0%;
	background-repeat : no-repeat;
	background-color : #DAF95D;
}
img{
	border: 0px;
}
ol, ul {
	list-style: none;
}
p{
	padding-bottom: 10px;
	text-align : justify;
}
a{
	color: #006400;
}
a:hover{
	text-decoration : none;
}
html,body {
height: 100%;
}
#main {
	width:980px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}
#header{
	width:100%;
	height : 162px;
	width: 970px;
	margin-left:4px;
}
#titles{
	width: 750px;
	height : 162px;
	float:left;
}
#titles1{
	font-size : 16px;
	font-weight : bold;
	padding-top : 20px;
}
#titles2{
	font-size : 20px;
	font-weight : bold;
	padding-top : 13px;
	color:#006400;
}
#logos{
	width: 218px;
	height : 162px;
	float:left;
}
#logo1{
		float:left;
		padding-left: 19px;
		padding-top:60px;
}
#logo2{
		float:left;
		padding-left: 10px;
		padding-top:55px;
}
#logo3{
		float:left;
		padding-left: 10px;
		padding-top:30px;
}
#maincontent{
	background-image : url(../images/bg-main.png);
}
#content{
	border-top:1px solid #fff;
	width: 970px;
	margin-left:4px;
}
#left_content{	
	width: 654px;
	float:left;
	padding-left:40px;
}
#right_content{	
	width: 264px;
	float:left;
}
#navi-arrow{
	padding-right:2px;
	padding-left:2px;
}
#line-nav{
	font-size : 10px;
	color:#006400;
	padding-top:8px;
	padding-bottom:7px;
	border-bottom:1px solid #c1c1c1;
}
#line-nav a{
	font-size : 10px;
	color:#006400;
	text-decoration : none;
}
#line-nav a:hover{
	text-decoration : underline;
}
h1{
	font-size : 24px;
	font-weight : normal;
	margin-top: 10px;
	margin-bottom: 15px;
}
.schform{
	padding-top:18px;
	padding-left:26px;
}
.schtext{
	width:200px;
	height: 25px;
	border: 1px solid #C1C1C1;
	border-right:0;
}
.schbutton{
	background-color : #006400;
	background-image : url(../images/search.jpg);
	width: 33px;
	height: 27px;
	border: 0;
	position: absolute;
}
#partners{
	font-weight : bold;
	color : #006400;
	padding-top:20px;
	padding-left:25px;
}
#partners img{
	padding-left:10px;
	padding-top:5px;
}
#banners{
	padding-top:28px;
	padding-left:26px;
}
#social{
	border-top: 1px solid #c1c1c1;
	margin-top: 15px;
	padding-top :10px;
	text-align : right;
}
#social div{
	float:right;
}
#social_talk{
	padding-top:5px;
	padding-right:5px;
}
#footer{
	width: 970px;
	height: 200px;
	background-image : url(../images/footer.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	margin-left: 4px;
}
#footer_banners{
	padding-left:45px;
	padding-top:30px;
}
#footer_text{
	padding-left:45px;
	padding-top:20px;
	font-weight : bold;
	color : #384244;
}
#footer-green{
	width: 970px;
	height: 30px;
	background-image : url(../images/bg-menu.gif);
	background-repeat : repeat-x;
	margin-left: 4px;
	padding-top:13px;
}
#footer-green span{
	color : #fff;
	font-size : 10px;
	padding-left:45px;
}
.news1, .news2{
	vertical-align : top;
	padding: 10px;
}
.news1 img{
	width:200px;
	border: 1px solid #006400;
}
.newshead{
	font-weight : bold;
	font-size : 14px;
	color : #006400;
	text-decoration : none;
}
.newsdate{
		font-size : 10px;
	color : #006400;
}
.item_delim {
	height: 1px;
	border: none;
	color: #c1c1c1;
	background: #c1c1c1;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 16px; 
}
#left_content ul{
	padding-left: 20px;
}
#left_content ul li{
	list-style : disc;
}
.row_delim{
	border-top:1px solid #c1c1c1;
}