/* the news box */
#news
{
	width:190px;
	/*background: #f7941d;*/
	background: #transparent;
	/*background: url(../Images/News_bg.jpg) top center no-repeat;*/
}
#news a
{
	color:red;
}

#news li a{
	color:#11477C;
	text-align:left;
	font-size:smaller;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	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;
}

#newsEntryPoint div {
	margin: 20px;
	padding:10px;
	
	border:1px solid #bbbbbb;
}
