#header {
	 border-collapse: collapse;
	 width: 100%;
	 font-size: 80%;
}

#navTopContainer {
	 height: 24px;
	 width: 100%;
}

#navTopContainer td {
	text-align:center;
	font-weight:bold;
	border-right: 1px solid white;
	font-family: Arial;
	font-size: 8pt;
}

#navTopContainer a:hover {
	color:white;
	text-decoration:none;
}

#navTopContainer a:visited {
	color:white;
	text-decoration:none;
}

#navTopContainer a:active {
	color:white;
	text-decoration:none;
}

#navTopContainer a:link {
	color:white;
	text-decoration:none;
}

.navTop { 
	cursor: hand;
	border-collapse: collapse;
	background-color:#669933; 
	height:24px;
	text-align:center;
	padding: 0 8px 0 8px;
}
	
.topNavOver {
	cursor: hand;
	border-collapse: collapse;
	background-color:#a4d06e; 
	height:24px;
	text-align:center;	
	padding: 0 8px 0 8px;
}

.topNavOut {
	cursor: hand;
	border-collapse: collapse;
	background-color:#669933; 
	height:24px;
	text-align:center;
	padding: 0 8px 0 8px;
}

h1 {
	font-size: 150%;
	font-family: Arial, Verdana, sans-serif;
	color: #9462a9;
	padding: 10px 0 4px 0;
}

#footer {
	padding: 10px;
	text-align:center;
	font-size:100%;
	color:#393939;
	background: white url('../images/layout/footerfade.jpg') no-repeat top left;
}