/* Print Style-Sheet  */

@page {
	size: auto;
	margin: 1cm;
}

BODY {
	background-color: white;
}

.wai,
#header,
#mainnav,
#actions,
#hierachy,
#clearer,
#footer {
	display: none;
}

div#content, 
div#innercontent {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

div#innercontent {
	margin: 0;
	border: 0;
}
