/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
#header { display:block; 
	height: 100px; 
	font-size: 150%; 
	color:black; }
#content { margin-left:0; 
     float:none; 
     width:auto; 
    font-size:11pt}

#left {margin-left:0; 
	float: none;
	width: auto;
                  font-size:11pt;
	border-right: none;}
#comments {  display:none }
#sidebar { display:none  }
#footer {  display:none }	
}
}

