#footer{
	height: 75px;
	width: 770px;
	background-color: #004258;
	overflow: hidden;
}
#footer .txt{
	height: 10px;
	width: 655px;
	font-family: Arial, Helvetica, Trebuchet, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 65px;
}
#footer a{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #AFE225;
}
