/* PRINT SETTINGS */

@media print {
body 
{
	background-color: white; 
	color: black; 
		font-family: Times, Georgia, serif; 

}
#headerBg h1 {
	display: block;
	font-size: 14pt; font-family: Times, Georgia, Serif;
	margin: 0;
	padding: 0;
	font-style: italic;
	
}
h1, h2, h3, h4, h5, h6
{
	margin-left: 0;
	background-color: white;
	color: #000000;
}

a:link, a:link:visited 
{
	background-color: white;
	text-decoration: underline; 
	color: #000000; 
}
#content #pageHeader h1
{
	font-size: 20pt; 
	font-family: Times, Georgia, Serif;
	font-style: normal;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
	color: black; background: white;
	
}
td.column01	h1, h2, h3, h4, h5, h6 
{
	margin-left: 0;
}
td.column02	h1, h2, h3, h4, h5, h6 
{
	margin-left: 0;
}

#content 
{ 
	margin-left: 0;
	padding: 0;
	background-color: white; 
	color: black; 
	vertical-align: top; 
	font-size: 11pt;
}


ol, ul 
{
	margin-top: 2px; 
	margin-bottom: 2px;
}

#globalnav, #breadcrumbs, .newsColumn, #header, #leftnav, div#footer, #search, #menubg, #topsubnav, .doNotPrint, .return, .contact 
{
display: none;
}
}