html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#1A8D1A;
}

.headerDiv {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:125px;
	text-align:center;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	z-index:1;
}

.headerTable {
	width:100%;
	margin-right:auto;
	margin-left:auto;
}

.midCell {
	background-color:white;
}

.bodyDiv {
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	top:145px;
	padding-bottom:10px;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	z-index:2;
}

.navDiv {
	position:absolute;
	top:0px;
	left:30px;
	width:173px;
	bottom:10px;
	overflow:hidden;
	background-image:url('Images/side.gif');
	z-index:4;	
}

.mainDiv {
	position:absolute;
	top:0px;
	left:203px;
	right:30px;
	bottom:10px;
	background-color:white;
	z-index:3;
}

.topRight {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url('Images/topRight.gif');
	z-index:5;
	width:23px;
	height:38px;
}

.bottomRight {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url('Images/bottomRight.gif');
	z-index:5;
	width:23px;
	height:23px;
}

.bottomLeft {
	position:absolute;
	bottom:0px;
	right:0px;
	background-image:url('Images/bottomLeft.gif');
	z-index:5;
	width:23px;
	height:23px;
}

.contentDiv {
	position:absolute;
	top:23px;
	left:0px;
	right:23px;
	bottom:23px;
	overflow:auto;
	font-family:arial;
	text-align:left;
}

.w3c {
	position:absolute;
	bottom:15px;
	left:5px;
	width:88px;
	height:65px;
	z-index:7;
}

.funRun {
}

.funRun td{
	padding:5px;
	border:solid gray 1px;
}

.funRun th {
	padding:5px;
	border:solid gray 1px;
	background-color:black;
	color:white;
}

.plainText {
		font-family: arial, verdana, sans-serif;
		font-size: 14px;
		color: #000000;
		font-weight: normal;
		margin: 25px;
		}

.boldText {
		font-family: arial, verdana, sans-serif;
		font-size: 16px;
		color: #333333;
		font-weight: bold;
		margin: 25px;
		}


