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

body {
	background: url(images/bb.jpg) #32353c 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:784px;
}
#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:215px 20px 35px 32px;
}
#intext{
	margin-top:10px;
	padding:0px 10px 0px 0px;
	color:#545c48;
	width:100%;
}
#topmenu{
	z-index:2;
	position:absolute;
}
#menu{
	margin:15px 10px 10px 10px;
	text-align:left;
}
#cblock{
	border:1px #cccccc solid;
	background: #ffffff;
	margin:20px 0px 0px 0px;
	padding: 10px;
}
#divLeft{
	float:left;
	margin-right:10px;
}
h1{
	font-size:17px;
	font-weight:normal;
	color:#FFFFFF;
	font-variant:small-caps;
	letter-spacing:2px;
	margin:0px 0px 0px 5px;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#c10e0e;
	margin-top:0px;
}
hr{
	color:#225a76;
}
undertext{
	font-size:12px;
	color:#FFFFFF;
}
.mainmenu, .submenu{
	margin: 10px 0px 0px 10px;
	font-size:18px;
	color: #cccccc;
	line-height: 30px;
	font-weight:normal;
	text-decoration:none;
	font-family:"Futura", "Futura Bk", Arial, sans-serif;
}
.botlink{
	color:#FFFFFF;
}
.botlink:hover{
	color:#CCCCCC;
}
.botlink{
	color:#eeeeee;
}
.mainmenu:hover, .submenu:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
.submenu{
	font-size:16px;
	line-height:20px;
	}
.smallertxt {
	font-size: 12px;
	}

.floatRight { 
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid thin #cccccc;
}
.floatLeft { 
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid thin #cccccc;
}
.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;
}
#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;
	}