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

body {
	background: url(images/bb.jpg) #9e9e9e repeat-x top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}
#mainwrapper{
	margin:0px auto;
	text-align:left;
	width:75%;
	min-width:825px;
}
#tm{
	background:url(images/tm.jpg) no-repeat top center;
}
#tl{
	background:url(images/tl.jpg) no-repeat top left;
}
#t{
	background:url(images/t.jpg) repeat-x top #ffffff;
	width:100%;
}
#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:19px 18px 35px 34px;
}
#intext{
	margin:8px 125px 25px 125px;
	color:#000000;
}
#topmenu{
	z-index:2;
	position:absolute;
}
#menu{
	margin:0px 0px 10px 300px;
}
#cblock{
	border:thin #cccccc solid;
	background: #ffffff url(glogo.jpg) no-repeat bottom right;
	margin:20px 0px 0px 0px;
	padding: 10px;
}
#divLeft{
	float:left;
	margin-right:10px;
}
h1{
	font-size:26px;
	font-family:"Monotype Corsiva", Zapfino, "Script MT Bold", "Times New Roman";
	text-align:left;
	font-weight:normal;
	color:#FFFFFF;
	letter-spacing:2px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 125px;
}
h2{
	font-size:20px;
	font-weight:normal;
	color:#9e359b;
	margin-top:0px;
	margin-bottom:5px;
}
hr{
	color:#9e359b;
}
undertext{
	font-size:12px;
	color:#FFFFFF;
}
.mainmenu, .submenu{
	margin: 10px 0px 0px 10px;
	font-size:22px;
	color: #809267;
	line-height: 30px;
	font-weight:normal;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}
.botlink{
	color:#FFFFFF;
}
.botlink:hover{
	color:#CCCCCC;
}
.botlink:a{
	color:#eeeeee;
}
.mainmenu:hover, .submenu:hover{
	color:#4f5f38;
	text-decoration:none;
	}
.submenu{
	font-size:18px;
	line-height:20px;
	}
.smallertxt {
	font-size: 12px;
	}

img.floatRight { 
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-botton: 5px;
	border: solid thin #cccccc;
}
img.floatLeft { 
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid thin #cccccc;
}
img.floatRightNoBrdr { 
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-botton: 5px;
	border:none;
}
img.floatLeftNoBrdr { 
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
	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: #507bcb;
  text-decoration: underline;
}
a {
	color:#2057bc;
	font-weight:bold;
	text-decoration: none;
}
.searched{
	background-color:#aaFFaa;
	font-weight:bold;
}
strong{
	color:#000;
}
input, textarea{
	border: thin solid #cccccc;
	}