body {
	margin:0 auto;
	padding:0 10px;
	/*
	background-image:url('./image/background4.gif');
	background:#FFF url(./image/bg.png) repeat-x bottom;
	background:url(./image/bg.png) repeat;
	background:#FCFFEC url(./image/bg.png) repeat-x bottom;
	*/
	background:#DCDCDC;
	text-align:center;
	width:1000px;
}

img {
	border:none;
}

#header {
	height:100px;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	color:black;
}

.box1 li {
	float:left;
	display:block;
}

.on  {
	/*
	background-image:url("./image/tab-yellow.gif");
	*/
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#ffffff;
	width:100px;
	height:25px;
	margin-right:2px;
	text-align:center;
}

.off {
	/*
	background-image:url("./image/tab-gray.gif");
	*/
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#ffffff;
	width:100px;
	height:25px;
	margin-right:2px;
	text-align:center;
}

.on a {
	text-decoration:none;
	display:block;
	/*
	margin-top:5px;
	*/
}

.on a:link {
	color:#ffffff;
}

.on a:visited {
	color:#ffffff;
}

.on a:hover {
	color:#ffffff;
}

.off a {
	text-decoration:underline;
	display:block;
	/*
	margin-top:5px;
	*/
}

.off a:link {
	color:#000000;
}

.off a:visited {
	color:#000000;
}

.off a:hover {
	color:#ff0000;
}

.box1 {

	background-color: #FFFFFF;
/*
	background-color: #FFFFFF;
	background-color: #00008B;
	background-color: #00008B;
*/
	margin:0 auto;
	height:25px;
}

.box2 {
	background-color: #FFFFFF;
	clear:both;
	border-top:solid 10px #00008B;
	/*
	border-top:solid 10px #BFE800;
	border-bottom:solid 1px #FFCD35;
	border-left:solid 1px #FFCD35;
	border-right:solid 1px #FFCD35;
	*/
}

.box3 {
	width: 298px;
	background-color: #FFFFFF;
	border-top:solid 1px #00008B;
	border-bottom:solid 1px #00008B;
	border-left:solid 1px #00008B;
	border-right:solid 1px #00008B;
	margin:0px auto;
}

.box4 {
	width: 598px;	
	background-color: #FFFFFF;
	border-top:solid 1px #00008B;
	border-bottom:solid 1px #00008B;
	border-left:solid 1px #00008B;
	border-right:solid 1px #00008B;
	margin:0px auto;
}

ul {
	margin:0px;
}

.login {
	margin:10px;
	text-align:left;
}

.map {
	width:600px;
	height:500px;
	border:1px solid gray;
	overflow: hidden;
}

.footer {
	width:1000px;
	margin:0px auto 0;
	padding:0 0 5px 0;
	border-top:100px solid #FFFFFF;
	background-color:#CCCCCC;
	color:gray;
	text-align:center;
}

.footer a {
	text-decoration:none;
	color:gray;
}

.style1 {
	font-size: small
}

.bgcolor {
	background-color:#00008B;
	color:#FFFFFF;
	border-bottom:solid 1px #00008B;
}

.common_border {
	border:solid 1px #00008B;
}

.list2 {
	margin:0px auto 0px 10px;
	font-size: 100%;
}