#header #print-logo {
	display: block;
	width: 345px;
	height: 83px;
	margin: 0 0 0.25in;
}

	#header {
		width: auto;
		height: auto;
		padding: 0;
	}

	#navigation, #logo, #header ul.navigation, #hero-shot, #sidebar, #footer, #meta a {
		display: none;
	}
	
	html, body {
		background: white;
		color: black;
		font-family: "Cambria", "Georgia", serif;
		font-size: 12pt;
	}
	
	#wrapper, #content, #meta {
		float: none;
		width: auto;
		height: auto;
		min-height: 0;
		margin: 0.25in auto;
		background: none;
		padding: 0;
	}
	
	#content, #meta {
		padding-top: 0.25in;
		border-top: 1pt solid gray;
	}
	
	#content table tr th {
		border: 1pt solid #999;
	}
	
	#content table tr td, #content table tr.even th, #content table tr.odd th {
		border-top: 1pt solid #999;
		border-bottom: 1pt solid #999;
	}