body, html {
    height: 100%;
}

body {
    margin: 0;
    margin-top: 0px;
    padding: 0;
	background-color: #878f68;
	background: url('/images/background2.png') repeat;
	background-position: top center;
	font-family: Garamond, Times;
	text-align: center;
}

#centerwrap {
	background: url('/images/mainrepeat2.png') repeat-y;
	background-position: top left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

#contentwrap {
	padding-left: 68px;
	padding-right: 50px;
}

#contentwrap h1 {
	color: #376443;
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 18px;
	padding-top:4px;
	padding-bottom:6px;
	border-top: 2px solid #ccc4a3;
	border-bottom: 2px solid #ccc4a3;
}

#contentwrap h2 {
	color: #376443;
	font-size: 1.3em;
}

#contentwrap h3 {
	color: #376443;
	font-size: 1.1em;
}

#contentwrap p {
	line-height: 22px;
	text-align: justify;
	color: #841e1c;
	padding-left: 5px;
}

#contentwrap ul {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 40px;
	line-height: 20px;
	text-align: left;
	color: #841e1c;
	list-style: square;
	list-style-position: outside;
}

#contentwrap li {
	padding-bottom: 10px;
}

a:link {
	color: #376443;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #376443;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #841e1c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #841e1c;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px;
}

.letter {
	float: left;
	padding-right: 5px;
	padding-top: 2px;
}

#vertstripe {
	background: url('/images/vertstripe2.png') repeat-y;
	background-position: 28px 0px;
	padding-bottom: 1px;
}

#wrapper {
	margin: 0 auto;
	width: 802px;
	text-align: left;
}

#top {
    line-height: 46px;
    font-size: 1px;
	height: 46px;
	background: url('/images/top2.png');
}

#toprepeat {
	background: url('/images/topbackground2.png') repeat-x;
	background-position: top left;
	margin-left: 25px;
	width: 752px;
	height: 185px;

}

#logo {
	background: url('/images/logo2.png');
	float: left;
	width: 410px;
	height: 174px;
	margin-left: 41px;
	display: inline;
}

#quote {
	float: right;
	width: 264px;
	height: 160px;
	margin-top: 25px;
	margin-right: 25px;
	display: inline;
}

#bodyquote {
	float: left;
	padding: 4px 5px 0px 0px;
	margin: 0px;
}

#toptear {
	background: url('/images/toptear2.png');
	margin-left: 25px;
	width: 752px;
	height: 22px;
	font-size: 1px;
}

#menuwrap {
	background: url('/images/menubackground.png') repeat-y;
	width: 195px;
	float: right;
	margin-right: 36px;
	margin-bottom: 10px;
	margin-left: 12px;
	display: inline;
	text-align: center;
	font-size: 1px;
}

#menutop {
	background: url('/images/menutop.png');
	width: 195px;
	height: 16px;
	line-height: 1px;
}

#menubottom {
	background: url('/images/menubottom.png');
	width: 195px;
	height: 16px;
	margin-bottom: -5px;
}

.menuitem {
	padding-top: 5px;
}

.menudiv {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 10px;
}

#bottom {
    line-height: 24px;
	height: 24px;
    font-size: 1px;
	background: url('/images/bottom2.png');
}

/*\*/
* html #bottom {
	height: 0px;
	line-height: 5px;
	background: #838b66;
	margin-left: 27px;
	margin-right: 27px;
	border-bottom: 1px solid #626547;
	border-left: 1px solid #626547;
	border-right: 1px solid #626547;
}
/**/

.imgwrap_r {
	float: right;
	background: url('/images/imagemain.png') top left no-repeat;
	padding: 0px;
	margin: 5px 0px 5px 10px;
	display: inline;
}

.imgwrap {
	float: left;
	background: url('/images/imagemain.png') top left no-repeat;
	padding: 0px;
	margin: 5px 15px 5px 0px;
	display: inline;
}

.imgwrap_br {
	background: url('/images/image_br.png') bottom right no-repeat;
}

.imgwrap_tr {
	background: url('/images/image_tr.png') top right no-repeat;
}

.imgwrap_bl {
	padding: 9px;
	background: url('/images/image_bl.png') bottom left no-repeat;
}

div.form {
  width: 450px;
  float: left;
  clear: left;
  padding-top: 5px;
	color: #841e1c;
}

div.form span.left {
  float: left;
  clear: both;
  width: 120px;
  text-align: right;
  margin-bottom: 10px;
}

div.form span.right {
  float: right;
  width: 320px;
  text-align: left;
}

.hilight {
    color: #376443;
}

input.hilight {
    background-color: #e1ede4;
}

textarea.hilight {
    background-color: #e1ede4;
}

#security {
	background-color: #e6d8b9;
	border: 1px solid;
	margin: 5px;
	padding: 5px;
}

#security h1 {
	font-size: 16px;
	text-align: center;
}

#security p {
	font-size: 14px;
	text-align: left;
}

#afacontent {
	font-size: 0.9em;
	margin-top: 8px;
	text-align: justify;
}

#afacontent p {
	line-height: 1.2em;
	margin-bottom: 6px;
	margin-top: 6px;
}

#afalinks h3 {
	text-align: center;
	font-size: 18px;
}

#afalinks h3 a {
	color: #7c8461;
}

.afatitle {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 4px;
}

.afaimgdiv {
	float:left;
	clear:left;
	margin:0px;
	width: 114px;
}

.afaimg {
	border: 2px solid #376443;
	margin-top: 5px;
	margin-bottom: 5px;
}

.afaimg_hidden {
	display: none;
}

.clearboth {
    clear: both;
    font-size: 1px;
    line-height: 0px;
}