body {
	color: #026a13;
	text-align: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
html, body { /* saves you from the "centering jump" on short pages */
	background-color: #026A13;
	color: #000000;
}

p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 800px;
	background-position: center;
	background-image: url(hhqg_images/wrap.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#holder2 {
	width: 800px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

/* header styles */
#header {
	background-image: url(hhqg_images/l_logo.jpg);
	background-repeat: no-repeat;
	background-position: 375px top;
	height: 217px;
	width: 800px;
	margin-bottom: 5px;
}
.callout {
	margin: 0;
	padding: 20px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
}

/* navigation styles */
#nav {
	width: 150px;
	color: #00391D;
	text-align: left;
	font-size: medium;
	line-height: 200%;
	background-image: url(hhqg_images/box.jpg);
	border: thick solid #663300;
	background-repeat: repeat;
	background-color: #F2EBCF;
	float: left;
	padding: 5px;
	margin: 5px;
}

/* content styles */
#content {
	background-color: #F2EBCF;
	font-family: "Times New Roman", Times, serif;
	line-height: 100%;
	color: #004B00;
	font-weight: normal;
	background-image: url(hhqg_images/wrap.jpg);
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 550px;
}
#content p {
	line-height: 130%;
	font-size: 100%;
}
.feature img{
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/* footer styles */
#footer {
	font-size: 80%;
	color: #006633;
	background-color: #F2EBCF;
	text-align: center;
	width: 800px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* miscellaneous styles */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
#footer a:link {
	color: #006633;
	background-color: #F2EBCF;
}
.quiltframe {
	border: thick solid #005500;
	background-image: url(hhqg_images/box.jpg);
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	background-color: #F2EBCF;
	list-style-type: square;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: repeat;
	width: 500px;
	float: none;
}
a:link {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #009999;
}
a:hover, a:active, a:focus {
	color: #00CC00;
	}
#holder #content2 {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

