﻿/* Footer Styles */
.footer	{ 
	padding-top:20px;
	clear: both; 
	width: 800px;
}		
.footer a { 
	color:  #01508B; 
	text-decoration:none;
}		
.footer	p { 
	color: #800; 
	margin: 0;  
	text-decoration:none;
}
.footer ul { 
	list-style: none; 
	margin: 0px 0px 0px 0px;
	padding:1px 0px 1px 20px
}		
.footer li { 
	display: inline; 
	font-size: 9px; 
	font-weight: bold; 
	padding-right: 35px; 
}
.subfooter { 
	float:right; 
	font-size:9px; 
	color:#808080 
}        
