/* begin styles for RSS Feed */

.rss-box {
	 margin: 40px 0 0 0;
	 width: 124px;
   border: 3px double #278064;
   padding: 0;
}

.rss-items {
	margin: 0;
	padding: 0;
	color: #e4eef0;
}

p.rss-title {
  padding: 8px 3px 0 3px;
  text-align: center;
}

.rss-title {
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #278064;
	color:#fff;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.rss-title a:hover {
	color: #00e0d0;
}

.rss-item  {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  list-style: none;
  padding: 0 5px 0 5px;
  list-style: none;
  text-align: center;
}

.rss-item a {
	text-decoration : none;
	color: #002030;
	font-size: 11px;
	font-weight:light;
	font-family: verdana, arial, helvetica, sans-serif;
	}

.rss-item a:hover {
	color: #009090;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 
