/* HOME PAGE */
div#left_menu {
	width: 175px;
	margin-left: 0;
}
#left_menu h2 {
	margin-left: 10px;
}
div#news_hdr {
	height: 16px;
	margin: 15px 0 10px 0;
	background: url(images/left_hdr_news.gif) no-repeat 8px 0;
}
ul#news li {
	list-style: none;
	font-size: .8em;
	padding: 3px 10px 5px 10px;
	background: url(images/list_style_a.gif) no-repeat #eae4dc;
	border-top: 1px solid #900000;
}
ul#news li.style_b {
	background: url(images/list_style_b.gif) no-repeat #f1ede8;
}
ul#news li:hover {
	background: white;
}
ul#news a {
	color: black;
}
ul#news a:hover {
	color: #900000;
	text-decoration: none;
}
ul#news span.date {
	font-size: .85em;
	font-weight: bold;
}