#content {
	clear: left;
}

.highlighted {
	color: #ffffff;
	background: #006600;
	padding: 5px 12px 5px 9px;
	z-index:100;
}


#nav {
	position:relative;
	left:1%;
	margin: 0px;
	font-weight: bold; 
	color: #339933;
	list-style: none;
	padding-left:0%;
}

#nav ul {
	margin: 0;
	z-index:100;
}

#nav li {
	list-style: none;
	display:inline;
	z-index:100;
}

#nav a {
	font-weight: bold;
	background: #ffffff;
	color: #003300;
	padding: 5px 12px 5px 9px;
	z-index:100;
}

#nav a:hover {
	font-weight: bold; 
	background: #006600;
	color: #ffffff;
	text-decoration:none;
	z-index:100;
}


#subnav {
	position:relative;
	left:1%;
	width:95%;
	margin: 0px;
	padding-left:0%;
}

#subnav ul {
	margin: 0px;
}
#subnav li {
	position: relative;
	top:5px;
	list-style: none;
	display: inline;
	color: #ffffff;
	background: #339933;
	font-weight: bold; 
	height:15px;
}
#subnav li a:link, #subnav li a:visited, #subnav li a:active {
	color: #ffffff;
	background: #339933;
	font-weight: bold; 
	height:15px;
	padding: 5px 12px 5px 9px;
}
#subnav li a:hover {
	color: #006600;
	background: #A6D3AE;
	height:15px;
}
#subnav li b {
	color: #006600;
	background: #A6D3AE;
	padding: 5px 12px 5px 9px;
	z-index:100;
}

#meta {
	position:absolute;
	top: 7px;
	right: 1%;
	z-index:102;
}
#meta a:link, #meta a:visited, #meta a:active {
	font-weight: normal;
	background: transparent;
	color: #003300;
	padding: 0px;
	z-index:102;
}
#meta a:hover {
	font-weight: normal;
	background: transparent;
	color: #003300;
	text-decoration:underline;
	z-index:102;
}


