.newsdetail {
	margin: 0px auto;
	padding: 0px;
	width: 96%;
	height: 100%;
}

.newscontent {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 80%;
	height: 100%;
	border-right: 1px solid #5486FF;
}

.newsside {
	float: right;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 19%;
}

.newsside a {
	color: #D05010; 
	font-weight: bold;
	text-decoration: none;
}	

.newsside a:hover {
	color: #000000; 
	text-decoration: none;
}	

.newsside p {
	color: #5486FF;
	font-weight: bold;
	margin: 4px 0px;
	padding: 0px;
}	

.newsside ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}	

.newsside li {
	margin: 0px;
	padding: 0px;
}	

.newsposted {
	font-size: 11px; 
	font-weight: normal; 
	color: #404040; 
}	

.newstitle {
	font-size: 16px; 
	font-weight: bold; 
	color: #D05010; 
	width: 99%;
	border-bottom: 1px solid #000000;
}	

.newstitle a {
	color: #D05010; 
	font-weight: bold;
	text-decoration: none;
}	

.newstitle a:hover {
	color: #000000; 
	text-decoration: none;
}	

.newsbody {
	font-size: 12px; 
	font-weight: normal; 
	color: #404040;
	padding: 10px 10px 10px 20px; 
}	

.newsminheight {
	float: right;
	width: 1px;
	height: 310px;
}	
