@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;
	overflow: auto;
	font-weight: bold;
	font-style: italic;
}
#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;

}
#menu1 li, #menu2 li, #menu3 li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;

}
.clear {
	display: block;
	clear: both;
}

#menu1 a, #menu2 a, #menu3 a {
	text-decoration: none;
	color: #000000;
}
#maintext {
	background-repeat: no-repeat;
	padding: 10px;
}
.float_left {
	float: left;
}
h2 {
	font-size: 1.3em;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#main #center table {
	text-align: center;
}
#main #center p {
	font-weight: normal;
}
#main #center p {
	font-style: normal;
}

