﻿body 
{
	background-color:#000000;
	color:#ffffff;
	padding:0px;
	font:10pt tahoma,arial;
}
#anchor 
{
	position:relative;
	float:right;
	padding:10px;
	background-color:Transparent;
	z-index:10;
}
.linkImage
{
	border:0;
	margin:0 10px 0 0;
}
#middleBar
{
	position:absolute;
	top: 50%;
	height:500px;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
	left: 50%;
	width:100%;
	margin-left: -50%; /*set to a negative number 1/2 of your width*/
	color:#000000;
}
#adsenseDiv
{
	position:absolute;
	left:50%;
	width:768px;
	margin-left:-384px;
	bottom:0;
	padding:0 0 5px 0;
}
#topBar
{
	position:relative;
	height:79px;
}
#topLinkBar
{
	position:absolute;
	bottom:0;
	height:43px;
	z-index:9;
}
#eqTopImage
{
	position:absolute;
	bottom:0;
	right:0;
	z-index:0;
}
#bottomBar
{
	position:relative;
	height:79px;
	margin:3px 0 0 0;
}
#eqBottomImage
{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
#mainContent
{
	position:relative;
	height:400px;
	width:100%;
	background-color:#FFFFFF;
}

a:link
{
	color:Orange;
	text-decoration:none;
}
a:hover
{
	color:Purple;
	text-decoration:underline;
}
a:visited
{
	color:Green;
	text-decoration:none;
}
a:active
{
	color:Yellow;
	text-decoration:none;
}
#notFound
{
	position:absolute;
	top: 50%;
	margin-top: -105px; /*set to a negative number 1/2 of your height*/
	left: 50%;
	margin-left: -75px; /*set to a negative number 1/2 of your width*/
	color:#FFFFFF;
	width:210px;
	height:150px;
	text-align:center;
}
.contentColumn1
{
	float:left;
	width:400px;
	padding:0px 0 0 15px;
}
.contentColumn2
{
	float:left;
	width:400px;
	padding:8px 0 0 15px;
}
.contentColumn3
{
	float:left;
	width:120px;
	padding:16px 0 0 15px;
}
#formSubmit
{
	background-color:#000000;
	color:#FFFFFF;
}

	