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

#leftCol {
	width: 220px;
	margin-right: 40px;
	float: left;
	display: inline;

}

.newsList {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccaca;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}

.newsList strong {
	color: #f35700;	
}

.newsList a {
		color: #666666;
		text-decoration: none;
}

.newsList a:hover {
	color: 	#0074b3;
}

.newsList a strong {
	color: #f35700;	
}


.newsList a:hover strong {
	color: #0074b3;	
}

.newsList a.active {
	color: 	#0074b3;
}

.newsList a.active strong {
	color: #0074b3;	
}


#rightCol {
	width: 460px;
	padding-top: 25px;
	font-size: 13px;
	line-height: 20px;
	float: left;
	display: inline;
}

p {
	line-height: 20px;	
}

.headline {
	color: #f35700;
}

.headline strong {
	font-size: 33px;
	line-height: 20px;
}

.download {
	float: right;
	text-decoration: none;
}

.download:hover {
	text-decoration: underline;	
}

.download img {
	margin-right: 5px;	
}