/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
}

#Logo {
	width:960px; /* 1020px */
	
}

div {
	font-family:"Arial";
}

strong {
	font-family: "Arial";

}

#SearchBar {display:none;};
#Nav {display:none;}
#LeftColumn{display:none;}
#RightColumn{display:none;}
#header { display:none; }
#Content{
		font:0.8em helvetica, arial, sans-serif;
	margin-left:0;
	float:none;
	width:auto;
}
#comments { display:none; }
#sidebar { display:none; }
#Footer { display:none; }
