body {
	background: #DDFDDA;
	background-image:   url(images/HIHback.jpg);
	background-repeat: repeat-x;
	font-family:verdana;
}

a:link {
	color: #339933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339933;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #339933;
}

div#wrapper {
	position:absolute;
	height:1000px;
	width:950px;
	background-image: url(images/Hback1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	border: 1px solid #339933;
}

div#linkbox {
	position:absolute;
	top:100px;
	left:128px;
	width:820px;
	height:28px;
	color:#f2f2f2;
	font-size:11px;
	text-align:right;
}

div#mainbox {
	position:relative;
	top:140px;
	left:10px;
	width:650px;
	height:850px;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	padding:10px;
}

div#bodytext {
	position:absolute;
	top:32px;
	left:0px;
	width:640px;
	height:780px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:20px;
	line-height:128%;
}

div#sidebar {
	position:relative;
	height:825px;
	width:150px;
}

div#column {
	position:absolute;
	top:10px;
	left:175px;
	width:480px;
	height:800px;
	font-size: 12px;
	line-height:128%;
}

div#address {
	position:absolute;
	left:610px;
	top:740px;
	width:200px;
	height:50px;
	font-size: 10px;
	color: #ffffff;
	text-align:center;
}

div#photos {
	position:absolute;
	left:710px;
	top:0px;
	width:190px;
	height:740px;
	padding:10px;
	font-size: 10px;
	color: #f2f2f2;
	text-align:center;
}

div#footer {
	font-size: 11px;
	color: #999999;
	text-align:left;
	position: absolute;
	top:1020px;
}

.normal {
	font:Verdana;
	font-size: 12px;
	color:#666666;
}

.small {
	font:Verdana;
	font-size: 11px;
	color:#666666;
}

.titletext {
	font:Verdana;
	font-size: 24px;
	color: #339933;
}

.subtitle {
	font:Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
padding:5px;
}

.heading {
	font:Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.subhead {
	font:Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #357dce;
}

.qhead {
	font:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #357dce;
}

.sidehead {
	font:Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #f2f2f2;
}

.notation {
	font:Trebuchet MS;
	font-size: 11px;
	color: #999999;
}

.fadetext {
	font-size: 100%;
	color: #CCCCCC;
}

.table {
	font-size: 12px;
	color: #666666;
	border: 1px solid #666666;
	padding:5px;
}

