body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
#backGroundDiv {
	position: absolute;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 50%;
	left: 50%;
	width: 858px;
	height: 608px;
	margin-top: -300px;
	margin-left: -460px;
	background-image: url(../Imagery/backGroundThing01.gif);
}
#loginFormBackDiv {
	position: absolute;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 50%;
	left: 50%;
	width: 310px;
	height: 280px;
	margin-top: -155px;
	margin-left: -155px;
	background-color: #F5F5F5;
	background-image: url(../Imagery/gridPaperBack.gif);
	border-style: outset;
	filter:alpha(opacity=30);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#frontLogoImg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 136px;
	margin-top: -130px;
	margin-left: -146px;
}
#loginErrorDiv {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 350px;
	height: 20px;
	background-color: #ffffff;
	margin: 10px;
	color: #cc0000;
	font-weight: bold;
	margin-top: -10px;
	margin-left: -175px;
	visibility: hidden;
}
#loginFormDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: auto;
	margin-top: 20px;
	margin-left: -130px;
	padding: 20px;
	background-color: #F5F5F5;
	border-style: inset;
	background-image: url(../Imagery/gridPaperBack.gif);
	padding: 5px;
}
#mainHeaderDiv {
	width: 100%;
	background-image: url(../Imagery/subHeadGradient.gif);
}
.inputField1 {
	width: 150px;
	font-size: 12px;
}
.inputLabel1 {
	font-size: 12px;
}
.mainNavMenuDiv {
	height: 20px;
	white-space: nowrap;
	border-style: outset;
	font-size: 12px;
	padding: 3px;
	background-color: #F5F5F5;
}
.mainNavMenuDiv a, .mainNavMenuDiv a:active, .mainNavMenuDiv a:visited  {
	text-decoration: none;
	font-weight: bold;
	color: #cc0000;
	padding: 3px;
}
.orphanLink {
	font-size: 12px;
}
.mainNavMenuDiv a:hover {
	text-decoration: underline;
	color: #000000;
	padding: 3px;
}
.mainWrapperDiv {
	width: 100%;
	/*height: 75%;*/
	background-color: #f5f5f5;
}
.innerWrapperDiv {
	/*width: 1000;*/
	/*height: 100%;*/
	overflow: auto;
	background-color: #ffffff;
	margin-left: 25px;
	margin-right: 25px;
	padding: 10px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #e1e1e1;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #e1e1e1;
}
.mainControlWidgetDiv {
	width: 930;
	border-style: inset;
	border-width: 3px;
	border-color: #e1e1e1;
	background-color: #fffff0;
}
.mainControlWidgetDiv h3 {
	background-color: #4D5488;
	color: #ffffff;
	padding-left: 10px;
	font-style: italic;
	margin: 0px;
}
.altRows1_light {
	height: 28px;
	background-color: #ffffff;
	cursor: pointer;
}
.altRows1_dark {
	height: 28px;
	background-color: #f1f1f1;
	cursor: pointer;
}
.altRows1_over {
	height: 28px;
	background-color: #fafad2;
	cursor: pointer;
}
.altRows1_fwdOff {
	background-image: url(../Imagery/ditExpand_fwdOff_onCool.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
}
.altRows1_fwdOn {
	background-image: url(../Imagery/ditExpand_fwdOn_onCool.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
}
.altRows1_backOff {
	background-image: url(../Imagery/ditExpand_backOff_onCool.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
}
.altRows1_backOn {
	background-image: url(../Imagery/ditExpand_backOn_onCool.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
}
.numericNavButn {
	background-color: #e9e9e9;
	border-style: outset;
	border-width: 2px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000090;
	background-image: url(../Imagery/buttonGrade1.gif);
	background-repeat: repeat-x;
}
.numericNavButnActive {
	background-color: #e9e9e9;
	border-style: outset;
	border-width: 2px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	background-image: url(../Imagery/buttonGrade1.gif);
	background-repeat: repeat-x;
}
.inputField2 {
	font-size:10px;
	width:150px;
}
.grayField {
	background-color: #e9e9e9;
}
