/* sidebox */

.sidebox-item {
	margin: 0;
	padding: 5px 0 8px;
	line-height: 17px;
}
.sidebox-item-date {
	color: #cccccc;
	font-size: 12px;
}
.sidebox-item-divider {
	height: 2px;
	border-top: 1px solid #cccccc;
	width: 307px;
	overflow: hidden;
}
.sidebox-item-title { 
	color: #ef8421;
	font-size: 14px;
}
.sidebox-item-summary {
	color: #fff;
	font-size: 12px;
}
a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {color: #ef8421; text-decoration: none;}
a.sidebox-link:hover {color: #ef8421; text-decoration: underline;}

/* NEWS */
#news-events-section {
	display: block;
}

#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;
}
.events-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;
}
.events-top-text {
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.events-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;
}

#newsevents {
	margin-bottom: 20px;
}

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

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

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


