@charset "UTF-8";
/* CSS Document */

#latestNews {
	width: 522px;
	height: auto;
	position: relative;
	float: left;
	text-align: left;
	margin: 30px 0 0 48px;
	font: 14px Verdana, Geneva, sans-serif;
	color: #3e454a;
	line-height: 1.5em;
}
#latestNews .head {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#latestNews .head img {
	margin-left: auto;
	margin-right: auto;
}
#latestNews h2 {
	width: auto;
	display: inline;
	font: 14px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #3e444a;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	float: left;
}
#latestNews span {
	color: #797979;
	font: 12px Verdana, Geneva, sans-serif;
}
#latestNews a:link {color: #797979;}
#latestNews a:active {color: #797979;}
#latestNews a:hover {color: #154692;}
#latestNews a:visited {color: #797979;}
#latestNews a:visited:hover {color: #154692;}

#latestNews .divider {
	width: 100%;
	height: 7px;
	background: url(/images/divider-light.png) no-repeat;
	margin: 10px 0;
	position: relative;
	float: left;
	display: inline-block;
	clear: both;
}

#latestNews p {
	margin: 0;
	padding: 0;
	clear: both;
}
