
body {
	background: white;
	}
	
#page {
	width: auto;
	}
	
#sidecolumn {
	display: none;
	}
	
#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
.printonly {
	display:block;

}

.printheader {
	margin-bottom:1em;
	font-size: 14pt;
	font-weight:bold;
	border-top:1px dotted black;
	border-bottom:1px dotted black;
}


.screenonly {
	display:none;
}