body{
	margin:0px;
	padding:0px;
	background-color: #8CBAFF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#outer {
	width:910px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mainPanel{
	width:910px;
	background-image: url(images/headBg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 8px;
}
#basePanel{
	width:910px;
	background-image: url(images/pagebase.jpg);
	background-repeat:no-repeat;
	height: 55px;
	background-position: left top;
}#logoWrap{
	width:880px;
	float:left;
	text-align: left;
	height: auto;
	margin-top: 2px;
}
.blue {
	color: #0066FF;
}

#HeadPanel{
	width:700px;
	float:left;
	height: auto;
}
h1{
	line-height:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
#leftPanel{
	width:700px;
	float:left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: auto;
	padding: 0px;
}
#footer{
	text-align: center;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #407941;
	padding: 5px;
	width: 860px;
	height:auto;
	float: left;
	margin: 0px;
}
#headline{
	text-align: center;
	border-bottom-width: thin;
	border-bottom-color: #0066FF;
	padding: 5px;
	width: 870px;
	height:auto;
	float: left;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}
#menu{
	width:870px;
	padding:0px;
	float:left;
	margin-top: 4px;
	height: auto;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #0066FF;
	border-bottom-color: #0066FF;
	text-align: center;
	margin-bottom: 4px;
}

#menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	font-weight: bold;
}
#menu a:hover{
	color: #00CC00;
}
.white {
	color: #FFFFFF;
}


.g2image_normal
{
margin: 4px;
}
.g2image_float_left
{
float: left;
clear: left;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 20px;
}
.g2image_float_right
{
float: right;
clear: right;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 20px;
}
.g2image_centered
{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#clearleft {
	clear:left;
}
#clearright {
	clear:right;
}
#clearboth {
	clear:both;
}
