body {
	margin-right: auto;
	margin-left: auto;
 -moz-opacity: .999; //to defeat firefox redraw problem with fade effect
}

/* link styles */
.nav a {
	text-decoration: none;
	display: block;
	
	color: 003300;
	background-color: #ffcc99;
	
	width:200px;
	font-weight: bold;
	font-size: 19px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/navbutton1.gif);
	line-height: 30px;
	background-repeat: no-repeat;
	margin-top: 1px;
	
}

.nav li li a {
	font-size: 19px;
	width:11.13em;
	background-color: #660000; 

}

.nav a:hover{
	font-size: 19px;
	color: #003300;
	background-color: #ffcc99;
	line-height: 30px;
	background-repeat: no-repeat;
	background-image: url(../images/navButton2.gif);
}


/* main nav bar */
.nav {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}


