#newslist {
	width: 767px;
	margin-bottom: 20px;
}

#newslist .newsitem {

	clear: both;
	padding: 5px 0px;

}

#newslist .headline {

	clear: both;
	background-color: #dedede;
	color: #777;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 5px;
	text-align: left;
	padding: 6px 5px;
}


#newslist .photowrap {
	width: 120px;
	clear: both;
	float: left;
	margin-bottom: 10px;
}	

#newslist .description {
	float: left;
	width: 540px;
}

#newslist .morelink {
	width: 75px;
	float: right; 
	text-align: right;
	margin: 20px 0px;
}

#newslist .morelink {
	width: 75px;
	display: block;
	float: right;
	background: #01539d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 2px 0px;
	text-decoration: none;
}

#newslist .morelink:hover { 
background: #d30909;
}

.newsarchive {
	width: 150px;
	clear: both;
	display: block;
	background: #01539d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin-top: 15px;
	padding: 2px 0px;
	text-decoration: none;
}

.newsarchive:hover { 
background: #d30909;
}
