#news-events-section {
	display: block;
}

/* NEWS */
#news {
	width: 184px;
	margin: 8px 0 10px 0;
	background: #415e6a;
	font-size: 11px;
}
.news-item {
	margin: 16px 0;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	}

#news-top {
	width: 184px;
	height:33px;
	margin: 0;
	padding: 0;
	background: url(/images/news-header.gif) top center no-repeat;
}
.news-top-text {
	color: #ffffff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#news-body {
	width: 164px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: #415e6a;
}
.news-item-date, .news-item-text {
	color: #ffffff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #c3eeff;
	text-decoration: underline;
	font-size: 11px;
}
a.news-link:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
}
	

/* COURSES & EVENTS */
#events {
	width: 184px;
	margin: 0 0 0 0;
	background: #415e6a;
	font-size: 11px;
}
.events-item {
	margin: 16px 0;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
	}
#events-top {
	width: 184px;
	height:33px;
	margin: 0;
	padding: 0;
	background: url(/images/events-header.gif) top center no-repeat;
	line-height: 14px;
}
#events-body {
	width: 164px;
	margin: 0;
	padding: 0 10px 0 10px ;
	background: #415e6a;
}
.events-top-text {
	color: #ffffff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.events-item-date, .events-item-text {
	color: #ffffff;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
a.events-link:link, a.events-link:visited, a.events-link:active {
	color: #c3eeff;
	text-decoration: underline;
	font-size: 11px;
}
a.events-link:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 11px;
}

#newsevents {
	margin-bottom: 20px;
}

span.newsevents-item-date {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #999;
	width: 300px;
	margin-top: 15px;
	background-color:#CFE1EC;
}

span.newsevents-item-title {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

span.newsevents-item-date {
	display: block;
}
.newsevents-viewall {
	color: #FFFFFF;
	font-weight: bold;
	background: #6f8188;
	width: 164px;
	height: 18px;
	padding: 1px 10px 3px 10px;
} 
a.newsevents-viewall-link:link, a.newsevents-viewall-link:visited, a.newsevents-viewall-link:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.newsevents-viewall-link:hover { text-decoration:underline;}
