@charset "utf-8";


#top h1 {
	font-size: 120%;
	color: #990000;
	text-align: center;
	margin-top: -10px;
}
#top p {
	text-align: center;
	line-height: 18px;
	margin-top: 0px;
}
#top a {
	color: #990000;
	text-decoration: none;
}


#mainContent h1 {
	color: #990000;
	font-size: 130%;
	margin-top: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
}
#mainContent h2 {
	color: #990000;
	font-size: 100%;
	padding-left: 20px;
}
#mainContent h5 {
	margin-left: 20px;
	color: #900;
	font-size: 100%;
	margin-top: 5px;
}

#mainContent h6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#mainContent p {
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent table td {
	padding-left: 20px;
}
#mainContent ol ul li   {
	margin-left: 0px;
}
#mainContent ul li {
	margin-right: 30px;
	margin-left: 45px;
}




#navi {
	background-color: #FFF8EA;
	width: 283px;
}
#navi  ul {
	display: block;
}
#navi ul li ul li a {
	margin-left: 10px;
}

#navi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	list-style-type: none;
	margin-left: -40px;
	line-height: 25px;
}
#navi  li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
#navi  li a:hover {
	color: #990000;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
	line-height: 30px;
	height: 30px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	font-size: 90%;
	padding-left: 95px;
}
.logo {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContent a {
	color: #990000;
}
#mainContent .h1center {
	color: #990000;
	font-size: 130%;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
#mainContent .h2center {
	color: #990000;
	font-size: 100%;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}
.formfield {
	background-color: #FFF8EA;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF8EA;
	border-right-color: #FFF8EA;
	border-bottom-color: #990000;
}
.formbutton {
	background-color: #FFF8EA;
	border: 1px solid #990000;
}
.info {
	font-size: 90%;
	font-style: italic;
}
.imgrechts {
	float: right;
	margin-left: 10px;
}
