body, html, #header {
   background: white;
   font-size: 12pt;
   }
#header h1 {
	text-indent:0;
	font-size:18pt;}
#nav, #sidebar, #headbtm, .boxtop , .boxbottom, #footer a {
   display: none;
   }
#wrap, #main, .box {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: white;
   }
div#content {
   margin-left: 1%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
