/* CSS for printing only */
body {
	background: white;
	line-height: 1;
	page-break-after:avoid;
	}
#masthead {
	display:none;
	width: 100%; 
	height:0;
}	
#topnav {
	display: none;
	width: 100%; 
	height:0;
}
#left_col {
	display: none;
	width:0;
	height:0;
}
.formintro {
	display: none;
	width: 100%; 
	height:0;
}
#content img {	
	display: none;
}
.pagetitle {	
	display: none;
}

#content {
	width: 100%; 
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
#footer {	
	display: none;
	width: 100%; 
	height:0;
}

