/* CSS Document */
.homeNewsContainer {
	margin-top:6px;
}

.homeNewsBox {
	margin-bottom:8px;
}

.homeNewsThumb {
	float:left; 
	background-position:center; 
	background-repeat:no-repeat; 
	width:50px; 
	height:50px;
}

.newsContentStandard {
	float:right; width:196px;
}	

.newsContentWide {
	float:right; width:256px;
}

.newsMoreLink {
	float:right; 
	background-color:#4C2F91; 
	color:#FFFFFF; 
	padding-left:8px; 
	padding-right:8px;
}

.newsMoreLink a, .newsMoreLink a:hover, .newsMoreLink a:visited, .newsMoreLink a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.newsBottomLine {
	float:left; 
	border-bottom:1px solid #4C2F91; 
	width:190px;
}

.newsBottomLineLong {
	float:left; 
	border-bottom:1px solid #4C2F91; 
	width:614px;
}

.newsTitleRow {

}

.newsTitleRow h3 {
	float:left;
	width:426px;
	background-color:#4C2F91;
	color:#FFFFFF;
	padding:6px;
	margin:0px;
}

.newsTitleRow div {
	float:right;
	width:229px;
	margin-left:1px;
	background-color:#B5CE2F;
	text-align:right;
	padding:6px;
}	

.newsContainer {
	margin-bottom:20px;
}


.newsImage {
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	width:120px;
	height:120px;
	margin-right:12px;
	margin-bottom:12px;
}
