@charset "utf-8";
.mainbody {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
#wrapper {
  background-color: #00A8FF;
	width: 780px;
	padding: 10px;
	height: auto;
	text-align: left;
	border: 5px solid #0126B5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-color: #9DCEFF;
	text-align: center;
}
#topmenu {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	height: auto;
	width: auto;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #42A0FF
}
#container {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-attachment: scroll;
	background-position: 0px 0px;
	width: 780;
	background-color: #FFFFFF;
}
#left {
	margin: 0px;
	height: 400px;
	width: 100px;
	padding: 10px 20px 10px 20px;
	float: left;
	background-color: #9DCEFF;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	width: 130px;
}
#nav li a:hover {
	color: #333333;
	text-decoration: none;
}
#center {
	height: auto;
	width: 430px;
	float: left;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#right {
	height: auto;
	width: 120px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding: 5px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
#footer {
	margin: 10px 0px 0px 0px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	background-color: #9DCEFF;
	width: 780;
}
#footer p {
	color: #000000;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #444444;
	text-decoration: none;
} 

.form {
  font-size: 10;
  width: 450px;
  border: 1px solid #000000;
}

.form_textarea {
  font-size: 10;
  width: 450px;
  height: 150px;
  border: 1px solid #000000;
}

.message_system {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}