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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #386351;
	background-color: #8d9454;
}

div#pageCenter {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 45%;
	top: 25px;
}

a.menulink:link {
	color: #fff6dc;
	text-decoration: none;
}
a.menulink:visited {
	color: #ffffff;
	text-decoration: none;
}
a.menulink:hover {
	color: #8d9454;
	text-decoration: none;
}
a:link {
	color: #a3620a;
	text-decoration: none;
}
a:visited {
	color: #a3620a;
	text-decoration: none;
}
a:hover {
	color: #8d9454;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.shclink:hover {
	color: #fff6dc;
	text-decoration: none;
}

.backbox {
	z-index: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 597px;
	background-color: #ffffff;
	border-color: #386351;
	border-width: 2px;
	border-style: solid;
	border-bottom-width: 5px;
}

.nettle {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 130px;
	height: 580px;
	background-image: url(images/nettle.png);
	background-repeat: no-repeat;
	background-color: #fff6dc;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.header {
	position: absolute;
	top: 20px;
	left: 180px;
	width: 720px;
	height: 100px;
}

.menu {
	position: absolute;
	top: 125px;
	left: 180px;
	width: 710px;
	height: 19px;
	background-color: #386351;
	color: #ffffff;
	font-size: 9px;
	padding-left: 10px;
	padding-top: 6px;
}

.copy {
	position: absolute;
	top: 155px;
	left: 180px;
	width: 700px;
	height: 445px;
	background-color: #fff6dc;
	padding-left: 10px;
	padding-right: 10px;
}

.contactLeft {
	position: absolute;
	top: 155px;
	left: 180px;
	width: 250px;
	height: 445px;
	background-color: #fff6dc;
	padding-left: 10px;
	padding-right: 10px;
}

.contactRight {
	position: absolute;
	top: 155px;
	left: 460px;
	width: 420px;
	height: 445px;
	background-color: #fff6dc;
	padding-left: 10px;
	padding-right: 10px;
}

.shc {
	position: absolute;
	top: 620px;
	left: 10px;
	width: 900px;
	height: 50px;
	font-size: 9px;
	font-style: italic;
	text-align: right;
}

.title1 {
	color: #8d9454;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

.title2 {
	color: #8d9454;
	font-size: 14px;
	font-weight: bold;
}

.title3 {
	color: #386351;
	font-size: 16px;
	font-weight: bold;
}

.orange {
	color: #a3620a;
}

.dkgreen {
	color: #386351;
}

.quoter {
	margin-left: 40px;
}

img.FloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

img.FloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}

/* Scroll style */

.scroll-track-top {
    height:4px; width:10px; background-image: url('images/track-top.png');
}

.scroll-track-bot {
    height:4px; width:10px; background-image: url('images/track-bot.png');
}

.scroll-track {
    height:390px; width:10px; 
}

.scroll-handle {
    height:20px; width:10px; background-image: url('images/handle.png'); cursor:pointer;
}

.scroll-handle-top {
    height:8px; width:10px; background-image: url('images/handle-top.png');  cursor:pointer;
}

.scroll-handle-bot {
    height:8px; width:10px; background-image: url('images/handle-bot.png');  cursor:pointer;
}

