/* PRINT LAYOUT STYLES */
body {
  min-width: 0;
  background: none;
  }
div#bodyWrapper {
  border: none;
  min-width: 0;
  width: 100% !important; /* Override IE width expression; see http://www.autisticcuckoo.net/archive.php?id=2005/02/11/print-style-sheets-and-expression */
  margin: 0;
  }
#topmenu,
#sideMenu {
  display: none;
  }
div#content {
  margin: 20px 0;
  }
