#news-results .result-item {
	margin-top : 1.6em;
	padding : 1em 0 0;
	border-top : 1px solid #f2e3d9;
}

#news-results h3 {
	font-size : 100%;
	color : #6a370e;
}

#news-results .date {
	color : #bf7940;
	font-size : 77%;
	line-height : 1.92;
}

#recentnews {
	margin : 2em 0;
	border-top : 1px solid #dabfb1;
	clear : both;
}

#recentnews ul, #recentnews li {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#recentnews li {
	padding-left : 16px;
	background : url(../img/news_bullet.png) left no-repeat;
	font-size : .9em;
}

#recentnews a:link {
	text-decoration : none;
	color : #A25E3C;
}

#recentnews a:visited {
	text-decoration : none;
	color : #B49B86;
}

#recentnews a:hover {
	text-decoration : underline;
	color : #004a80;
}


