/* below are styles for rss news feed from 
   http://jade.mcli.dist.maricopa.edu */
.rss_box {
	 /*margin: 1em;*/
	 width: 225px;
}
.rss_box .rss_item  {
	list-style: none;
}
.rss_box .rss_items {
	margin-top:0px;
	padding-left:0.10em; 
	margin-left:0px;
}
.rss_box p.rss_title {
	padding:0.5em;
}
.rss_box rss_title {
margin: 0px;
padding:0em;	
text-align: left;
}

.rss_title {
	text-decoration: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 85%;
	color:#333333;
	margin: 0px;
	padding:0em;	
	text-align: left;
}
.rss_item {
	font-family: arial,verdana,helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight:normal;
	padding-bottom: .6em;
}

a.rss_item:link, a.rss_item:visited, a.rss_item:active {
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	font-size:12px;
}
a.rss_item:hover {
	color: #5886E0;
}
.rss_date {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	font-style:italic;
}
/*******************************************/

/*.rss_box {
	 margin: 1em;
	 width: 200px;
	 background-color: #FFFFFF;
	 border: 1px solid #FFFFFF;
}

.rss_box .rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;

}
.rss_box p.rss_title {padding:0.5em;}

.rss_box .rss_title {
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-size: 85%;
	background-color:#FFFFFF;
	color:#FFFF99;
	font-weight:bold;
	margin: 0px;
	padding:0em;	text-align: left;

}
.rss_box .rss_item  {
  font-family: arial, verdana, sans-serif;
  font-size: 0.75em;
  font-weight : bold;
  list-style:none;
  padding-bottom:1em;

}
.rss_box  .rss_item a {
	text-decoration : underline;
	color:FF0000;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
.rss_box  .rss_item a:visited {
	color:330033;

}
.rss_box .rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #CC99CC;
	}*/
/* below are styles for rss from http://www.rss-to-javascript.com */
/*http://www.news4sites.com/service/newsfeed.php?tech=rss&id=397 */
a.newsLink:link, a.newsLink:visited, a.newsLink:active {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
	font-size:11px;
	line-height:16px;
}
a.newsLink:hover {
	color: #5886E0;
}
a.newsLinkAlt:link, a.newsLinkAlt:visited, a.newsLinkAlt:active {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
	font-size:11px;
	line-height:16px;
}
a.newsLinkAlt:hover {
	color: #5886E0;
}
.news, .newsAlt {
	font-family: arial,verdana,helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight:normal;
	padding-bottom: 0em;
	width: 210px;
}
