/******** /styles/footer.css ********/
/******** Stylesheet for footer ********/
/******** /1/26/07, C. Emely ********/
/******** /3/10/07, J Hatch ********/


#footer {
	clear: both;
	float: left;
	width: 800px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 16px;	
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #2d5eab;
	text-align: center;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
}

* html #footer {
	clear: both;
	float: left;
	width: 800px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 18px;	
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #ffffff;
	background-color: #2d5eab;
	text-align: center;
}