body {
	text-align: center;
	background-color: #d8d8d8;
	background-image: url(/images/page_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	line-height: 1.3;
	color: #0a3359;
}
#page {
	background-color: #ffffff;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header #headerMainArea {
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 700px;
	padding-top: 40px;
	position: relative;
}
#header {
	width: 700px;
}
#header ul#utility {
	font-size: 83.3%;
	text-align: right;
	width: 660px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa29c;
}
#header ul#utility li {
	background-image: url(/images/mail_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 572px;
	padding-left: 22px;
}
#header #utility li a {
	color: #a3a3a3;
	text-decoration: none;
}
#header #utility li a:hover {
	color: #0a3359;
	text-decoration: underline;
}
#header h1#logo {
	margin-bottom: 12px;
	margin-left: 19px;
}
#header ul#gNav {
	background-image: url(/images/gnav_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 510px;
}
#header ul#gNav li#nav01,
#header ul#gNav li#nav03 {
	width: 87px;
}
#header ul#gNav li#nav02 {
width: 112px;
}
#header ul#gNav li#nav04 {
width: 95px;
}
#header ul#gNav li#nav05 {
width: 120px;
}
#header ul#gNav li {
	float: left;
}
#contentsArea {
	padding: 20px;
	background-color: #FFFFFF;
	border-top-color: #999999;
	left: auto;
	right: auto;
}
#footer {
	font-size: 83.3%;
	color: #a3a3a3;
	background-color: #d8d8d8;
	text-align: right;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 15px;
	clear: both;
}
#footer ul#textNav {
	margin-bottom: 4px;
}
#footer ul#textNav li {
	display: inline;
}
#footer ul#textNav li a {
	color: #a3a3a3;
	text-decoration: none;
}
#footer ul#textNav li a:hover {
	color: #0a3359;
	text-decoration: underline;
    clear:both;
}
.floatL {float:left;}
.floatR {float:right;}