/* sidebox */

div.sidebox {
	position: absolute;
	top: 44px;
	left: 550px;
	width: 195px;
	background: url(/images/newsletter-bg.gif) top center repeat-y;
	height: 128px;
}

div.sidebox-body {
	width: 175px;
	margin: 44px 20px 10px 0;
	padding: 0;
	background: none;
}

div.sidebox-baselink {
	width: 141px;
	margin: 0;
	padding: 2px 10px 4px 10px ;
	background: #666;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.sidebox-top {
	width: 146px;
	height:17px;
	margin: 0;
	padding: 5px 5px 0 10px;
	background: #666;
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	border-bottom: 1px solid #444;
}

div.sidbox-top-rss {
	float: right;margin-right: 5px;
}

.sidebox-item {
	margin: 0;
	padding:2px 9px;
	border-bottom: 1px solid #444;
	}

.sidebox-item-date, .news-item-text {
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
	
.sidebox-item-text { 
	color: #fff;
	font-weight: bold;
}

a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {
	color: #C7158D;
	
	font-weight: bold;
	text-decoration: none;
}
a.sidebox-link:hover {
	text-decoration: underline;
}
a.sidebox-base-link:link, a.sidebox-base-link:visited, a.sidebox-base-link:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 14px;
}
a.sidebox-base-link:hover {
	font-weight: normal;
	text-decoration: underline;
}

.sidebox-label {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;	
}


/* NEWS */

/* COURSES & EVENTS */


#newsevents {
	margin-bottom: 20px;
}

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

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

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





/* Newsletter */

.newsletter-registration-text {
	font-size: 9px;
	line-height: 12px;
	margin: 0;
}
.newsletter-formbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-style: none;
	margin: 0px 2px 0px 0px;
	background-color: #4ac1c0;
	padding: 3px 1px 0 4px;
	width: 138px;
	height: 17px;
	font-size: 11px;
}
html>/**/body .newsletter-formbox {
	margin: 0px 2px 4px 1px;
}
.submit-button {
	height: 20px;
	width: 22px;
	display: block;
	float: right;
	margin: -21px 6px 0 0px;
}
html>/**/body .submit-button {
	margin: -24px 6px 0 0px;
}
#form-row {
	height: 20px;
}
.newsletter-radio-buttons-01 {
	margin: 1px 0 0 30px;
}
.newsletter-radio-buttons-02 {
	margin: 1px 0 0 13px;
}
html>/**/body .newsletter-radio-buttons-01 {
	margin: 5px 0 0 30px;
}
html>/**/body .newsletter-radio-buttons-02 {
	margin: 5px 0 0 13px;
}

/* Blog button */

#blog-button {
	height: 105px;
	width: 99px;
	position: absolute;
	top: 65px;
	right: 30px;
}

