/* NEWS & ANNOUNCEMENTS */
table {
	margin-bottom: 10px;
	width: 100%;
}
table tr.alternate {
	background: #EEE;
}
table td {
	padding: 3px;
}
table td.date {
	color: #C70D00;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	width: 30%;
}

/* PAGES */
div#pagination {
	padding-bottom: 34px;
}
div#pagination ul {
	list-style-type: none;
}
div#pagination ul li {
	float: left;
}
div#pagination a {
	background: #EEE;
	border: 1px solid #DDD;
	color: #333;
	display: block;
	margin-right: 3px;
	padding: 3px 5px;
}
div#pagination ul li#current_page a {
	background: #DDD;
	color: #999;
	text-decoration: none;
}
div#pagination a#next,  div#pagination a#previous {
	float: left;
}