/** print style sheet only prints the logo and the content  **/
	
body, p {
	background: white;
	color: #520;
	font-size: 16pt;
	font-family: serif;
	color: #000;
	line-height: 21pt;
	position: relative;
	}
	
	h1 {
	background: white;
	color: #000;
	font-size: 20pt;
	font-family: Arial;
	}
	
h2 {
	background: white;
	color: #000;
	font-size: 18pt;
	font-family: Arial;
	}
	
h3 {
	background: white;
	color: #000;
	font-size: 16pt;
	font-family: Arial;
	}

#headerWrapper, #mainNavWrapper, #firstcolumnWrapper, #footerWrapper {
	display: none;
	}
	
div.secondcolumnGraphicHeader, div.skipnav {
	display: none;
}

#secondcolumnWrapper {
	width: 500pt; 
	margin: 0 0 0 0;
	padding: 0; 
	border: 0;
	color: black; 
	background: transparent;
}

#printlogo {
	display: inline;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
	}
	

