body {
	margin: 0px;
}
#pageSurround {
	width: 800px;
	border: 1px solid #000000;
	margin: 0px auto;
	padding: 0px;
}
#topHeaderTable {
	height: 80px;
	background-color: #FFCC00;
	background-image: url(../images/yell_bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
}
#topMenuTable {
	padding:0px;
	height: 25px;
	background-color: #990000;
	border-bottom: 1px solid #000000;
	background-image:url(/images/topMenuRedBg.gif)
}
.topMenuCell, a.topMenuCell {
	padding: 0px 2px 0px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00; 
	border-right: 1px solid #000000;
	height: 25px;
}
.topMenuLink, a.topMenuLink  {
	text-decoration: none;
	color: #FFFFFF; 
	border-right: 0px solid #CCCCCC;
	width: 100%;
}
a:hover.topMenuLink,  {
	color: #FFCC00;
}
