


/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0; }
}

/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0; }
#header { }
#content { }
#comments { }
#sidebar { }
#footer { }
}


#header { height:75px; 
     font-size: 24pt; 
     color:black; }
#content { margin-left:0; 
     float:none; 
     width:auto; 
     color:black; 
     font-size:22pt; }
	 
#comments { display:none; }
#sidebar { display:none; }
#footer { display:none; }
