@charset "utf-8";
/* CSS Document */

.mainText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1D2C20;
	text-align: justify;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.quote  {
	font-family:  Trebuchet MS, Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #B4CBB7;
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	position: relative;
}
.addressText {
	font-family: Trebuchet MS, Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #B4CBB7;
	text-decoration: none;
}
.container {
	background-color: #97B39C;
	padding: 10px;
	float: none;
	margin: 20px;
}
.imageBkgrd {
	background-image: url(images/HWHtop.png);
	background-repeat: no-repeat;
	background-color: #1D2C20;
}
.titleText {
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #1D2C20;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 2px;
	margin-left: 40px;
}
.links {
	color: #006633;
	text-decoration: underline;
}

