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

/* NEWS */
#news {
	width: 180px;
	margin: 0;
	border-top:20px solid #fff;
	background: url(/images/leftcol-bg.gif) top center repeat-x;
}
.news-item {
	margin: 15px 0;
	line-height: 14px;
	}

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

#news-body {
	width: 168px;
	margin: 0;
	padding: 0 5px 1px 7px;
	min-height: 120px;
	background: none;
}
.news-item-date, .news-item-text {
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.item-title {
	font-weight:bold;
}
a.news-link:link, a.news-link:visited, a.news-link:active {
	color: #000;
	text-decoration: none;
}
a.news-link:hover {
	color: #fff;
	text-decoration: underline;
}

#news-body a:link { color: #000; }
#news-body a:hover { color: #fff; }
	

/* COURSES & EVENTS */
#events {
	width: 180px;
	margin: 20px 0 0 0;
	background: #7ad4e8 url(/images/leftcol-bg.gif) top center repeat-x;
}
.event-item {
	margin: 15px 0;
	line-height: 14px;
	}
#events-top {
	width: 168px;
	height: 52px;
	margin: 0;
	padding: 0 5px 0 7px;
	background:  url(/images/title-upcomingevents.gif) top center no-repeat;
}
#events-body {
	width: 168px;
	margin: 0;
	padding: 0 5px 1px 7px;
	min-height: 120px;
	background: none;
}
.event-top-text {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.event-item-date, .event-item-text {
	color: #000;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.event-item-title {
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
a.events-link:link, a.events-link:visited, a.events-link:active {
	color: #000;
	text-decoration: none;
}
a.events-link:hover {
	color: #fff;
	text-decoration: underline;
}
.title-text {
	visibility: hidden;
}
