@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:transparent;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align:left;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container */
}

/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
/*display:inline; is a test for IE fix */
#MenuDiv{    position:absolute; margin:0px; padding:0px; left:0px; top:0px; width:1260px; height:40px; }
	
.HelpLeft {
	position:absolute;
	margin:0px;
	padding:0px;
	font-family: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:transparent;
	width:1200px;
	height:33px;
	z-index:30;
	font-size:18px;
	text-align:left;
	overflow-x:visible;
	color:#000;
	left: 3px;
	top: 440px;
}
