@media print {

#header-container , #left-sidebar, #right-sidebar, #footer-container, #content-header, #quaternary-nav,#content-breadcrumb {
	display: none;
}

#content-container {
	width: 100%;
}

#content {
	font-size: 10pt !important;
}

#content h1 {
	width: 100%;
	font-size: 24pt;
}

#content h2 {
	font-size: 18pt;
}

}
