/* the news box */
#news
{
	width:200px;

	
}
#news a
{
	color:#353393;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
#news ul
{
	color:#333333;
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	color:#333333;
	line-height:14px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:100px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
.newsbarBGR {
	background-image: url(../site_ready/newsBarBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.NewsTitle {
	font-family: Avant Garde, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #83ACDC;
	text-decoration: none;
}

