950div#contactsHeader {
	background: url(../images/newsLogo.png) no-repeat;
	height: 117px;
	display: block;
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
}

div#contactsHeader p {
	color: #003A87;
	text-decoration: none;
	font: bold 40px/65px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 2px solid #7D7D7D;
	width: 944px;
	float: right;
	height: 65px;
	display: block;
}

div#contactsContent {
	width: 950px;
	min-height: 400px;
	margin: 0 auto;
}

dl.contacts {
	width: 950px;
	float: right;
}

dl.contacts dt {
	font-size: 22px;
	color: #006F25;
	line-height: 22px;
	border-bottom: 1px solid #7D7D7D;
}

dl.contacts dt p {
	font-size: 12px;
	color: #70716c;
	float: right;
}

dl.contacts dd {
	margin-top: 10px;
}

dl.contacts dd.footer {
	margin-top: 20px;
}

dl.contacts dd.footer a {
	color: #003A87;
	text-decoration: none;
}