

/* Overrides for print */

/* Show print elements */

.print-only {
	display: block;
	}


/* Hide Elements */

#sidebar,
#page-tools,
#sectionnav,
#masthead,
#footer .major,
#footer-logo,
#footer .author
 {
	display: none;
	}
	
	
/* rework elements */

body {
	background: none;
	border: none;
	padding: 2em;
	font-size: 11px;
	}
	
#wrapper,
#main,
#content {
	float: none !important;
	width: auto !important;
	}
	
	
#section-header,
#section-header > .container,
#footer > .container
 {
	width: auto !important;
	height: auto !important;
	}
	
#section-header {
	border: none !important;
	margin: 0 0 2em 0 !important;
	}
	
#section-header h2 {
	float: none !important;
	margin: 0 0 0 37px !important;
	top: 0 !important;
	font-size: 24px !important;
	color: #777 !important;
	border: none !important;
	}
	
#legalnav {
	border:none;
	}
	
#footer .certificates {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	}