body
{
   background-color: #000000;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

.centerlayer
{
	position: relative;
	width: 800px;
	height: 572px;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: .5in;
	z-index: 1;
/*	overflow: hidden;*/
}

.backgroundlayer
{
	position: relative;
	width: 800px;
	height: 572px;
	z-index: 1;
}

.logoleft
{
	position: relative;
	width: 80px;
	height: 120px;
	left: 0px;
	z-index: 0;
}

#indexlogoleft
{
	top: -572px;
}

* html #indexlogoleft
{
	top: -576px;
}

.logoright
{
	position: relative;
	width: 80px;
	height: 120px;
	top: -692px;
	left: 720px;
	z-index: 0;
}
/* stupid ie hack... need to be 124 when border removed */
* html .logoright
{
	top: -696px;
}

.menuimglayer
{
	position: relative;
	width: 800px;
	height: 72px;
	left: 0px;
	top: -312px;
	z-index: 3;

}
* html .menuimglayer
{
	top: -324px;
}

.middlecontent
{
	position: relative;
	height: 380px;
	width: 800px;
	overflow: auto;
	font-family: Arial;
	font-size: 10pt;
}

* html .middlecontent
{
	height: 375px;
}

.menutextlayer
{
	position: relative;
	width: 800px;
	height: 72px;
	left: 0px;
	top: -384px;
	z-index: 4;
	padding-top: 40px;
	font-family: Arial;
	font-size: 8pt;
	padding-left: 5px;
	overflow:hidden;
}

* html .menutextlayer
{
	top: -400px;
}

#menutextlayercontent
{
	top: -72px;
}

* html #menutextlayercontent
{
	top: -75px;
}

.menutextlayer a
{
	text-decoration: none;
	color: white;
	margin-right: .6in;
}

.menutextlayer a:hover
{
	color: red;
}

#aboutlink
{
	margin-right: 1in;
	font-size: 6pt;
}

#lastlink
{
	margin-right: 0in;
}

.inputtext
{
	width: 25px;
	margin-left: 25px;
}

.aboutlayer
{
	position: relative;
	height: 150px;
	width: 400px;
	top: -646px;
	left: 0px;
	z-index: 5;
	visibility: hidden;
}

.aboutlayertext
{
	position:relative;
	height: 130px;
	width: 380px;
	left: 0px;
	top: -795px;
	z-index: 6;
	color: black;
	overflow: auto;
	font-family: Arial;
	font-size: 8pt;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: hidden;
}