/*these are the divs that print*/
#content {position: static !important;}
#banner {position: static !important; margin-bottom: 10px;}

/*these divs do not print*/
#leftnav {display: none !important;}
#footer {display:none !important;}

/*this sets the margin for the printed document*/
body {margin: 0in !important;}

/******heading styles******/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left:10px;
}

h3 {
	font: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	margin-left:10px;
}

h4{
	font: bold italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 6px;
	margin-left:10px;
}
/******paragraph styles******/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:10px;
}
