#news-events-section {
	display: block;
}

/* NEWS */
#news {
	width: 200px;
	margin: 5px 0 0 0;
	background: #e3ebea url(/images/news-base.gif) bottom left no-repeat;
}
.news-item {
	margin: 11px 0;
	}

#news-top {
	width: 185px;
	height:26px;
	margin: 0;
	padding: 7px 5px 0 10px;
	background: #e3ebea url(/images/news-header.gif) top center no-repeat;
}
.news-top-text {
	color: #3f5452;
	font: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 11px;
}

#news-body {
	width: 185px;
	margin: 0;
	padding: 0px 5px 0px 10px ;
	background: #e3ebea;
}
.news-item-text {
	color: #3f5452;
	font: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 11px;
}
.news-item-date {
	color: #3f5452;
	font: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 11px;
	font-weight: bold;
}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #4aa49c;
	text-decoration: underline;
}
a.news-link:hover {
	color: #4aa49c;
	text-decoration: underline;
}

#news-base {
	height: 5px;
	width: 200px;
	background: url(/images/news-base.gif) bottom left no-repeat;
}


#newsevents {
	margin-bottom: 20px;
}

span.newsevents-item-date {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #666;
	margin-top: 15px;
	width: 100%;
}

span.newsevents-item-title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

span.newsevents-item-date {
	display: block;
}