body {
   background: white;
   font-size: 12pt;
}
#topnav {
	display: none;
}
#leftbar {
   display: none;
}
#farrightbar {
	display: none;
}
#maincontent, #indexmaincontent {
   width: auto;
   padding: 0 20px 20px 20px;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
#rightbar, #indexrightbar {
   width: auto;
   padding: 0 20px 20px 20px;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
#footer {
	text-align: left;
}
a:link, a:visited {
   color: #0000cc;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}