body
{
	background-color: #322C2C;
}
	
	
font
{
	color: white
}

img.background {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#e2sb {
	position:absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

img
{	
	z-index: 0;
}

td {
	font-size: medium;
}

td.left
{
	text-align:left;
}

td.center
{
	text-align: center;
}

td.hpType
{
	text-align: right;
	width: 120px;
}

div.title
{
	text-align: center;
	font-size: larger;
}

td.right
{
	text-align: right;
}

th.left 
{
	text-align:left;
}

th.right
{
	text-align: right;
}

table 
{
	color:White;
}

div.leftfloat
{
	float:left;
}

table.normal
{
	z-index: 0;
}

img.background
{
	float: left;
	z-index: -1;
	
}

#navcontainer { 
	float:left;
	width: 200px;
	margin: 0px;
	padding: 0px;
 }

#navcontainer ul
	{
	margin: 0px;
	padding: 0px;	
	margin-left: 2px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 13px
	}

#navcontainer a
	{
	margin-top: 2px;
	display: block;
	padding: 0px;
	width: 125px;
	background-color: #b3b3b3;
	border-bottom: 1px solid #eee;
	}

#navcontainer a:link, #navlist a:visited
	{
	color: #EEE;
	text-decoration: none;
	}

#navcontainer a:hover
	{
	background-color: gray;
	color: #fff;
	}

