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

body {
	background: url(images/bb.jpg) #e8f8fc repeat-x top;
	text-align:center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	color:#4d5d65;
	margin:0px;
}
#mainwrapper{
	text-align:left;
	margin:0px auto;
	width:800px;
}
#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 #ffffff;
}
#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;
}
#innercontent{
	padding:20px 17px 30px 23px;
}
h1{
	margin-top:0px;
	font-size:24px;
	font-weight:normal;
	color:#FFFFFF;
	letter-spacing:1px;
}
h2{
	margin-top:25px;
	font-size:20px;
	font-weight:normal;
	color:#678c95;
	letter-spacing:1px;
}
#intext{
	padding:0px 15px 0px 15px;
}
undertext{
	font-size:12px;
	color:#333333;
}
.mainmenu, .submenu{
	margin: 10px 0px 0px 10px;
	font-size:22px;
	color: #809267;
	line-height: 30px;
	font-weight:normal;
	text-decoration:none;
}
.botlink{
	color:#333333;
}
.botlink:hover{
	color:#CCCCCC;
}
.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: groove;
	border-width: thin; 
}
img.floatLeft { 
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
	border: groove;
	border-width: thin;
}
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;
}
img.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: #91cedb;
  text-decoration: underline;
}
a {
	color:#73b6c5;
	font-weight:bold;
	text-decoration: none;
}
.searched{
	background-color:#99FFFF;
	font-weight:bold;
}
input, select, textarea{
	border:thin groove #cccccc;
}