* {
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
}
body{
	text-align: center;
	background-color: #44607e;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 1000px;
	text-align: left;
	background-color: #FFFFFF;
}
#header{
	background-image: url(image/header.gif);
	height: 225px;
	width: 1000px;
	left: 0px;
	top: 0px;
}
#menu{
	background-image: url(image/buttonback.gif);
	height: 27px;
	width: 1000px;
	left: 0px;
	top: 225px;
	text-align: center;
}
#navlist{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: relative;
	height: 27px;
	width: 800px;
	top: 0px;
	left: 0px;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	background-image: url(image/button.gif);
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover{background-image: url(image/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}
#n8{left: 777px;}
#content{
	background-image: url(image/backlogo.gif);
	background-repeat: repeat;
	padding:10px;
	position: relative;
	width: 980px;
	background-color: #A2B3CA;
	text-align: bottom;
}
#footer{
	clear: both;
	background-color: #A2B3CA;
	position: relative;
	height: 40px;
	background-image: url(image/footerback.gif);
	background-repeat: x-repeat;
	background-position: right bottom;
	text-align: center;
}
#partner{
	clear: both;
	background-color: #A2B3CA;
	position: relative;
	height: auto;
	text-align: justify;
}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}
.box{
	margin: 0 0 0 0;
	color: black;
	background-color:#CDCDCD;
}

.boxtitle, .boxtitle A {
	color: #000000;
	font-size:18px;
}
.form{
	width:150px; height:18px; border-color:#F46E02; border-width:1px; background-color:#FEFAF4; font-size:11px; border-style:solid
}