/* the news box */
#news {
	width: 156px;
	height: 116px;
	overflow: auto;
	margin: 10px auto 0 auto;
}
#news ul {
	width: 136px;
	margin: 0 auto;
	padding: 0 4px 0 0;
	list-style-type: none;
	text-align: left;
}
#news li {
	margin: 0;
	padding: 0 0 14px 24px;
	line-height: 1.2em;
	font-size: 10px;
	background-image: url(/images/bkg_news_item.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
	color: #324A30;
	text-decoration: none;
	font-family:arial;
}
#news a {
	color: #324A30;
	text-decoration: none;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	width: 150px;
	height: 116px;
	overflow: hidden;
	position: relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position: absolute;
	top: 120px;
	left: 0;
	margin: 0;
	padding: 0 4px 0 0;
	text-align: left;
}
p#DOMnewsstopper {
	display: none;
}
