@charset "utf-8";
/* CSS Document */
.featureLink {
	Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.featureLink:hover {
	text-decoration: underline;
}
img.thumbs {
	height:60px;
	width:70px;
	margin-right: 3px;
	border: solid black 1px;
	opacity: .5; /*firefox*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*ie8*/
	filter: alpha(opacity=50);	/*ie5-7*/
	cursor: pointer;				

}
img.thumbs:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);					

}
#News {
	width: 400px;
	margin-left: 18px;
}
#featureImage {
	height: 335px;
	width: 585px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
}
#featureTitle {
	height: 60px;
	width: 273px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	margin-top: 29px;
	margin-right: 15px;
	margin-left: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}
#featureSummary {
	height: 207px;
	width: 273px;
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#featureNav{
	height: 70px;
	width: 305px;
	margin-left: 11px;
	text-align: center;
}
#pubs {
	width: 400px;
	margin-left: 18px;
}
#colHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	text-decoration: none;
	margin-top: 10px;
}
#pubDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	margin-top: 12px;
}
#pubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin-top: 7px;
}
#pubSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 7px;
	margin-bottom: 7px;
}
#pubLink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	text-decoration: none;
	margin-top: 4px;
}

#pubLink a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#pubSpacer {
	width: 87%;
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
}
#pubsMore a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	padding-top: 18px;
}
#pubsMore a:hover {
	color: #CC0000;
	text-decoration: underline;
}

