@charset "utf-8";
/* CSS Document */

body
{
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

.maintable{
	border:solid #A8B7B9 1px;
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}
.topbg{
	background-image:url('topbg.png');
	background-repeat:repeat-x;
	height: 200px;
	padding: 0px;
	margin: 0px;
	color: #F1F8FF;
}
.topbg2{
	background-image:url('/topbg2.jpg');
	background-repeat:repeat-x;
	height: 100px;
	padding: 0px;
	margin: 0px;
	color: #F1F8FF;
}
.headertext{
	font-size:11px;
	font-weight:bold;
	float: right;
	padding: 10px;
}
.headertext a{
	color: #F1F8FF;
	text-decoration:none;
	font-weight: bold;
}
.headerbodyheader{
	text-align: right;
	clear: right;
	margin-top: 20px;
	margin-right: 40px;
}
.headerbodyheader2{
	text-align: right;
	clear: right;
	margin-top: 20px;
	margin-right: 90px;
}
.top2bg{
	background-image:url('/top2bg.png');
	background-repeat:repeat-x;
	height: 35px;
	padding: 0px;
	margin: 0px;
}
.middle{
	height: 300px;
	background-color: #FFFBF1;
	color: #5C5748;
	font-size: 14px;
}
.middle a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #5C5748;
}
.bottomtitle{
	background-color: #FFF7E3;
	height: 25px;
	text-align: center;
	color: #5C5748;
	font-size:14px;
	font-weight: bold;
}
.bottom1{
	height: 100px;
	background-color: #846E67;
	color: #FFEAE3;
}
.bottom2{
	height: 100px;
	background-color: #677684;
	color: #E3F1FF;
}
.bottom3{
	height: 100px;
	background-color: #847C67;
	color: #FFF7E3;
}
.footer{
	color: #F1F8FF;
	font-size: 11px;
	text-align:center;
	height: 45px;
	background-color: #48525C;
}
.nav{
	background-color: #847C67;
	color: #FFF7E3;
	font-size:14px;
	font-weight:normal;
}
.nav a{
	color: #E3F1FF;
	font-size:14px;
	font-weight:normal;
}
.nav a:hover{
	color: #CCC7B3;
	font-size:14px;
	font-weight:normal;
}