/* =a */
#latestNews h3 a
{
	color: #4b4b4d !important;
}

/* =div */
#latestNews div.imageContainer
{
	float: left;
	text-align: center;
	width: 141px;
}
#latestNews div.textContainer
{
	float: left;
	margin: 0 0 0 17px;
	width: 267px;
}
div.otherArticles
{
	color: #24539b;
	margin: 10px 0;
	overflow: hidden;
}

/* =h3 */
#latestNews h3
{
	margin: 5px 0 5px 0;
}

/* =li */
#latestNews li
{
	border-bottom: 1px solid #9c9e9f;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 10px 0;
}

/* =p */
#latestNews p
{
	margin: 0;
}
#latestNews p.date
{
	font-weight: normal;
}

/* =span */
span.older
{
	display: block;
	float: right;
	text-align: right;
}

/* =ul */
ul#latestNews
{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
