@charset "UTF-8";
/* CSS Document */

.newsnav {
	width: 955px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 17px;
	position:relative;
	float:none;
	clear:both;
}	
.newsbody {
	width: 955px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	float:none;
	clear:both;
	overflow:auto;
}
.newscontent h1 {
	padding: 0px 0 23px 0;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	line-height: 42px;
	color:#3B3B3B;
	font-weight:normal;
}
.newscontent {
	width:545px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:21px;
	color: #3B3B3B;
	clear: left;
}


.newsindex {
	width: 365px;
	float:right;
	clear:right;
	margin:0 0 0 35px;
}
.newsdate {
	width:545px;
	padding:0px 0 5px 0;
	border-color:#ECECEC;
	border-style:solid;
	border-width:0px 0 1px 0;
	font-family:Helvetica, Arial;
	font-size:14px;
	line-height:16px;
	color:#CCC;
	margin:0 0 20px 0;
	
}


