/* CSS Document */

#news {margin: 0 0 20px 0}

#news-left {
	float: left;
	width: 18px;
	height: 18px;
	background: url('img/news_tl.blue.gif') no-repeat bottom #9d2126
}

#news-right {
	float: right;
	width: 18px;
	height: 18px;
	background: url('img/news_tr.blue.gif') no-repeat bottom #9d2126
}

#news-body {
	width: 190px;
	margin:  0;
	padding:  0 15px 5px;
	color:  white;
	background-color: #1b558f
}

#news-middle {float:left; background-color: #1b558f; width: 184px; height: 18px}
#news-footer {background: url('img/news_bg.blue.gif') repeat-x bottom; height: 30px}

#rss-box {}

#rss-box-head {padding: 0 0 5px 0; text-align: center}

#rss-box-body {}
.rss-items {text-align:left; line-height: 16px; font-size: 13px}
.rss-item  {}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {color: white; text-decoration: none}
.rss-item a:hover {}
	
.rss-date {} 



