/* NAVIGATION ELEMENTS - changes to tr and td backgrounds and text  are controlled by the forllowing CSS ----------------- */
/* Navigational elements for the main nav START */
html body{
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	margin-top:0px;
	text-align: center;
	background-color:#000000;
	line-height: 16px;
	margin-left: 1px;  /* IE one pixel image offset hack */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

  }
html>body {  /* IE one pixel image offset hack */
  margin: 0
  }
  


#header {
	float: left;
	
	
}
