/* Used in addition to regular CSS; browser will set margins */
html, body, #footer, #menudiv, #sidebar, #sidebox { margin: 0; width: auto; }
/* No width: auto here because IE would create endless blank pages */
#container, #main, #mainbox { margin: 0; }
/* Avoid problem with text cut off on right */
body { background: white; font: 12pt serif; min-width: 0; }
/* Hide sidebar */
/*#sidebox, #sidebar { display: none; }*/
/* Apply to misc. items not to be printed */
.nonprinting { display: none; }


