#main {
	border: 1px solid #363;		/*	This runs around the content area that includes the secondary menu, but not the primary menu. */
	clear: both;
	/*background: #ffa;				Secondary menu background color */
	background: #eeffcc;			/*JC1*//*	Secondary menu background color */
	padding-top: 2em;
}

#contentWrap {
	padding: 0; /*1em 1.5em;*/
	background: #ffe;	/*	The whole background of the content area minus the primary and secondary
			 					menus. */
	min-height: 300px;/**/
	border-top: 1px solid #aca;
	width: 100%;
}

#contentLeft {
	padding: 10px 10px 20px 20px;
}

#contentRight {
	width: 250px;
	padding: 10px;
}

#nav {
	position: relative;
	width: 100%;
	height: 2em;
	width: 800px;  /*a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
/*	width: 100%;*/  /*a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#nav a, span {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#nav ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
/*	width: 100%; */
	bottom: -1px;
	width: 800px;   /*a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
/*	width: 100%;  */ /*a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#nav ul#primary li  {
	display: inline;
	list-style: none;
}

#nav ul#primary a,#nav ul#primary span,#nav ul#primary a.current {
	/* main menu spacing and fonts */
	width: auto;  /* 20090301erm - was 8em; */
	display: block;
	float: left;
	padding: 4px 10px;  /* 20090301erm - was 4px 0; */
	margin: 1px 2px 0 0;
	text-align: center;
/*	font-family: tahoma, verdana, sans-serif;
	font-size: small;*/
	text-decoration: none;
	color: #030;
}

#nav ul#primary span,#nav ul#primary a.current:hover {
	/* main menu boxes and backgrounds for CURRENT main menu item */
	border: 1px solid #363;
	border-bottom: none;
/*	background: #ffa;*/
	background: #eeffcc;
	padding-bottom: 6px; /* 2 pixels higher than non-current, 1 more than hover */
	margin-top: 0;
}

#nav ul#primary a.current {
	/* main menu boxes and backgrounds for CURRENT main menu item */
	border: 1px solid #363;
	border-bottom: none;
/*	background: #ffa;*/ /*JC1*/
	background: #eeffcc; /*JC1*/
	padding-bottom: 6px; /* 2 pixels higher than non-current, 1 more than hover */
	margin-top: 0;
/*	color: #777;*/
/*	color: #61612a;*/
	color: #003300;
	text-decoration: none;
}

#nav ul#primary a.current:hover {
	/* main menu boxes and backgrounds for CURRENT main menu item */
	border: 1px solid #363;
	border-bottom: none;
/*	background: #ffa;*/ /*JC1*/
	background: #eeffcc; /*JC1*/
	padding-bottom: 6px; /* 2 pixels higher than non-current, 1 more than hover */
	margin-top: 0;
	color: #030;
	text-decoration: underline;
}

#nav ul#primary a {
	/* main menu boxes and background for NON-CURRENT main menu items */
	/* background: #FFFAE1;*/
	background: #ffe;
	border: 1px solid #131;
	border-bottom: none;
}

#nav ul#primary a:hover {
	/* Hover for primary menu items that are non-current */
	margin-top: 0;
	border-color: #363;
	background: #ffc;
	/* background: #FFFF9B;
	/* background: #FFF7CD;  half-way between current and non-current color */
	padding-bottom: 5px;  /* 1 pixel higher than non-current, 1 less than current */
}

#nav ul#secondary {
	/* positioning for secondary menu relative to the primary menu */
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.5em;
	left: 1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#nav ul#secondary li a,#nav ul#secondary li span {
	/* secondary menu item blocks */
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 2px solid #666;
	background: none;
}

#nav ul#secondary li a {
	/* secondary menu item links */
/*	color: #777;*/
/*	color: #61612a;*/
	color: #11aaaa;
	text-decoration: none;
}

#nav ul#secondary li a:hover {
	/* secondary item block hover style */
	color: #030;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 2px solid #666;
	text-decoration: underline;
}

/*#nav ul#secondary li a:active {
	color: #030;
	background: transparent;
	text-decoration: none;
}*/

#nav ul#secondary li:last-child a { border: none; }
#nav ul#secondary li:last-child span { border: none; }