/* Most recent news events */
ul.newsdisplay li a.link {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
ul.newsdisplay li a.img {
	float: left;
	margin-right: 10px;
}
ul.newsdisplay li {
	list-style-type: none;
}
ul.newsdisplay li br {
	clear: left;
}

ul.features {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.features li.sideheading {
	border: none;
	font-weight: bold;
	padding: 10px;
}
ul.features li.borderbottom {
	list-style-type: none;
	padding: 10px 10px 15px 10px;
}
ul.features li br {
	clear: left;
}
ul.features li div {
	padding: 5px 0px;
}
ul.features li div a {
	font-size: 110%;
	display: block;
	margin-bottom: 15px;
}
ul.features li img {
	float: left;
	margin-right: 30px;
}

