@charset "utf-8";
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/gl_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 100%;
}
#container 
{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#container #header 
{
	background-image: url(images/gl_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 310px;
	width: 760px;
	top: 0px;
}
#container #mainA 
{
	background-color: #F9F9F9;
	background-image: url(images/gl_main_A_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
	width: 740px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #mainA #mainB 
{
	background-image: url(images/gl_main_B_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.menu_box 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;	
}
.menu_box #navlist a 
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.imgwrapLeft {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
.menu_box #navlist a:hover
{
   color:#009900
}
#container #mainA #mainB .content 
{
	padding: 10px;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}
#container #mainA #footer 
{
	padding: 10px;
	height: 50px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.imgwrapRight 
{
	float: right;
	margin: 10px;
	clear: right;
}
.contentBox {
	width: 100%;
	position: relative;
	clear: both;
}
.infoBox {
	margin: 10px;
	width: 300px;
	padding: 10px;
	border: thin solid #006633;
}
.infoSubs {
	font-size: 1.1em;
	font-weight: bold;
	color: #003333;
}
ul#navlist
{
	position: relative;
	width: 100%;
	height: 1.1em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#navlist li
{
	list-style-type: none;
	display:inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

