#footer {
	clear:both;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border: 0px;
	color: white;
	height: 22px;
	line-height: 22px;
	background-color: #223a68;
}	
#footer .copyright {
	float: left;
	font-size:11px;
	padding-left: 20px;
	color: white; 
}		
#footer .right {
	float: right;
	font-size:11px;
	margin-right: 20px;
	color: white; 
}		
#disclaimer {
	clear:both;
	margin: 0px auto;
	width: 1000px;
	margin-top: 15px;
	text-align: center;
	color: #394c73; 
	background-color: #e4edfe;
}	
#footer a { text-decoration: none;color: white; }
#footer a:link { text-decoration: none;color: white; }
#footer a:visited { text-decoration: none;color: white; }
#footer a:hover { text-decoration: underline;color: #d6e9f4; }
#footer a:active { text-decoration: underline;color: #C4CEE0; }

