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

/* NEWS */
#news {
	width: 160px;
	margin: 10px 0 0 0;
	background: url(/images/news-bg.gif) top center repeat-y;
}
.news-item {
	margin: 6px 0;
	}

#news-top {
	width: 145px;
	height:22px;
	margin: 0;
	padding: 7px 5px 0 10px;
	background: url(/images/news-header.gif) top center no-repeat;
}
.news-top-text {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#news-body {
	width: 145px;
	margin: 0;
	padding: 7px 5px 1px 10px ;
	min-height: 120px;
	background: url(/images/news-bg.gif) top center repeat-y;
}
.news-item-date, .news-item-text {
	color: #252525;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #398ecb;
	text-decoration: none;
}
a.news-link:hover {
	color: #398ecb;
	text-decoration: underline;
}
	

/* COURSES & EVENTS */
#events {
	width: 160px;
	margin: 10px 0 0 0;
	background: url(/images/news-bg.gif) top center repeat-y;
}
.event-item {
	margin: 6px 0;
	}
#events-top {
	width: 145px;
	height:22px;
	margin: 0;
	padding: 7px 5px 0 10px;
	background: url(/images/news-header.gif) top center no-repeat;
}
#events-body {
	width: 145px;
	margin: 0;
	padding: 7px 5px 1px 10px ;
	min-height: 120px;
	background: url(/images/news-bg.gif) top center repeat-y;
}
.event-top-text {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.event-item-date, .event-item-text {
	color: #252525;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.events-link:link, a.events-link:visited, a.events-link:active {
	color: #398ecb;
	text-decoration: none;
}
a.events-link:hover {
	color: #398ecb;
	text-decoration: underline;
}
