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

html {
	scrollbar-base-color: #A7A7A7;
	background-color: #2A5F00;
	border-right: solid;
	border-right-color: #69312D;
	border-right-width: 13px;
	border-left: solid;
	border-left-color: #69312D;
	border-left-width: 13px;
	}
body {
	margin: 0;
	padding: 0;
	min-width: 848px;
	background: url(images/bg_pattern_01.jpg);
	background-repeat: repeat;
	/*background: url(images/bg_green_bamboo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	font-family: Palatino, Palatino Linotype, Book Antiqua, Georgia;
	font-size: 86%;
	line-height: 1.5em;
	color: #0E2E11;
	}
#wrap {
	background-color: #3f5f2d;
	width: 848px;
	min-height: 910px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	}

#wrap2 {
	width: 840px;
	min-height: 910px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg.jpg);
	background-repeat: both;
	border-right: solid;
	border-right-color: #75C021;
	border-right-width: 4px;
	border-left: solid;
	border-left-color: #75C021;
	border-left-width: 4px;
	border-top: solid;
	border-top-color: #64A111;
	border-top-width: 3px;
	border-bottom: solid;
	border-bottom-color: #64A111;
	border-bottom-width: 3px;
	}

#wrap3 {
	width: 840px;
	min-height: 910px;
	margin: 0;
	padding-bottom: 40px;
	background: url(images/bg_bamboo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
#nav {
	padding-top: .4em;
	padding-bottom: .4em;
	min-height: 1.75em;
	}
#nav ul {
 	margin: 0;
	padding: 0;
	width: 100%;
	}
#nav ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 278px;
	line-height: 1.75em;
	}
#nav ul li a {
	color: #96D56E;
	text-decoration: none;
	font-weight: bold;
	}
#nav ul li a:hover {
	color: #E9F2B9;
	text-decoration: none;
	}
.left {
	padding-left: 6px;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
#current {
	color: #E9F2B9;
	font-weight: bold;
	}
a {
	color: #16680D;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover {
	color: #AB0B00;
	text-decoration: none;
	}

#content {
	width: 590px;
	padding-top: 105px;
	padding-left: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
	}
#content img {
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	border: solid;
	border-width: thin;
	border-color: #983A1A;
	}
#content p {
	width: 550px;
	}
#info {
	width: 280px;
	margin: 0;
	}	

h1 {
	font-size: 200%;
	font-weight: bold;
	color: #AA0000;
	margin-top: 0;
	margin-bottom: 0.35em;
	margin-left: -2px;
	}
h4 {
	font-size: 120%;
	color: #197A0F;
	margin: 0;
	padding: 0;
	}
h3 {
	font-size: 135%;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: .5em;
	
	
	}
h5 {
	font-size: 100%;
	color: #277E26;
	margin: 0;
	padding: 0;
	}
p {
	margin-top: 0;
	}

 
#bold {
	font-weight: bold;
	}
#italic {
	font-style:italic;
	}
#red {
	color: #AB0B00;
	}
#green {
	color: #197A0F;
	}
.bold {
	font-weight: bold;
	}
.spaceafter {
	margin-bottom: 45px;
	}
.nospaceafter {
	margin-bottom: 0;
	padding-bottom: 0;
	}
