@charset "UTF-8";

/*  HIDE Web Stuff */

body {
	background: #fff;
}
#header {
	display: none;
}
#navbar {
	display: none;
}
#content {
	background: #fff;
}
#maincontent {
	display: block;
	margin-left: 0px;
	width: 100%;
}
#footer {
	background: #fff;
	border-top: 1px dotted #CCCCCC;
}
#footer p {color: black;}
.green {color: black;}

#printheader {
	margin-bottom: 15px;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	height: 80px;
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 15px;
}
#printheader img {
	float: left;
	margin-right: 20px;
}
#printheader h1 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
}
#printheader p {
	margin: 0px 0px 6px;
}
