#newsDiv
{
	float:left;
	height:548px;
	width:100%;	
	background:white;
}

#newsHeaderDiv
{
	height:40px;
	width:100%;
	background-image:url('../images/news_header.gif');	
}

#newsItemContainerDiv
{	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

.newsItemDiv
{
	padding-top:15px;
	padding-bottom:5px;
	height:75px;
}

.separator
{
	border-bottom:1px dashed lightgray;
}

.newsButtonDiv
{	
	background-image:url('../images/news_button.gif');
	background-repeat:no-repeat;
	height:25px;
	width:100%;
	padding-bottom:5px;
}

.newsDateSpan
{
	position:relative;
	left:11px;
	top:5px;
	color:white;
	font-size:11px;
	font-weight:900;	
}

.newsLink
{
	color:white;
	text-decoration:none;
}

.newsContentDiv
{
	padding:3px;
	color:#7D7D7D;
	font-size:13px;	
	height:30px;
	overflow:hidden;
}