@charset "utf-8";
/* character encoding declaration included per recommendation at http://www.w3.org/International/tutorials/tutorial-char-enc/ */

body {
	background: white;
}
.noprint {
	display: none;
}
#skipNav {
	display: none;
}
#body {
	width: 100%;
	background-image: none;
}
#header {
	display: none;
}
#printHeader {
	display: block;
	margin-bottom: 1em;
}
#printLogo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#printTitle {
	margin-left: 220px;
	font-weight: bold;
	font-size: 140%;
	font-style: normal;
	margin-top: 0;
}
#navigation, #logo, #logoFloat, #breadcrumbs, .newsBox, #tableFilter {
	display: none;
}
#body #mainContent {
	margin-left: 0;
}
/*
a:link, a:visited {
	color: #520520;
	text-decoration: underline;
	}
http://www.alistapart.com/articles/goingtoprint/
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 83%;
}
*/
#footer {
	display: none;
}
a.stubLink {
	color: black;
	text-decoration: none;
}

