body
{
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	overflow: scroll;
}

body
{
	margin-top: 0px;
	margin-left: 0px;
	text-align: -moz-center; 
	overflow: scroll;
}
 
img 
{
	border: 0;
}
#page
{
	 width: 800px;
	 position: relative;
}

#bannerDiv
{
	top: 8;
	left: 0;
	position: relative;
}
#menuDiv
{
	top: 10;
	left: 0;
	position: relative;
}

#contentDiv
{
	top: 161;
	left: 0;
	position: absolute;
}
#bannerTable
{
	width: 800px;	
	border-collapse: separate;
}
#menuTable
{
	width: 800px;	
	border-collapse: separate;
	table-layout: fixed;
}
#contentFrame
{
	width: 800px;
 	height: 420px;
}
#flashPlayer
{
	width: 620px;
 	height: 400px;
}

table.subMenuTable
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: orange;
}

td.menuItem
{
	height: 26px;
	width: 156px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	background-color: #F7C81F;
	color: black;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-width:  0px 0px 1px 0px;
	border-style:  solid;
	border-color:  white;
}

td.menuItemOnOver
{
	height: 20px;
	width: 156px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFDF01;
	color: black;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-width:  0px 0px 1px 0px;
	border-style:  solid;
	border-color:  #555555;
}
td.subMenuItem
{
	height: 20px;
	width: 156px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	background-color: #F7C81F;
	color: black;
	vertical-align: middle;
	text-align: left;
	padding-left: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;

}
td.subMenuItemOnOver
{
	height: 20px;
	width: 158px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFDF01;
	color: black;
	vertical-align: middle;
	text-align: left;
	padding-left: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;

}
a.menuLink
{
	display: block;
}

a.menuLink:hover
{
	color: black;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 12px;
	background-color: #FFDF01;
}

a.menuLink:visited
{
	color: black;
	text-decoration: none;
}

a.menuLink:link
{
	color: black;
	text-decoration: none;
}