#footer {
	clear: both;
	height: 30px;
	background-color: #004d94;
	color: #ffffff;
	text-align: center;
	position: relative;
}

#footer #copyright {
	float: left;
	background-color: #ffffff;
	width: 220px;
	font-size: 10px;
	color: #004D94;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}

#footer #subNavigation {
	float: left;
	font-size: 10px;
	color: #adc0d2;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
	word-spacing: 0.6em;
}

#footer #subNavigation a {
	color: #adc0d2;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 0.0;
}

#footer #subNavigation a:Hover {
	text-decoration: underline;
}

