/*********   RSS MODULE   *********/
.news-module {
	width:220px;
	height:314px;
	background-image:url(/images/bg-news-module.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#4b1003;
	font-family:trebuchet MS;
	font-size:12px;
	color:#ffffff;
	line-height:125%;
	border-bottom:1px solid #531b13;
	padding:5px 0px 0px 2px;
}
/* Associated Press Module */
.news-module2 { 
	width:220px;
	height:455px;
	background-image:url(/images/bg-news-module-show.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#4b1003;
	font-family:trebuchet MS;
	font-size:12px;
	color:#ffffff;
	line-height:125%;
	border-bottom:1px solid #531b13;
	padding:5px 0px 0px 2px;
}
.news-module3 { 
	width:220px;
	height:575px;
	background-image:url(/images/bg-news-module-mil.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#4b1003;
	font-family:trebuchet MS;
	font-size:12px;
	color:#ffffff;
	line-height:125%;
	border-bottom:1px solid #531b13;
	padding:5px 0px 0px 2px;
}
.news-graphic {
	margin:2px 0px 0px 0px;
	height:5px;
}
.news-graphic-mil {
	margin:6px 0px 0px 0px;
	*margin:9px 0px 0px 0px;
	height:5px;
}
.news-recent {
	margin:20px 10px 10px 30px;
	/*margin:12px 5px 10px 25px;*/
}
.rssTitle {
	text-decoration: none;
	line-height:120%;
	font-family:trebuchet MS;
	font-style:normal;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}
.rssTitle a, .rssTitle a:visited, .rssTitle a:active{
	color:#f6b927;
	font-size:12px !important;
	font-weight:normal;
	text-decoration:none;
}	
.rssTitle a:hover {
	text-decoration:underline;
	font-size:12px;
}	
.rssPosttime {
	color:#aaaaaa;
	font-style:normal;
	font-size:10px;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:3px;
}
.rssContent {
	font-size:12px;
	font-style:normal;
	font-family:verdana;
	color:#ffffff;
	line-height:120%;
	overflow:hidden;
	width:99%;
}