#maincontent .news_story_preview {
	clear: both;
	
	margin-top: 8px;
	padding: 8px 0;
}

#maincontent .news_story_preview_header {
	height: 20px;
	background: #f6f6f6 url('/images/layout/news_story_heading.gif') repeat-x;
	border-bottom: 1px solid #909090;
	padding: 3px 8px;
	margin-bottom: 10px;
}

#maincontent .news_story_preview h1 {
	float: left;
	font-family: georgia, times, serif;
	font-size: 11pt;
	text-transform: none;
	font-weight: normal;
	color: #F74300;
	line-height: 15pt;
	padding: 0;
	margin: 0;
	font-style: normal;
}

#maincontent .news_story_preview h1 a {
	color: #F74300;
	text-decoration: none;
}

#maincontent .news_story_preview h1 a:hover {
	color: #F74300;
	text-decoration: underline;
}

#maincontent .news_story_preview p.story_date {
	float: right;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 0.7em;
	text-transform: none;
	font-weight: normal;
	color: #404040;
	line-height: 15pt;
	padding: 1px 0 4px 0;
	margin: 0;
}


#maincontent .news_story_preview img {
	float: left;
	border: 1px solid #404040;
	padding: 0;
	margin: 0 8px 10px 0;
	width: 140px;
	height: 100px;
}

