#centertable
{
	height: 90%;
	background-color: #ffffff;
}
#copyrighttable
{
	height: 10%;
	background-color: #ffffff;
}
#copyright
{
	color			: 7B7B7A;
	font-size		: 10px;
	text-align		: center;
	vertical-align	: bottom;
}
#bannerpane
{

	position		: relative;
	padding			: 0px;
	margin			: 0px;
	
	left			: 0px
	top				: 80px;
	width			: 750px;
	height			: 150px;
	
	overflow		: hidden;
	
}
#pathpane
{
	position		: relative;
	text-align: right;
	padding			: 0px;
	top				: 30px;
	margin			: 10px;
	
	width			: 730px;

	overflow		: overflow;
	
	background-color: #ffffff;		
}
#topmenupane
{
	position		: relative; 
	top				: 20px; 
	left			: 0px;
	padding			: 0px;
	margin-right	: 10px;
	font-size		: 10px;	
	width			: 100%;
	height			: 40px; 
	text-align		: left;
}
#topmenupane a:link,
#topmenupane a:visited
{
	text-decoration	: none;
	font-family		: arial, verdana, sans-serif;
	font-size		: 10px;
	color			: #7B7B7A;
}

#topmenupane a:hover
{
	text-decoration	: none;
	font-family		: arial, verdana, sans-serif;
	font-size		: 10px;	
	color:  #ACABAB;
}

#topmenupane a:active
{
	text-decoration	: none;
	font-family		: arial, verdana, sans-serif;
	font-size		: 10px;	
	color:  #000000;
}

#menupane
{
	position		: relative;
	overflow		: visible;
	top				: 10px;
	left			: 0px;
	
	width			: 100%;
	height			: 50px;
	
	font-family		: Verdana, Arial, San-serif;
	font-size		: 14px;
	
	color			: #000000;
}


#contextpane
{
	padding			: 0px;
	width			: 600px;
	overflow		: overflow;
	
	background-color: #ffffff;
}
#ads
{
	position		: absolute;
	padding			: 0px;
	top				: 250px;
	left			: 610px;
	width			: 125px;
	height			: 600px;
	background-color: #ffffff;
	left			: 50%;
	margin-left		: 250px;

}


