/* This file defines styles for the IDEM MACS site for use in printing */
/* Last updated July 20, 2004 by Raymond Kester */

@media print {

body {
	background-color: white;
	font: 12px 'Times New Roman', serif; }

#ainav { 
	display: none; }

#navleft { 
	display: none; }
	
#banner { 
	display: none; }

#printlogo{
	display: block; 
	position: absolute;
	left: 0; 
	top: 0;}

#main {
	position: absolute;
	left: 0; 
	top: 40px;
	color: #000;
    width: auto; 
	padding: 0;
	margin: 0 auto; }
	
#foot {
	display: none ;}

}
