body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}

.contents{
	margin: 50px auto;
	font-size: 85%;
	font-weight: 500;
	width: 850px;
	height: 100%;
	border: 1px solid #1e113c;
	background-color: #ffffff;
}

.header{
	border-top: 1px solid #1e113c;
	width: 850px;
	height: 100px;
	background-color: #bfffff;
	background-image: url(images/menu2.jpg);
	background-repeat: no-repeat;
}

.headermenu{
	margin-left: 250px;
	margin-top: -90px;
}

.headertext{
	margin: 10px 0 10px 0;
}

.menu{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #1e113c;
	border-bottom: 1px solid #1e113c;
	background-color: #99ccff;
}

.menu a{
	float: left;
	display: block;
	margin-right: 4px;
	padding: 4px;
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.menu a:link{
	color: #ffffff;
	border: 2px solid #99ccff;
}

.menu a:visited{
	color: #ffffff;
	border: 2px solid #99ccff;
}

.menu a:hover{
	border: 2px solid #67adcd;
	border-right: 2px solid #0f394c;
	border-bottom: 2px solid #0f394c;
	background-color: #0066cc;
	color: #ffffff;
}

.menu a:active{
	border: 2px solid #143a4c;
	border-right: 2px solid #2f7479;
	border-bottom: 2px solid #2f7479;
	background-color: #0066cc;
	color: #ffffff;
}

.floatclear{
	clear: left;
}

.rightmenu{
	float: right;
	width: 115px;
	padding-left: 3px;
	padding-bottom: 5px;
	border-left: 1px solid #2f7479;
	border-bottom: 1px solid #2f7479;
	font-size: 91%;
	background-color: #ffffff;
}

li a{
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 0;
	font-weight: bold;
	text-align: center;
}

li a:link{
	color: #6699ff;
}

li a:visited{
	color: #6699ff;
}

li a:hover{
	background-color: #ccffff;
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li{
	padding: 0;
	margin: 0;
}

img{
	border-style: none;
}

h1{
	text-align: center;
	font-size: 200%;
}

h2{
	text-align: center;
	font-size: 100%;
}

h3{
	font-size: 100%;
	margin-left: 120px;
}

.main{
	text-align: center;
	margin-top: 20px;
}

.main2{
	text-align: center;
	margin-right: 115px;
	margin-top: 20px;
}

p{
	margin-left: 120px;
}

.footer{
	border-top: 1px solid #1e113c;
	margin-top: 30px;
	width: 850px;
	height: 125px;
}

.footer p{
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.copy{
	width: 850px;
	height: 30px;
	text-align: center;
	border-top: 1px solid #1e113c;
	background-color: #99ccff;
}
