/* the news box */

#newsout {
  padding-top:8px;
}

#news
{
	height:161px;
	overflow:hidden;
    visibility:hidden;
}
#news a
{
	color: #666;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#news a:hover {
  color: #AB0336;
  text-decoration:none;
}
AB0336

#news ul
{
	/*color:#333333;*/
	/*margin:0 .5em 0 .5em;*/
	padding:0;
  list-style-image: none;
}
#news li{
	color:#333333;
	line-height:1.5em;
    width:347px;
    
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:150px;
	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;
}

