@media print {

	html { background: #fff; }
	body { margin:0; padding: 0; border: 0; font-size: 12pt; }
	
	h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
	
	h1 { font-size: 18pt; }
	h2, h3 { font-size: 14pt; }
	sup { font-size: 9pt; line-height: 100%; }
	
	#page a[href^="http:"], #page a[href^="https:"]{ padding-left: 0; background-image: none; }
	#content:before { content: ""; color:#000; background:inherit; display:block; font-weight:bold; font-size:1.5em; }
	.subcolumns { overflow:visible; display: table; }
	
	#logo, #headlinks, #flash, #mainnav, #subnav, #footer, #admPanel { display: none; }
	div#container { width: 100%; background: #fff; color: #000; margin: 0; top: 0; left: 0; } 
	div#content_container { background: #fff; }
	div#breadcrumb { margin: 0; }
	div#content { position: relative; width: 100%; margin: 20px 0; }
}
