/* Style for the footer for most pages */

/* Removed all black coloring because it prevented color changing w 'hover' in IE */
.footer {   
	text-align: center; 
/*	vertical-align: middle; */
}
/*.footer A {
	color: #000000;
} */
.footer A:hover {  /* Don't move to links.css, will conflict with footer.css */
/*	color: #880000;*/
} 
.footer SPAN {   
	font-size: .85em; 
}
.footer IMG {	
	height: 1em; 
	border: 0; 
	/*	Firefox needs vertical align here, not in main foot style.
		This placement doesn't seem to matter in other browsers */
	vertical-align: middle; 
}
/* needed for portfolio footers */
.white {
	background-color: #FFFFFF;
}


