/* CSS Document */

#news {
	margin: 0 0 10px 0;
	float: left;
	width: 460px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #900004;
}

#news_article {
	margin: 0 auto;
	padding: 1px 5px 1px 5px;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	width: auto;
}

#news_articleHome {
	margin: 0 0 4px 0;
	padding: 1px 5px 1px 5px;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	width: auto;
	border:1px #CACACA solid;
}

#news_articleHome:hover{
	border:1px #CACACA solid;
	background-color:#F1F1F1;
	cursor: pointer;
	color:#000;
}

#news_date {
	font-size: 11px;
	float:right;
}

#news_title {
	font-size: 14px;
	font-weight: bolder;
}

#news_image {
	float: left; 
	background: url(../../Images/news/default.jpg) no-repeat;
	height: 120px;
	width: 120px;
	padding: 5px 5px 5px 5px;
}

#news_imageHome {
	float: left; 
	background: url(../../Images/news/default.jpg) no-repeat;
	height: 70px;
	width: 70px;
	padding: 5px 5px 5px 5px;
}

#news_story {
	padding-top: 3px;
	float: right; 
	width: 310px;
}

#news_storyHome{
	padding-top: 3px;
	float: right; 
	width: 460px;
}

#news_div {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	background: #900004;
	width: 100%;
	height: 3px;
}