@charset "UTF-8";
/* CSS Document */

HTML {
/*	overflow: -moz-scrollbars-vertical;*/
	overflow: scroll;
}
html, body {
	margin:0;
	padding: 0 1%;
	height: 100%;
	border: none;
	background: #000066;
	background-image: url(images/ga_bg_08_0.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body {
   behavior: url("csshover3.htc");
}

#masthead {
	background-color: #33FF00;
	width: 800px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#main {
	background-color: #FFFFFF;
	height: 200px;
	width: 800px;
	position: relative;
	margin: 0 auto;
}

a:link {
	text-decoration: none;
	color: #3366CC;
}

a:hover {
	color: #5588FF;
	text-decoration: none;
}

.gatext01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #EEEEEE;
	margin-top: .25em;
	margin-bottom: 1em;
}
li {
	list-style-type: disc;
	color: #FFFFFF;
}

.gatext01rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000066;
}

.menu01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #EEEEEE;
}

.menu01off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #3366CC;
}

a.menu01:hover {
	color: #5588FF;
}

.gahead1 {
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
}
.gatext02rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #EEEEEE;
}
.gahead1green {
	font-size: 13pt;
	font-weight: bold;
	color: #5588FF;
	margin-top: 6px;
	margin-bottom: 12px;
}
.maila {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	text-decoration: none;
}
a.maila:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #5588FF;
	text-decoration: none;
}
a.maila:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.gatext00rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .5em;
	color: #EEEEEE;
}
.gahead1color {
	font-size: 1.25em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.25em;
}
#main_content {
	background-color: #000066;
}
#mainContent {
	padding: 0 20px;
}
.gaphone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 20px;
	float: right;
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 16px;
	left: 0px;
	margin: 10px 0 0 0;
	padding: 5px 0;
	background-color: #000053;
	color: #3333BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
}
.gacontacttext {
	line-height: 1.8em;
	font-size: 0.8em;
	color: #FFFFFF;
}
#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #000066;
	border: none;
	min-height: 100%;
	height: 100%;
	position: relative;
	padding: 0 0 1px 0;
}
.push {
	clear: both;
	height: 1em;
}