body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#page {
	width: 983px;
}

#top {
	width: 100%;
	height: 130px;
	background: url(image/topBG.png) top left no-repeat;
	padding: 0;
	margin: 0;
}

#top h1 {
	position: relative;
	top: 45px;
	left: 585px;
	color: #3702ae;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

#top p {
	position: relative;
	top: 80px;
	left: 15px;
	color: #3702ae;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#top ul, #left ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#top ul {
	top: 69px;
	*top: 70px;
	left: 277px;
}

#top ul li, #left ul li {
	width: 128px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

#top ul li {
	position: relative;
	background: url(image/menuItemTop.png) top left no-repeat transparent;
	margin: 0;
	display: block;
	float: left;
	width: 110px;
	text-align: center;
}

#left {
	width: 230px;
	height: 397px;
	background: url(image/menuBG.png) top left no-repeat transparent;
	padding: 0;
	margin: 0;
	float: left;
}

#left h2, #left ul {
	position: relative;
	top: -10px;
}

#left h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #3702ae;
	margin: 0 0 4px 74px;
	padding-top: 8px;
}

#left ul {
	left: 44px;
}

#left ul li {
	background: url(image/menuItem.png) top left no-repeat;
}

#top ul li:hover, #left ul li:hover {
	background-position: bottom left;
}

#top ul li a, #left ul li a {
	margin: 0 0 0 4px;
	text-decoration: none;
	color: #000;
}

#top ul li a:hover, #left ul li a:hover {
	color: #fff;
}

#left ul .menuSeperatorTop, #left ul .menuSeperatorBottom {
	width: 128px;
	height: 10px;
}

#left ul .menuSeperatorTop { background-image: url(image/menuSeperatorTop.png); }
#left ul .menuSeperatorBottom { background-image: url(image/menuSeperatorBottom.png); }

#right {
	float: right;
	width: 750px;
	padding-top: 16px;
}

#right h2 {
	width: 100%;
	color: #fff;
	font-size: 16px;
	padding: 2px 0px 2px 8px;
	margin-left: -8px;
	background: url(image/barCorner.png) top right no-repeat #73a5ce;
	clear: both;
}

#right p {
	font-size: 13px;
	margin: 24px 0px 24px 0px;
	line-height: 17px;
}

#right ol, #right ul {
	font-size: 13px;
	line-height: 17px;
	margin: 24px 0px 24px 0px;
}

.floatRight {
	float: right;
	width: 172px;
	height: 178px;
}

img {
	border: 2px solid #99ccff;
	padding: 4px;
	margin: 8px;
}

#right .addressBox {
	text-align: center;
}

#right .addressBox p {
	margin: 0;
	width: 550px;
}

#bottom {
	clear: both;
	float: right;
	width: 750px;
	text-align: center;
}