@charset "UTF-8";
/* CSS Document */

<style type="text/css">

body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
}
#shell {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#nav_top {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: small;
	font-style: normal;
	padding-top: 15px;
	padding-bottom: 20px;
}
#img_l {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 253px;
}
#img_r {
	width: 220px;
	position: absolute;
	margin-left: 530px;
	top: 253px;
	right: 0px;
}
#content {
	margin-right: 220px;
	margin-left: 150px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#bottom {
	left: 0px;
	width: 750px;
	padding-top: 20px;
}
#img_ll {
	padding-top: 25px;
	padding-left: 35px;
}
#img_rr {
	padding-top: 25px;
	padding-right: 35px;
}
.p1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	text-transform: none;
	white-space: normal;
	padding: 0px 30px;
}
a.nav:link {
	color:#999999;
	text-decoration: none
}
a.nav:hover {
	color:#0033ff;
	text-decoration: underline
}
a.nav:visited {
	color:#999999;
	text-decoration:none
}
a.nav:active {
	color:#999999;
	text-decoration: none
}

</style>

