/* CSS Document */

#footer {
	float: left;
	width: 100%;
	background-color: #002D66;
}

#footer-main {
	width: 690px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: 10px Verdana,Arial,Geneva,sans-serif;
	color: white;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer-communication {
	float: right;
	width: 195px;
	margin-top: 20px;
	padding-left: 0;
	margin-left: 0;
}

#footer-communication div p {
	margin-top: 0;
	text-align: left;
	margin-left: 48px;
	margin-right: 65px;
	font-size: 11px;
	font-weight: bold;
}

#footer-communication div {
	float: left;
	width: 100%;
}

#footer-communication div img {
	margin-bottom: 9px;
	float: left;
}