/* CSS Document */

/* begin styles for RSS Feed */


a.rss-sections {
	width:270px;
	margin-left:2px;
	font-size:12px;
	color:#01396f;
	display:block;
	line-height:20px;
	text-decoration:none;
	text-indent:20px;
	background:url(../images/rss-bullet.gif) no-repeat left center;
	}


a.rss-sections:hover{
	background-position:right;
	}


.moreNews a{
	font-size:9px;
	text-decoration:underline;
	float:right;
	color:#01396f;
	margin-right:10px;
	margin-bottom:10px;
	}

.moreNews a:hover{
	color:#e62e1f;
	text-decoration:none;
	}

#rss-sub{
	padding-left:2px; 
	color:#939495;
	font-style:italic;
	font-size:10px;
	}


/* RSS Feeds unordered lists */

.rss-box {
	 padding:5px;
	 width: 240x;
	}

.rss-items {
	margin-left:5px;
	padding:0;
}


.rss-title {
	font-size:11px;
	color: #01396f;
	font-weight:bold;
	line-height:12px;
	}

.rss-item  {
  list-style:none;
  line-height:11px;
  padding-bottom:10px;
  font-size:10px;
}

.rss-item a {
	color:#01396f;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	background:none;
	text-indent:0;
	line-height:14px;
	padding:0;
	margin:0;
	}
	
.rss-item a:hover {
	background:none;
	color: #e62e1f;
}

.rss-date {
	font-size: 9px;
	color: #939495;
	}


