body, html {
  color: #000; 
  font-family: Verdana, Arial, Tahoma, sans-serif;
  background-color: #ffffff; 
  text-align: center; /*** Centers the design in old IE versions ***/
}

#header {
 display: none;
}

#left {
  display: none;
}

#right {
  display: none;
}

#footer {
  display: none;
}

#content {
  width: 68%;
  margin-top: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  position: absolute;
  left: 0;
  font-size: 10pt;
}

#mainContainer {
  width: 98%;
  background-color: #ffffff;
  text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
  margin-bottom: 0;
  border: none;
}

#page_options {
  display: none;
}

#logo_print {
  display: inline;
  width: 255px;
}
