body {
background-color: #EEF8EA;
font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, sans-serif;
color: #000000;
margin: 1.5em;
}

/* standard link properties */
a:link {
text-decoration: underline;
color: #74B95F;
}

a:hover {
text-decoration: underline;
color: #B7DCAA;
}

a:visited {
text-decoration: underline;
color: #B4AE94;
}

a:visited:hover {
	text-decoration: underline;
	color: #000;
}

/* layout */
#contain {
position: relative;
margin: 0 auto;
width: 970px;
}

#head {
float: left;
clear: both;
width: 100%;
height: 130px;
margin: 0;
}

#headL {
float: left;
margin: 0;
width: 206px;
height: 130px;
background-image: url(images/headL.png);
background-position: left top;
background-repeat: no-repeat;
}

#headR {
float: right;
margin: 0;
width: 764px;
height: 130px;
background-image: url(images/headR2.png);
background-position: right top;
background-repeat: no-repeat;
}


#body {
float: left;
clear: both;
margin: 0 auto;
width: 100%;
background-image: url(images/contentBG1.png);
background-repeat: repeat-y;
background-position: top;
}

#menuContain {
float: left;
margin-left: 14px;
width: 175px;
min-height: 250px;
background-image: url(images/menuBG.png);
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom: 40px;
background-position: top;
}

#menu {
position: relative;
display: block;
margin-top: 1em;
z-index: 100; /* always on top, prevents browser errors! */
}

#content {
	float: left;
	margin: 0 auto;
	width: 716px;
	font-size: small;
	margin: 12px;
	text-align: justify;
}
#content1 {
float: left;
margin: 0 auto;
width: 700px;
font-size: small;
margin: 12px;
text-align: justify;
}

#footer {
clear: both;
margin: 0 auto;
width: 100%;
background-image: url(images/footer1.png);
background-repeat: no-repeat;
background-position: bottom;
}

#footertext {
margin-right: 12px;
padding-bottom: 10px;
font-size: x-small;
color: #999999;
text-align: right;
}

/* menu buttons */

#menu h2 {
position: relative;
display: block;
font-size: larger;
font-weight: normal;
margin-left: 0;
}

#menu h2 a:link, #menu h2 a:visited {
text-decoration: none;
color: #000000;
padding-left:5px;
}

#menu h2 a:hover, #menu h2 a:visited:hover {
text-decoration: none;
color: #91C880;
padding-left: 5px;
background-image: url(images/hover.gif);
background-repeat: repeat-y;
background-position: left;
}

/*--- title styles ---*/
h1 {
display: block;
font-size: x-large;
font-weight: normal;
letter-spacing: 0.1em;
color: #74B95F;
margin-left: 0.6em;
margin-bottom: 0.6em;
text-align: center;
}

h2 {
display: block;
font-size: larger;
font-weight: bold;
color: #74B95F;
margin-left: 0.6em;
margin-bottom: 0.6em;
}

h3 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #74B95F;
	margin-left: 0.6em;
	margin-bottom: 0.6em;
}

h4, h5, h6 {
display: block;
font-size: small;
font-weight: bold;
color: #000000;
}

/* other classes */
.frontimg {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

.important {
font-weight: bold;
color: #FF0000;
}




#menu h5 {
position: relative;
display: block;
font-size:14px;
font-weight:bold;
margin-left: 0;
}

#menu h5 a:link, #menu h4 a:visited {
text-decoration: none;
color: #000000;
padding-left:5px;
}

#menu h5 a:hover, #menu h4 a:visited:hover {
text-decoration: none;
color: #91C880;
padding-left: 5px;
background-image: url(images/hover.gif);
background-repeat: repeat-y;
background-position: left;
}
