
#container {
	position:absolute;
	left:50px;
	top:50px;
	width:700px;
	min-height:700px;
	height:auto;
	_height:700px;
	z-index:1;
	background-color : #009933;
	}

/* Z-index does not work for maintext as it is relative.  Maintext needs to be relative in order to 
   appropriately grow the window. */
#maintext{
	position:relative;
	top:185px;
	left:250px;
	width:400px;
	background-color: #99FF99;
	font-size: 0.9em;
	text-align: left;
	border-color: #99FF99;
	padding: 25px;
	z-index:90;
	}
#legal {
	position:absolute;
	top:650px;
	bottom:0px !important;
	margin-bottom:0px;
	margin-left:50px;
	margin-top:50px;
	height:50px;
	padding:10px;
	width:680px;
	z-index:2;
	background-color: #99FF99;
	font-size: .80em;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	}
#legalbottom {
	position:absolute;
	top:700px;
	left:0;
	width:700px;
	height:50px;
	bottom:0px !important;
	margin-bottom:0px;
	}
#official {
	position:absolute;
	left:50px;
	top:190px;
	width:80px;
	height:80px;
	z-index:220;
	border-style: ridge;
	border-width: 10px;
	outline-color: #FFF2EB;
	border-color: #FFFFFF;
	}
#official2 {
	position:absolute;
	left:50px;
	top:390px;
	width:80px;
	height:80px;
	z-index:221;
	border-style:ridge;
	border-width: 10px;
	outline-color: #FFF2EB;
	border-color: #FFFFFF;
	}
#officialtext {
	position:absolute;
	left:60px;
	top:300px;
	width:80px;
	height:25px;
	z-index:230;
	font-family: Garamond;
	font-size: 0.8em;
	}
#officialtext2 {
	position:absolute;
	left:60px;
	top:500px;
	width:80px;
	height:14px;
	z-index:231;
	font-family: Garamond;
	font-size: 0.8em;
	}
#mNav_index {
	background-image:url(photos/home.gif);
	background-position: left top;
	}
