body {
   color: #000;
   background: white;
   font-size: 12pt;
}
#maintable	{
	width: auto;
	border: 0;
}  	
#header, #sidebar {
   display: none;
}
#logo {
    width: auto;
	padding: 0;
}
#maincontent, #maincontent_pic {
   width: auto;
   margin: 0 5%;
   padding: 20px 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
#footer {
	border-top: 1px solid #ccc;
   color: #000;
   background: white;
}
a:link, a:visited, #footer a:link, #footer a:visited {
   color: #0000cc;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}