	html,
	body {
   margin: 0 auto;
   padding: 0;
   text-align: center;

   color: #02286C;
   background-color: #A9BCDE;
   font-family: Arial, sans-serif;
	 font-size: 12px;
	}
	#header {
	 width: 800px;
	 height: 110px;
	 margin: 0 auto;
	 padding: 0;
	 text-align: center;
	 background-image: url(../img/header.jpg);
	}
	#navigation {
	 width: 800px;
	 height: 25px;
	 margin: 0 auto;
	 padding: 0;
	 text-align: center;
	 background-image: url(../img/navigation.jpg);
	}
	#content {
	 position: absolute;
	 left: 50%;
	 margin-left: -400px;
	 width: 800px;
	 min-height: 400px;
	 background-image: url(../img/bg.jpg);
	}
	.navBox {
	 float: right;
	 margin-top: 10px;
	 padding: 10px;
	 width: 228px;
	 text-align: left;
	 background-image: url(../img/navbg.jpg);
	}
	.map {
	 padding: 10px;
	 width: 530px;
	 text-align: justify;
	}
	a.tNav:link,
	a.tNav:visited {
	 display: block;
	 float: left;
	 width: 100px;
	 height: 18px;
	 margin-top: 2px;
	 padding-top: 2px;
	 text-align: center;
	 border-right: 1px solid #FFF;
	 background-color: transparent;
	 font-family: Arial, sans-serif;
	 font-size: 12px;
	 color: #FFF;
	 text-decoration: none;
	}
	a.tNav:hover {
	 display: block;
	 float: left;
	 width: 100px;
	 height: 18px;
	 margin-top: 2px;
	 padding-top: 2px;
	 text-align: center;
	 border-right: 1px solid #FFF;
	 background-color: #FFF;
	 font-family: Arial, sans-serif;
	 font-size: 12px;
	 color: #1A6CFD;
	 text-decoration: none;
	}
	a.navl:link,
	a.navl:visited {
	color: #02286C;
	text-decoration: none;
	}
	a.navl:hover {
	color: #02286C;
	text-decoration: underline;
}
	a.navl1:link,
	a.navl1:visited {
	color: red;
	text-decoration: none;
	}
	a.navl1:hover {
	color: red;
	text-decoration: underline;
	}
	a:link,
	a:visited {
	color: #02286C;
	text-decoration: underline;
	}
	a:hover {
	color: #02286C;
	text-decoration: none;
}
	a.ks:link,
	a.ks:visited {
	color: red;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	}
	a.ks:hover {
	color: red;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
h1 {
  color: red;
  font-size: 14px;
  text-align: center;
}



.sender {
 border: 0px solid #02286C;
}
.sbox {
 float: left;
 width: 152px;
 text-align: center;
 margin-left: 17px;
 margin-bottom: 10px;
}
.xnavi {
 width: 600px;
 margin-left: 5px;
}

