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

body {
	background: url(images/bb.jpg) #809267 repeat-x top;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin:0px;
}
#mainwrapper{
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	width:900px;
}
#tl{
	background:url(images/tl.jpg) no-repeat top left;
}
#t{
	background:url(images/t.jpg) repeat-x top;
}
#tr{
	background:url(images/tr.jpg) no-repeat top right;
}
#r{
	background:url(images/r.jpg) repeat-y right;
}
#br{
	background:url(images/br.jpg) no-repeat bottom right;
}
#b{
	background:url(images/b.jpg) repeat-x bottom;
}
#bl{
	background:url(images/bl.jpg) no-repeat bottom left;
}
#l{
	background:url(images/l.jpg) repeat-y left;
}
#incontent{
	padding:50px 32px 40px 32px;
}
#intext{
	margin:0px 12px 0px 12px;
	color:#545c48;
}
#menu{
	padding:10px 0px 10px 0px;
	width:255px;
	display: block;
}
h1{
	font-size:30px;
	font-weight:normal;
	color:#546928;
	font-variant:small-caps;
	margin:16px 0px 5px 17px;
}
h2{
	font-size:24px;
	font-weight:normal;
	color:#a4762b;
	margin-top:30px;
}
hr{
	color:#f9f6f0;
	background-color:#f9f6f0;
	height:1px;
	margin: 0px 0px 0px 0px;
	display:block;
	padding: 0px 0px 0px 0px;
}
.undertext{
	font-size:12px;
	color:#FFFFFF;
}
.mainmenu, .submenu{
	padding: 5px 0px 5px 10px;
	display:block;
	margin: 0px 0px 0px 0px;
	font-size:22px;
	color: #809267;
	font-weight:normal;
	text-decoration:none;
}
.botlink{
	color:#FFFFFF;
}
.botlink:hover{
	color:#CCCCCC;
}
.mainmenu:hover, .submenu:hover{
	color:#4f5f38;
	text-decoration:none;
	background-color:#cdfdb0;
	}
.submenu{
	font-size:18px;
	padding: 0px 0px 0px 15px;
	}
.smallertxt {
	font-size: 12px;
	}

.floatRight { 
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: groove;
	border-width: thin; 
}
.floatLeft { 
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
	border: groove;
	border-width: thin;
}
.floatRightNoBrdr { 
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border:none;
}
.floatLeftNoBrdr { 
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
	border:none;
}
.noBrDr{
	border:none;
}
#divRight{
	float: right;
	margin: 0px 5px 5px 5px;
}
.edits{
  float: right;
  margin-right: 5px;
  }
.firstedit{
  float: right;
  margin-right:15px;
  }
.centerit{
	text-align: center;
}
centernow{
	text-align: center;
}
a:hover{
  color: #52840d;
  text-decoration: underline;
}
a {
	color:#365d00;
	font-weight:bold;
	text-decoration: none;
}
.searched{
	background-color:#99ff99;
	}
.seolink{
	font-size:10px;
	}