@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666 url(../graphics/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.jhblayout #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	height: 600px;
	top: 40px;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
.titlebox {
	position: absolute;
	height: auto;
	width: auto;
	left: 15px;
	top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.toprule {
	background-color: #000000;
	position: absolute;
	height: 1px;
	width: 780px;
	top: 75px;
	left: 10px;
}
.menu01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e8636;
	height: auto;
	width: auto;
	top: 41px;
	right: 228px;
	position: absolute;
	font-weight: bold;
}
.menu02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e8636;
	height: auto;
	width: auto;
	top: 41px;
	right: 182px;
	position: absolute;
	font-weight: bold;
}
.menu03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e8636;
	height: auto;
	width: auto;
	top: 41px;
	right: 124px;
	position: absolute;
	font-weight: bold;
}
.menu04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e8636;
	height: auto;
	width: auto;
	top: 41px;
	right: 58px;
	position: absolute;
	font-weight: bold;
}
.menu05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e8636;
	height: auto;
	width: auto;
	top: 41px;
	right: 15px;
	position: absolute;
	font-weight: bold;
}
.linktext {
	text-decoration: none;
	color: #4e8636;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


.leftcontent  {
	position: absolute;
	height: 460px;
	width: 375px;
	left: 10px;
	top: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 5px;
	background-image: url(../graphics/treebg02.jpg);
}
.rightcontent {
	position: absolute;
	height: 460px;
	width: 375px;
	left: 405px;
	top: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	filter: Gray;
}
.rightimgbox {
	position: absolute;
	height: 375px;
	width: 375px;
	left: 5px;
	top: 40px;
}

.footer {
	position: absolute;
	height: 12px;
	width: 780px;
	left: 10px;
	top: 575px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.bottomrule {
	background-color: #000000;
	position: absolute;
	height: 1px;
	width: 780px;
	top: 565px;
	left: 10px;
}
.headtext01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #4e8636;
}
.headtext02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.backto {
	height: 14px;
	width: auto;
	top: 425px;
	position: absolute;
	right: 7px;
	color: #4E8636;
	text-decoration: none;
}
.treebox {
	position: absolute;
	height: 45px;
	width: 36px;
	top: 12px;
	right: 310px;
}
