.rss-title, .rss-title a { text-decoration:none; color:#0c367c; font-size:1.2em; font-weight:bold;}
.rss-title a:hover { text-decoration:underline;}
ul.rss-items { margin:0 !important; padding:5px 10px 0 10px !important; font-family: Arial, Helvetica, sans-serif; list-style:none !important; list-style-image:none !important;}
li.rss-item { list-style:none !important; list-style-image:none !important; margin:0; padding:5px 0; border-top:1px solid #dadae2; clear:both; font-size:11px; color:#333; line-height:1.4em;}
li.rss-item img { float:left; margin:0 5px 1px 0; border:1px solid #cfcdbb;}
li.rss-item a, li.rss-item a:visited { 
	color: #0c367c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
li.rss-item a:hover {
	color: #933;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.rss-date { font-size:11px; color:#333; line-height:1.4em;}
    * rss_box defines the bounding div for the entire display- use to define borders, fill, etc.
    * rss_title the title of the feed and link style if displayed. Use with variants of rss_title a:link, rss_title a:hover, etc for rollowver styles
    * rss_items defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.
    * rss_item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.
    * rss_item a: variant for the item title and link style
    * rss_date defines the display of item posting dates
    
  div.spotlight { margin-top:-5px;}
  div.spotlight li.rss-item { border:none !important; padding-bottom:15px !important;}
  div.spotlight li.rss-item img { margin-right:10px !important; margin-bottom:20px !important; background:#fff; padding:2px; border:1px solid #b4cee7;}
