html {
	margin: 0px;
	background-color: #e2e2e2;
}
body {
	background-color: #e2e2e2;
	margin: 0px;
}
#container {
	width: 100%;
	height: 100%;
	min-height: 470px;
}
#container_inner {
	width: 800px;
	min-height: 470px;
	background-color: #FFF;
	border: 2px solid #ccc;
}

#header {
	margin: 14px 12px 0px 12px;
}

#mainbody {
	height: 100%;
}
#mainbody-inner {
	background-color: #ededed;
	padding: 12px;
	margin: 0px 14px 14px 14px;
}

#mainmenu {
	position:relative;
	z-index:999;
	width:170px;
	min-height: 150px;
	text-align: left;
	margin-bottom: 12px;
	background-color: #a2795d;
	border: 4px solid #8d684e;
	float: left;
	margin: -12px 20px 10px 0px;
}

#mainmenu-inner {
	position:relative;
	z-index:999;
	text-align: center;
	margin: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 16px;
	padding-bottom: 12px;
}

#content {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	line-height: 1.4em;
	max-width: 100%;
	padding: 6px;
	position: relative;
	min-height: 385px;
}
#right {
	float: right;
}
#right-inner {
	padding: 6px;
	margin-left: 7px;
	margin-bottom: 6px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	min-width: 290px;
	max-width: 290px;
	background-color: #f6f7e9;
	border: #aac9ba solid 3px;
}
#form {
	margin: 6px 0px 0px 10px;
	padding: 0px 35px 0px 30px;
	border-right: solid 1px #C00;
	float: left;
}
#contactinfo {
	padding: 10px 0px 10px 10px;
	width: 220px;
	float: right;
}
#contactinfo-inner {
	text-align: left;
	float: left;
}
#bottomnav {
	height: 40px;
	width: 800px;
	background-color: #7e9197;
}
#bottomnav_inner {
	font-family: "Lucida Grande", sans-serif;
	font-size: 10.4px;
	background-color: #7e9197;
	padding: 6px;
}
#bottomnav_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #fff;
	float: left;
	text-align: left;
}
#bottomnav_right {
	color: #666;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-right: 6px;
}

.componentheading {
	font-size: 22px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 0px;
	text-align: left;
}
.contentheading {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 10px;
	float: left;
	text-align: left;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 0px 0px 2px 0px;
	color: #666;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
}
.contentpaneopen {
	padding: 12px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	text-align: left;
	padding: 0px 18px 2px 18px;
}
ul {
	list-style: disc;
	margin:0;
	padding:0;
	text-align:center;
}
li {
	margin:0;
	padding:0;
	text-align:left;
	margin-left: 25px;
}
li a {
	display:block;
	padding: 6px 30px 0px 0px;
	color: #666;
	text-decoration: none;
}
li a:hover, li a:focus, li a:active {
	color: #333;
	text-decoration: underline;
}
#b a {
	float:right;
}
a {
	text-decoration:none;
}
a.mainlevel {
	text-decoration:none;
	color:  #fff;
	
}
a:hover {
	text-decoration: underline;
}
ul.menu {
	list-style:none;
	margin-bottom:8px;
	padding:0;
	text-align:center;
}
ul.menu li {
	padding: 4px;
	text-align:center;
	margin: 0px 0px 0px 6px;
	border-bottom: dotted 2px #b88c6f;
}
ul.menu li a {
	display:block;
	padding: 0px;
	color: #fff;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	
}
ul.menu li a:hover {
	text-decoration: underline;
}

