body {
   background: white;
   font-size: 12pt;
   }

head {
   display: none;
   }

div#page-header {
   display: none;
   }

div#top_stripe {
   display: none;
   }

div#sidebar {
   display: none;
   }

div#page-contents {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#footer {
   background: transparent none;
   color: black;
   margin: 4em 0 0;
   padding: 0.5em 0 0;
   border-top: medium black line;
}

#footer #footer-directions {
display:none;
}