/* \*/
* html .gainlayout { height: 1%; }
/* */

.header {
	padding: 0.5em;
	color: black;
	font-size: 2em;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	position: relative;
}
html, body {
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
}
.backgroundImgDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:-1;
	margin: 0;
	padding: 0;
}


.backgroundImg {
	display: block;
	margin: 0 auto;
	top: 0;
	height: 100%;
	max-width: 1244px;
	max-height: 629px;
	width: auto;
	z-index: -1;
}
.navBox {
	padding: 0.5em;
	display: block;
	float: left;
	visibility: visible;
	text-align: center;
	width: 11.5em;
	line-height: 1.5em;
	/*IE6 change below*/
	cxlear: both;
}
.navBox a {
	color: black;
	text-decoration: none;
}
.navBox a div {
	width: 100%;
	cursor: pointer;
}
.navBox a:hover div {
	background: black none repeat scroll 0%;
	color: white;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.navCurPage {
	background: black none repeat scroll 0%;
	color: white;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.rightGutter {
	border: 1px solid black;
	display: block;
	float: right;
	visibility: visible;
	text-align: center;
	width: 11.5em;
	/*IE6 Change Below */
	cxlear: both;
}
.dropShadowDiv {
	padding: 0;
	z-index: 1;
	position: relative;
	top: 5px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	text-align: left;
	display: block;
	zoom: 1;
}
.dropShadowScroll {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 20px;
	z-index: 10;
}

.dropShadowContent {
	border: 1px solid #666666;
	padding: 0.5em;
	display: block;
	margin: 0;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.dropAlpha {
	background: #ffffff;
	display: block;
	position: absolute;
	zoom: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.dropShadowAlpha {
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	position: absolute;
	wxidth: 100%;
	top: 3px;
	left: 3px;
	bottom: -3px;
	right: -3px;
	z-index: 3;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.mainContent {
	position: absolute;
	display: block;
	right: 13em;
	left: 13em;
	bottom: 2em;
	top: 6em;
	border: black 1px solid;
}
.outer {
	position: absolute;
	display: block;
	right: 13em;
	left: 13em;
	bottom: 2em;
	top: 6em;
	border: black 1px solid;
	padding: 0;
}
.inner {
	display: block;
	position: absolute;
	top: 0;
	overflow: auto;
	bottom: 3px;
	left: 0;
	right: 3px;
	z-index: 10;
	padding: 0.5em;
}
.vertAlignDiv1 {
 display: table; position: absolute; height:100%; top: 0; width: 100%;
}

.vertAlignDiv2 {
 #position: absolute;  #top: 50%; display: table-cell; vertical-align: middle; width: 100%;
}

.vertAlignDiv3 {
 #position: relative;  #top: -50%;  width: 100%;
}


