@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #1E7DAB;
	background-image: url("");
	color: #f0f0f0;
	font-family: "Tahoma", sans-serif;
	text-align: center;
	width: 100%;
}

#page {
	position: relative;
	display: block;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("g2/pagebg.jpg");
}

#pagebg {
	position: absolute;
	display: block;
	top:0;
	left:0;
}

#main {
	position: relative;
	display: block;
	margin-top: 250px;
	margin-left: 200px;
	margin-right: 150px;
	border-left:1px dotted #FFB3AF;
	padding-left: 20px;
	font-size: 14px;
	color: #334249;
	line-height: 140%;
}

#leftbg {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 50%;
	height: 264px;
	background-image: url("g2/leftbg.jpg");
}

#rightbg {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 50%;
	height: 255px;
	background-image: url("g2/rightbg.jpg");
}

#rightbg2 {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 50%;
	height: 30000px;
	background-color: #D5F3FE;
}

#pageout {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: white;
}


.fl { float: left; }
.fr { float: right; }
.clr { clear: both;}


#menu {
	display: block;
	position: absolute;
	top: 331px;
	left: 642px;
	z-index: 10;
}
.menu {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
.menu li {
	display: block;
	position: relative;
}
.menu li a:link, .menu li a:visited {
	display: block;
	border-top: 1px solid #70ACC5;
	border-left: 1px solid #70ACC5;
	border-bottom: 1px solid #182D36;
	border-right: 1px solid #182D36;
	background-color: #005375;
	padding: 8px;
	color: #94E0FF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 230px;
	margin-bottom: 3px;
	position: relative;
}

.menu li a:hover {
	display: block;
	border-bottom: 1px solid #70ACC5;
	border-right: 1px solid #70ACC5;
	border-top: 1px solid #182D36;
	border-left: 1px solid #182D36;
	color: #005375;
	padding: 8px;
	background-color: #94E0FF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	width: 230px;
	margin-bottom: 3px;
	position: relative;
}



#introtxt {
	display: block;
	position: absolute;
	width: 800px;
	font-size: 11px;
	color: #ffffff;
	font-family: "Tahoma", sans-serif;
	top: 520px;
	left: 130px;
}

#introtxt a:link, #introtxt a:visited {

	color: #8BD9FF;
	font-weight: bold;
	}


#footer {
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("g2/footer.jpg");
	font-size: 10px;
	color: #AEE3FD;
	text-align: center;
	width: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #06A2EC;
}


