/* Print Header and Footer */
#printheaderfooter {
	display:block;
}

/* Hide These when Printed */
#header, #dlrgreenheader, #breadcrumbs, #dashed, #footer {
	display:none;
}

#mainleft, #mainright {
	width:100%;
	margin-top:2em;
	margin-bottom:2em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}