body 
{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/sThreebg.png);
}

#mainTable 
{
	width: 1500px;
}

#header 
{
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #ffffff;
}

#footer 
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 15px;
}

#mainContent 
{
	width: 100%;
}

#mainCell
{
	font-weight: bold;
	vertical-align: top;
}

#rightCell 
{
	font-weight: bold;
	max-width:25%;
}

/*Top Row*/
#leftTopCell 
{
	width: 400px;
	height: 25px;
	background-image: url(../Images/sThreeSideTop.png);
	background-repeat: repeat-y;
}

#centerTopCell 
{
	height: 25px;
	background-image: url(../Images/sThreeMiddleTop.png);
	background-repeat: no-repeat;
}

/*End Top Row*/

/*Bottom Row*/
#leftBottomCell 
{
	width: 400px;
	background-image: url(../Images/sThreeSideBottom.png);
	background-repeat: repeat-y;
	height: 25px;
	vertical-align: top;
}

#centerBottomCell 
{
	background-image: url(../Images/sThreeMiddleBottom.png);
	background-repeat: no-repeat;
	height: 25px;
}

/*End Bottom Row*/

/*Middle Row*/
#centerMiddleCell 
{
	width: 1500px	
	background-image: url(../Images/sThreeMiddle.png);
	background-repeat: repeat-y;
	vertical-align: top;
	padding: 0px 20px 0px 20px;
}

#nav
{
	width: 400px;
	background-image: url(../Images/sThreeSideMiddle.png);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}

/*End Middle Row*/

#contentTable 
{
	
}

#mainBottom 
{
	font-weight: bold;
	text-align: center;
}

small 
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#arena 
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 15px;
	padding-top: 15px;
	vertical-align: middle;
}

#arena img 
{
	padding-bottom: 8px;
}
#popOver
{
	position:absolute;
	visibility:hidden;
	z-index:200000; 
	max-width: 300px;
	width: auto;
}

#popOver table
{
	text-align: left;
	border: 1px #cccccc solid;
	font: 10px Arial, Helvetica, sans-serif; 
	color: #000000; 
	background-color:#FFFCF0; 
	padding: 5px;
}
