body {
	margin:0px;
	background: #6699cc;
	text-align: center;
}
.show { visibility:visible; display:block; }
.hide { visibility:hidden; display:none; }

.block {
	width:819px;
}
#center {
	width:819px; height:677px;
	margin:auto;
	display:block;
	border:0px;
	padding:0px;
	position:relative;
	text-align: left;

}
#center2 {
	width:819px;
	padding:0px;
	position:absolute;
	top:0px;
}


/*    div { border:1px solid red; }     */

/* HEADER */

#header_img {
	background:url("./images/header.gif");
	background-position: center;
	background-repeat:repeat;
	position:absolute;
	text-align: center;
	top:0px; left:0px;
	width:100%; height: 182px;
}

#splash {
	background:url("./images/splash.gif");
	background-position: top center;
	background-repeat:no-repeat;
	position:absolute;
	text-align: center;
	top:182px; left:0px;
	width:100%; height: 366px;
	z-index:-10;
}
#head {
	height:182px;
	position:relative;
}
#head #topmenu {
	position:absolute;
	top:50px; left:570px;
	color:white;
}
#head #topmenu a{
	text-decoration:none;
	font-size:8pt;
	font-family:arial,helvetica,sans-serif;
	color:white;
	white-space: nowrap;
}
#head #topmenu a:hover{
	text-decoration:underline;
}
#head #menu {
	position:absolute;
	top:159px; left:10px;
	z-index:100;	
	display:inline;
	height:23px;
	line-height:23px;
	color:#636363;
	white-space: nowrap;
}
#head #menu a {
	color:#636363;
	text-decoration:none;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	font-size:12pt;
	display:inline;
	padding-right:25; 
}
#head #menu a:hover{
	color:#ffffff;
}
#head #news {
	position:absolute;
	width:336px; height:19px;
	top:18px; left:124px;
	font-family:arial,helvetica,sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#6699cc;
	cursor:pointer;
	background-color:c6e9fa;
	border: 1px solid #86d8f8;
}
#head #logo {
	position:absolute;
	top:14px; left:0px;
}
#head #submenus {
}

#submenuBG {
	background:url("./images/gbsubheader.gif");
	background-repeat: repeat;
	position:relative;
	width:819px; height:21px;
	top:0px; left:0px;
	z-index:-1;
}

#head .submenu {
	position:absolute;
	/* border:1px solid #ffffff; */
	background:#c6e9fa;
	color:#3399cc;
	z-index:11;
}
#head .submenu a {
	display:inline;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#3399cc;
	text-decoration:none;
	text-align:left;
	padding:10px;
}
#head .submenu a:hover {
	color:#ffffff;
}


/* FOOTER */
#foot {
	height:22px;
	background:url("./images/bottom.png");
	clear:both;
	position:relative;
}

/* BODY */
#body {
	position:relative;
	height:575px;
	_z-index:-1;
}
#body table {
	/*_z-index:10;*/
}

#body .text {
	position:absolute;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	text-align:left;
	overflow:auto;
	color:#404040;
}
#body .text td, #body .text th {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	text-align:left;
}

.text h1 { display:inline; }
.text h2 { display:inline; color:#e08e21; }
.text h3 { display:inline; }
.text p { margin:0px; }
.text a { color:#819e2a; text-decoration:none; }

.text .orange { color:#e08e21; }
.text .green { color:#819e2a; }
.text .cyan { color:#6bcde3; }
.text .blue { color:#0099ff; }
.text .upper { text-transform:uppercase; }
