@charset "utf-8";
/* CSS Document */
body {
   background: white;
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
   }
#head,#topbar,#logobar, #nav, .page-right{
   display: none;
   }
#container,#container1, #content {
   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;
   }
.print-options {
	display: none;
}
#page-right {
	display: none;
}

