/* print styles */
BODY {
    color: black; 
	background: white;
}
A:link, A:visited {
   background: white; 
   color: black; 
   text-decoration: underline;
   font-weight: bold;
   
}
H1, H2, H3 {
    background: white; 
	color: black; 
	padding-bottom: 1px;
    border-bottom: 1px solid gray;
}

#wrapper {
   margin-left:0px;
}

#content {
	width: auto;
	border: 0;
	margin: 5%;
	padding: 0;
	float: none !important;
	}
	
div#banner {
	padding: 8px;
	height: 110px;
	margin: 0px;
	text-align: center;
	background: none;
    overflow:hidden;
}

div#nav {
	display: none;
	float: none !important;	
}