/* Used to format printing output */
* {
	color: #000000  !important;
}
body {
	background: white !important;
	font-size: 12px; 
}
img, div.left_nav, div#header {
	display: none !important;
}
div#about_us_copy, div#commitment_copy, div#contact_us_copy, div#proof_copy, div#services_copy, div#success_copy, div#summary_copy, div#right_top {
	border: 0 !important;
	float: none !important;
	color: black !important; 
	background: transparent !important;
	padding: 0 !important;
	width: 100% !important; 
	height: 100% !important;
}
/* Below are divs that only show up when printing, to display text embedded in images*/
div#print, div#print_footer, div#print_header {
	display: block;
}
div#print_header {
	font-weight: bold;
	margin-bottom: 42px;
}
div#print_header_title {
	display: inline;
	font-size: 14px;
}
div#print_footer {
	margin-top: 42px;
	font-weight: bold;
}