body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #000;
	background-color:#FFF;
	line-height: 1.2; 
}

.base {
	position:relative;
	margin: 10px auto 0 auto;
	width: 760px;
	height: 100%;
}

#header {
	position:relative;
	margin: 0;
	height:161px;
	z-index:1;
}

/* Navigation  */
#menuBar {
	position:relative;
	margin: -32px 0 0 60px;
	height:21px;
	width: 608px;
	text-align:left;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-color: ##E8F7DA; /* lt green */
	z-index:90;
}

/* Hides from IE5-mac \*/
* html #menuBar { margin-top: -35px; }
/* End hide from IE5-mac */ 


#navItem {
	position:relative;
	display: inline; /* fixes IE bug for margin on floats */
	float:left;
	padding: 4px 0 4px 0;
	width: 151px;
    overflow: hidden;
	font-size:13px;
	line-height: 1.0; 
	text-align:center;
	border-right: 1px solid #003366; 
	background-color: #E8F7DA; /* lt green */
}
a.mainNav:link, a.mainNav:visited {
	font-size:13px;
	color: #003366;
	text-decoration: none;
}
a.mainNav:hover {
	font-size:13px;
	color:#003366;
	text-decoration: none;
	font-weight:bold;
}
a.mainNavOn:link, a.mainNavOn:visited, a.mainNavOn:hover {
	font-size:13px;
	color:#336600;
	text-decoration: none;
	font-weight:bold;
}

/* Cascading Menus */
.menu {
	position:absolute;
	width: 153px; /* this sets the width of the main menu */
	background-color:#E8F7DA; /* lt green */
	top: 152px;
	/* left is set inline */
	text-align:left;
	color:#003366;  /* dk blue */
	font-size: 12px;
	font-weight:normal;
	display:none;
	z-index:100;
}

.menuItem {
	position:relative;
	margin-top: -1px;  
	padding: 2px 0px 0px 10px; 
	height: 18px;
	vertical-align: text-bottom;
	background-color: #E8F7DA; /* lt green */
	cursor:pointer;
	border: 1px solid #003366;
	z-index:100;
}
/* end Menu */

#title {
	position:relative;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align:center;
	color: #003366;
	font-size: 16px;
	font-weight:bold;
}

a:link, a:visited, a:active { 
	font-size: 12px 
}
a:hover {
	font-size: 12px;
	color:#990000;
	text-decoration: none;
}

