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



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

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

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

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

.newsside a:visited {
	font-weight: bold;
	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; 
	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; 
}	

.newsbody a {
	color: #D05010; 
	text-decoration: underline;
}	

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


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