HTML {
	margin: 0px;
	padding: 0px;
}

BODY {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url('images/bg_green.jpg') repeat center;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
}

IMG {
	margin: 0px;
	padding: 0px;
}

DIV {
	text-align: left;
}

EM {
	color: #588F18;
	font-style: normal;
}

STRONG {
	font-size: 120%;
	font-weight: bold;
}

.clear {
	clear: both;
}

#container {
	background-image: url('images/head_stem.jpg');
	background-position: 686px 170px;
	background-repeat: no-repeat;
	width: 760px;
	margin: 0px auto;
	padding: 0px;
}


#header {
	background-image: url('images/head_title.jpg');
	background-repeat: no-repeat;
	height: 170px;
	text-align: right;
}


#address {
	width: 260px;
	height: 117px;
	float: right;
}

#leaflink {
	background-image: url('images/head_leaflink.jpg');
	width: 260px;
	height: 53px;
	clear: right;
	float: right;
}

#leaflink A {
	text-decoration: none;
	color: #ff9;
	position: relative;
	left: 130px;
	top: 7px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#leaflink A:HOVER {
	color: #ffb7ec;
}

#contentborder {
	background-image: url('images/head_stem2.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 600px;
	margin: 0px auto;
	padding: 4px;
	border: 2px #f6f0e0 solid;
}

#content {
	background: url('images/bg_pink.jpg') repeat;
}

#logocontainer {
	background: url('images/content_logo.jpg') bottom right no-repeat;
}

#navigation {
	text-align: center;
}

#navigation UL, #navigation LI {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* Hides from IE5-mac \*/
* html #navigation UL LI A {height: 1%;}
/* End hide from IE5-mac */

#navigation UL {
	list-style: none;	
	margin: 0px auto;
	width: 545px;
}

#navigation LI {
	background: url(images/bg_nav.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px;
	display: inline;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#navigation UL LI A {
	border-left: 2px solid #f9c;
	margin: 14px 0px;
	padding: 0px 12px;
	display: block;
	color: #583307;
	font-size: 14px;
	text-decoration: none;
}

#navigation UL LI .on {
	border-left: 2px solid #f9c;
	margin: 14px 0px;
	padding: 0px 12px;
	display: block;
	color: #588F18;
	font-size: 14px;
	text-decoration: none;
}

#navigation UL LI A:HOVER {
	color: #588F18;
}

#navigation UL LI #first {
	border-left: none;
}

#navigation #menusubnav {
	background: url('images/subnav_stem.jpg');
}

#navigation #subnav {
	background: url('images/subnav_branch.jpg');
	background-repeat: no-repeat;
	clear:both;
}

#navigation #subnav IMG {
	border: 0px;
	margin: 35px 0px 0px 0px;
	padding: 0px;
	float:left;
}

	

#textarea {
	width: 480px;
	color: #583307;
	margin: 0px auto;
	font-size: 110%;
	line-height: 26px;
}

#textarea A {
	color: #c69;
	text-decoration: none;
}

#textarea A:Hover {
	color: #588F18;
}

#footer {
	text-align: center;
	color: black;
	font-size: 70%;
}
