/* CSS Document */
body {
   background: white;
   font-size: 12pt;
   }
#menuBox, #logBox {
   display: none;
   }
#contentBox, #footerBox {
	width: auto;
	margin: 0 5%;
	padding: 0px;
	border: 0px;
	float: none;
	color: black;
	background: transparent none;
	position: absolute;
	left: 0px;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

