body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454b41;
	/* font-size:75%; */
	overflow: -moz-scrollbars-vertical;
	background-color:#FFFFFF;
	}
#container {
	width:640px; 
	margin:0 auto 0 auto;
}
/* F O N T S   */


a { color: green;
}
.text {font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:454b41;
	}
	
.header_text {font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:454b41;
	padding-right:30px;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.2em;
	text-transform: none;
	color:#3f7d30;
	margin-top:4px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.2em;
	text-transform: none;
	color: #3e7c29;
	margin-top:4px;
}
.title {
 margin-left:11px;
 
 color:#3f7d30;
 }
 
hr {
	background:none;
	height:0px;
	border:0;
	border-bottom:1px dotted #C7BFA1;
	margin:0 12px 15px 12px;
	width:596px;
}

	/* P A G E */
	
.content {
    width:640px;
 	height:550px; 
	background-image:url(images/gradient.jpg);	
	background-position:top;
	background-repeat:repeat-x;

}
.header {
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 77px;
	width:640px;

}
.header1 {
	display:table-cell; 
	position:relative; 
	float:left; 
	width:121px;
	height:82px; 
	text-align:center;	
  }

.header2 {
	display:table-cell; 
	position:relative; 
	float:left; 
	width:480px; 
	height:82px;

}
.news_content {
	display:table-cell; 
	position:relative; 
	float:left; 
	margin-top:10px; 
/*	margin-left:30px; */
	padding-left:20px;
	padding-right:20px;
	width:600px;
	height:300px;	
	overflow:auto;
	clear: both;	
	
}

.newsItem {
  	/*color:#9f0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:30px; */
	margin-left:30px; 
	height:18px;
	}
.cat {
  	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.2em;
	
	}
li {
 color:#9f0000;
 margin-left:20px;
}	

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #bebebe;
	text-align:center;
}


