body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#333;
	background-image:url('../layout/bodybg.jpg');
	background-repeat:repeat-x;
	background-color:#2D6997;
}
.mainwrap {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:700px;
	background-color:#fff;
	border:5px solid #fff;
}
.banner {
	width:700px;
	height:250px;
	background-image:url('../layout/bannerbg.gif');
	background-repeat:repeat-x;
}
.bannerimage {
	float:left;
	width:509px;
}
.map {
	float:left;
	width:191px;
	margin-top:39px;
}
.navigation {
	clear:both;
	height:43px;
	background-image:url('../layout/navigationbg.gif');
	background-repeat:repeat-x;
}
.navigation ul {
	list-style:none;
	margin:0;
	padding:15px 0 0 0;
}
.navigation li {
	float:left;
	margin-left:10px;
}
.navigation a {
	padding:0 3px;
	text-decoration:none;
	color:#fff;
}
.navigation a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#0E3889;
}
a.selectednavi {
	text-decoration:none;
	background-color:#fff;
	color:#0E3889;
}
.content {
	padding:15px 15px 25px 15px;
	background-image:url('../layout/contentbg.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
}
.contact {
	padding:5px;
	text-align:center;
	background-color:#2E5274;
	color:#fff;
}
/*Common*/
p {
	margin:0;
	padding:5px 0 5px 0;
}
h1,h2 {
	font-size:1.9em;
	font-family: Trebuchet MS, Arial, Verdana, Tahoma, sans-serif;
	color:#0E3889;
	margin:0;
	padding:5px 0 5px 0;
	margin-bottom:15px;
	border-bottom:1px solid #ebebeb;
	line-height:22px;
}
h2 {
	font-size:1.4em;
}
a {
	text-decoration:underline;
	color:#0E3889;
}
