/* print style */

/* no background images, bg white */
body {
	font: normal 12pt times, serif; 
	background-color: #fff;
}

#header h1, h3 {
	text-align: center;
}	

#leftnav {
	display: none !important;
}


