body { 
background: #FFF; 
}

#wrapper {
border: none;
}

#printLogo {
	display: block;
	width: 120px;
	height: 150px;
}

#header, #menu, #footer, #sidebar, #locator { 
display: none; 
}

#container { 
border: none; 
} 

#content {
margin-left: 0; 
margin-right: 0; 
width: 100%;
border-left: none;
padding: 0;
}

#content h1, #content h2 { 
color:#000; 
font: 30pt Arial, Helvetica, sans-serif; 
margin-left: 0; 
margin-right: 0; 
}

#content p, #content ul { 
font: 18pt/20pt "Times New Roman", Times, serif; color: #000; 
margin-left: 0; 
margin-right: 0; 
} 

.pullquote { 
color: #000; border-top: solid 1px #000; border-bottom: solid 1px #000; 
}