/* news */

#news {
	width: 143px;
	background: #326e41 url(../images/news-top.gif) top left no-repeat;
	padding: 38px 8px 4px 8px;
	overflow: hidden;
}
.sidebox-item {
	margin: 0;
	padding: 5px 0 5px 22px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background: url(../images/bulletnews.gif) top left no-repeat;
	}

.sidebox-item-date {
	color: #55ce75;
}
	
.sidebox-item-title { 
	color: #fff;
}

.sidebox-base {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	border-top: 2px solid #45bc64;
	margin: 0;
	padding: 3px 8px 5px 8px;
	background: #326e41 url(../images/news-base.gif) bottom left no-repeat;
	overflow: hidden;
}
html>body .sidebox-base {
	padding: 3px 8px 0 8px;
}

a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {
	color: #fff;
	text-decoration: none;
}

a.sidebox-link:hover {
	color: #a8f1bb;
	text-decoration: none;
}

/* accessibility */

#access-buttons {
	padding: 0 8px;
	width: 143px;
	height: 42px;
	background: #326e41 url(../images/access-bg.gif) top left no-repeat;
	position: relative;
	color: #fff;
	font-size: 11px;
	margin: -2px 0 16px 0;
}
span.access-button {
	display:none;
}

a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	font-weight: bold;
	color: #fff;
	left: 70px;
	top: 18px;
}