@charset "utf-8";
body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#main {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
}
#main #left {
	float: left;
	width: 40px;
	padding-top: 60px;
}
#main #center {
	float: left;
	width: 713px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#main #right {
	width: 40px;
	float: left;
}
#menu1 {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#menu2 {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#menu3 {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#menu1 ul, #menu2 ul, #menu3 ul {
	text-align: center;
	display: inline;
	margin-left: -5px;

}
#menu1 li, #menu2 li, #menu3 li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
.clear {
	display: block;
	clear: both;
}

#menu1 a, #menu2 a, #menu3 a {
	text-decoration: none;
	color: #000000;
}
#maintext {
	padding: 10px;
	background-repeat: no-repeat;
}
.float_left {
	float: left;
}
h2 {
	font-size: 1.1em;
}
h1 {
	font-size: 1.3em;
}

#submenu {
	background-color: #C7EED3;
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: repeat-y;
}
#submenu li {
	list-style-type: none;
	margin-left: -15px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
#submenu a {
color:#000000;
text-decoration:none;
}
.toplink {
	font-size: .8em;
}
