body {
  background:#FAE9D2 url('images/hatter.jpg') repeat left top;
  margin: 0;
  padding: 15px;
  border: 14px solid #FAE9D2;
  font-family : Verdana;
	font-size : 11px;
	color: #333333;
}

td {

	font-family : Verdana;
	font-size : 12px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #486AA5;
	font-size : 10px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-size : 10px;
	font-weight: bold;
}

span#logo {
  width: 199px;
  height: 115px;
  display: block;
  background: url('images/logo.png') no-repeat;
}

p#address {
  font-size: 10px;
}

span.ulborder {
  width: 11px;
  height: 12px;
  display: block;
  background: url('images/borderUL.png') no-repeat;
}

span.uborder {
  width: 100%;
  height: 12px;
  display: block;
  background: url('images/borderU.png') repeat-x;
}

span.urborder {
  width: 15px;
  height: 12px;
  display: block;
  background: url('images/borderUR.png') no-repeat;
}

span.lborder {
  width: 11px;
  height: 100%;
  display: block;
  background: url('images/borderL.png') repeat-y;
}

span.rborder {
  width: 15px;
  height: 100%;
  display: block;
  background: url('images/borderR.png') repeat-y;
}

span.blborder {
  width: 11px;
  height: 17px;
  display: block;
  background: url('images/borderBL.png') no-repeat;
}

span.bborder {
  width: 100%;
  height: 17px;
  display: block;
  background: url('images/borderB.png') repeat-x;
}

span.brborder {
  width: 15px;
  height: 17px;
  display: block;
  background: url('images/borderBR.png') no-repeat;
}

.forumline {
	border-bottom: 1px dotted #D6D6D6;	
}

.forumbox {
	border-bottom: 1px solid #D6D6D6;	
	background-color: #F3F3F3;

}

.title {
	font-family : Verdana;
	font-size : 18px;
	font-weight: bold;
	color: #960F28;
	text-align: right;
	padding-bottom: 4px;
  padding-right: 4px;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #565656;
  background:#FAE9D2 url('images/mainback.jpg') no-repeat left top;
}

.admin {
  background: #FAE9D2;
}

.formobj {
	width: 120 px;
	font-size : 11px;
	font-family : Verdana;
	border: 1px solid #FABE79;
}

.maintitle {
	font-size : 20px;
	color: #7FAD1C;
	text-transform: uppercase;
	padding-bottom: 6px;
}

.contact {
	font-size : 9px;
	font-weight: bold;
	color: #EDEDED;
	padding: 14px;
	height: 80;

}

.mlevel0 {
	text-align: center;
	color: #124828;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;

}

.mlevel0on {
	text-align: center;
	color: #E0E8C3;
	background-color: #960F28;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.mlevel1 {
	text-align: center;
	line-height: 10px;
	color: #124828;
	cursor: hand;
	cursor: pointer;
}

.mlevel1on {
	text-align: center;
	line-height: 10px;
	color: #E0E8C3;
	background-color: #960F28;
	cursor: hand;
	cursor: pointer;
}

.menucell {
	border: 1px solid #FABE79;
	border-top: 0px solid #FABE79;
	background-color: #FFFFFF;
}