html, body, form
{
	margin: 0;
	padding: 0;
	height: 100%;
}
body 
{
	background-color: #65bad1;
	background-image: url(images/glb_background.gif)	
}
img
{
	border: none;
	display: block;
}

/*- start GLOBAL LAYOUT STYLES -=================================================================*/
.glbContainerPosition
{
	width: 822px;
	height: 100%;
	min-height: 100%;
	padding:0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.glbContainer
{
	width: 800px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	margin-bottom: -80px; /* negative value of footer push */
	border-left: solid 11px #65bad1;
	border-right: solid 11px #65bad1;
}
div.FooterPush
{
	/* footer height + footer top padding + footer bottom padding */
	height: 80px;
}
.glbHeader
{
	width: 800px;
	height: 140px;
	padding: 0 0 0 0;
	background-color: #ffffff;
}
.glbHeaderTable
{
	width: 100%;
	height: 140px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
.glbCrtNav
{
	float: right;
	padding: 0px 0 0 0;
	width: 250px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #65bad1;
}
.glbCrtNav a
{
	color: #999999;
	text-decoration: none;
}
.glbCrtNav a:hover
{
	color: black;
	text-decoration: none;
}
.glbNav
{
	width: 730px;
	height: 47px;
	margin: 0 0 0 0;
	background-color: #ffffff;
	border-bottom: 1px solid #65bad1;
	padding: 0px 0px 0px 70px;
}
.glbNav ul
{
	width: 800px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18pt;
	font-size: 9pt;
}
.glbNav .MainNav li
{
	float: left;
	height: 30px;
	padding: 12px 18px 0 18px;
}
.glbNav .MainNav li.current
{
	background-color: #ffffff;
	border-bottom: 5px solid #65bad1;
}
.glbNav .MainNav li.current a:hover
{
	color: black;
}
.glbNav .MainNav li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
.glbNav .MainNav li a:hover
{
	color: #000000;
}
.glbSubNav
{
	width: 800px;
	height: 35px;
	margin: 0 0 0 0;
	background-color: #65bad1;
	padding: 0px 0px 0px 0px;
}
.glbSubNav ul
{
	width: 800px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9pt;
}
.glbSubNav .MainSubNav li
{
	float: left;
	height: 30px;
	padding: 7px 18px 0 40px;
}
.glbSubNav .MainSubNav li.currentsub
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}
.glbSubNav .MainSubNav li.currentsub a:hover
{
	color: #000000;
}
.glbSubNav .MainSubNav li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
.glbSubNav .MainSubNav li a:hover
{
	color: #000000;
}
.glbContent
{
	position: relative;
	margin: 0 10px 0 10px;
	padding: 17px 17px 17px 17px;
	background-color: white;
	width: 740px;
	height: 100%;
	min-height: 100%;
	background-color: white;
}
.glbFooter
{
	clear: both;
	margin: 0 0px 0 0px;
	padding: 35px 0 15px 0;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.glbSep
{
	color: #65bad1;
}
.glbFooter a
{
	color: #999999;
	text-decoration: underline;
}
.glbFooter a:hover
{
	color: black;
	text-decoration: none;
}
/*- end GLOBAL LAYOUT STYLES -=================================================================*/