/*
Over-ride various style settings to make the page more printer friendly
*/
body { 
	font-family: arial,helvetica,sans-serif; 
	font-size:100% !important; 
}

#left_nav, #scrolling_banner {
	display:none !important;
}

#main_body #body_text {
	width:100% !important;
	text-align: justify;
}
* html #main_body #body_text {
	/* IE Only hack - 100% makes the text go all wrong! */
	width:96% !important;
}

#main_body #right_nav {
	width:0px !important;
	display:none !important;
}

img { 
	border:0px; 
}

#back_to_top {
	display:none !important;
}

.btn1, .btn2 {
display: none!important;
}