/* CSS Document */
body {
	background: white;
	font-size: 10pt;
	}
#base, #footer { /* remove menu when printed */
	display: none;
	}
#logodiv {
		 padding-top: 5px;
		 height: 100px;
}
#layoutwrapper {
	width: auto; 
	margin: 50px 5% 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
div#maincontent {
	margin-left: 0%;
	}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	}
#maincontent a:link:after, #maincontentcontent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

