#news-events-section {
	display: block;
}

/* NEWS */
#news {
	width: 160px;
	margin: 15px 0 0 0;
	background: #37322e url(/images/news-bg.gif) top center repeat-y;
}
.news-item {
	margin: 6px 0;
	}

#news-top {
	width: 183px;
	height:23px;
	margin: 0;
	padding: 6px 5px 0 10px;
	background: url(/images/news-events-title-bg.gif) top left no-repeat;
}
.news-top-text {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#news-body {
	width: 183px;
	margin: 0;
	padding: 7px 5px 1px 10px ;
	min-height: 120px;
	background: #dfdfdf url(/images/news-events-bg.gif) top left repeat-y;
}
.news-item-date, .news-item-text {
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news-item-date {font-weight: bold;}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #d61515;
	text-decoration: none;
}
a.news-link:hover {
	color: #d61515;
	text-decoration: underline;
}
#news-base {
	background: #fcf8db url(/images/news-events-base-bg.gif) bottom left no-repeat;
	width: 198px;
	height: 9px;
}

/* COURSES & EVENTS */
#events {
	width: 160px;
	margin: 25px 0 0 0;
	background: #37322e url(/images/news-bg.gif) top center repeat-y;
}
.events-item {
	margin: 6px 0;
	}

#events-top {
	width: 183px;
	height:23px;
	margin: 0;
	padding: 6px 5px 0 10px;
	background: url(/images/news-events-title-bg.gif) top left no-repeat;
}
.events-top-text {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#events-body {
	width: 183px;
	margin: 0;
	padding: 7px 5px 1px 10px ;
	min-height: 120px;
	background: #dfdfdf url(/images/news-events-bg.gif) top left repeat-y;
}
.events-item-date, .events-item-text {
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.events-item-date {font-weight: bold;}
a.events-link:link, a.events-link:visited, a.events-link:active {
	color: #d61515;
	text-decoration: none;
}
a.events-link:hover {
	color: #d61515;
	text-decoration: underline;
}
#events-base {
	background: url(/images/news-events-base-bg.gif) bottom left no-repeat;
	width: 198px;
	height: 9px;
}
