﻿#centerbody {
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	top: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #808080;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #808080;
	clear: both;
	min-height: 100%;
	background-image: url('images/leftmenubg.png');
	background-repeat: repeat-y;
}

* html #centerbody {
	height: 100%;
}

html {
	margin: 0px;
	padding: 0px;
	background-color: #F4FFE4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	color: #666666;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #F4FFE4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	color: #666666;
}

#header {
	height: 111px;
	float: none;
	top: 0px;
	left: 0px;
	position: relative;
	background-color: #D5EDB3;
	background-image: url('images/headerbgcolor.png');
	background-repeat: repeat;
	text-align: right;
	color: #3C5715;
}
/*#header p{
	padding-top: 80px;
	padding-right: 20px;
}*/

#header img {
	float: left;
	position: relative;
}
#subheader {
	margin: 0px;
	height: 38px;
	background-color: #D5EDB3;
	background-image: url('images/subheader.png');
	background-repeat: no-repeat;
}
#leftcolumn {
	float: left;
	width: 192px;
	height: 100%;
}

#rightcolumn {
	float: right;
	width: 200px;
	height: 100%;
	text-align: center;
}

#centercolumn {
	float: left;
	width: 348px;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%
}

#widecentercolumn {
	float: left;
	width: 525px;
	padding-right: 30px;
	padding-left: 10px;
	height: 100%
}


#footer {
	margin-top: 30px;
	margin-left: 200px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: .8em;
	color: gray;
	width: 560px;
	line-height: 2.5em;
}

.menuitem {
	clear: both;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 155px;
}

.menuitem a {
	letter-spacing: .1em;
	color:#5A4607;
	text-decoration:none;
}
.menuitem a:visited {
	color:#5A4607;
}
.menuitem a:hover {
	font-weight:bold;
	letter-spacing:.07em;
}


.pretitle {
	width: 40px;
	background-image: url('images/heading-bg-left.png');
	background-repeat: no-repeat;
	height: 40px;
}

.posttitle {
	background-image: url('images/heading-bg-right.png');
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

h1 {
	letter-spacing: .15em;
	font-size: 1.8em;
}

h2 {
	letter-spacing: .15em;
	font-size: 1.6em;
	line-height:1.5em;
}

h3 {
	letter-spacing: .15em;
	font-size: 1.4em;
}

.spread {
	letter-spacing: .01em;
	line-height: 1.5em;
}

li {
	letter-spacing: .01em;
}

#headertext {
	height: 100px;
	width: 200px;
	padding-right: 20px;
	float: right;
	color: #629122;
	letter-spacing: .1em;
	font-size: .9em;
	position: relative;
	right: 0px;
	top: 0px;
}

#headertext div {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

#headertext a {
	text-decoration:none;	
	color: #629122;
}
#headertext a:visited {
	color: #629122;
}
#headertext a:hover {
	font-weight:bold;
}

hr {
	width: 90%;
	height: 1px;
	color: #629122;
	text-align: center;
}

.person-left {
	display: inline;
	float: left;
	padding-right:1em;
	clear:both;
	}

.person-right {
	display: inline;
	float: right;
	padding-left:1em;
	clear:both;
	}

#prefooter {
	height: 40px;	
	clear: both;
	width: 100%;
}

img {
	border-width: 0px;
}

