body {
   background: white;
   font-size: 12pt;
   }
#menubar {
   display: none;
   background: transparent none;
   }
#topbar {
   display: none;
   background: transparent none;
   }
#topleft {
   display: none;
   background: transparent none;
   }
#topright {
   display: none;
   background: transparent none;
   }
#botleft {
   display: none;
   background: transparent none;
   }
#leftbar {
   display: none;
   background: transparent none;
   }
#footer {
   display: none;
   background: transparent none;
   }
#content {
   width: auto;
   margin: 0;
   margin-left: 50px;
   padding: 0;
   padding-top: 0px;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   //margin-left: 20px;
   //padding-top: 1em;
   //border-top: 1px solid #930;
   }
a:link, a:visited {
   color: navy;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
