/* CSS Homepage style intended for PRINT output - DO NOT ALTER */
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 70%;
	color: #000000;
}
h1 {
	font-size: 1.5em;
}
h2 { 
	font-size: 1.3em;
}
#header {
	float: right;
	width: 100%;
	height: 110px;
}
#navigation {
	display: none;
}
#services { 
	display: none;
}
#homepagefeatureBanner {
	display: none;
}
#homepagefeature img {
	display: none;
}
.formlabelwidth {
 	width: 170px;
 	float: left;
}
.inputwidth {
	width: 300px;
	background-color: #cccccc;
}

