td, th, body, h1, h2, h3, h4 {
	font-family: Verdana, "Lucida Grande", sans-serif;
	
}
body {	background-color: #004B00;
		color: #630;
		text-align: center;
		/* background-image: url(Images/Water_park.jpg);
		background-position: bottom right;
		background-repeat:no-repeat;   */
}

/* Link formatting */
a:visited {
    color:#004B00;
	font-weight: 500;
	text-decoration: none;
	
}

a:link, a:hover {
    color:#0C3;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Heading formatting */

h1 {
	font-size: x-large;
	font-weight: bold;
	color: #004B00;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #300;
}

h3 {font-size: large;
	color: #300;
}

h4 {font-weight: bold;
	color: #630;
}

/* Section layout */

#container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	background-color: #FFF;
}

#header{
	/* background-color: #FFF6F6;
	border-bottom: 1px solid #600;
	margin-left: 0px;      --- was 140 */
	margin-top: 5px;
	padding: 0px 0px 0px 10px; /* was 2 10 10 10 */
	font-size: 115%; 
}

#navBar{
	float: left;
	width: 180px;
	margin-top: -16px; /* trick to pull logo up into header --- was -32 */
	padding: 2px 10px 10px 10px;
	font-size: 90%; 
	background-color:#FFF;
	border-right: 0px solid #300; 
}

#content{
	margin-left: 200px;
	padding: 0px 20px 10px 20px;
	border-left: 1px solid  #004900;
/* 	margin-right: 0px;
	border-right: 0px solid  #0F0;
	border-bottom: 0px solid  #0F0;   */
	background-color:#FFF;     
}


#footer{
	width: 100%; 
	background-color: #FFF;
	font-size: 80%;
	color: #004B00;
	margin-top: 20px;
	border-bottom: 1px solid  #004B00;
	border-top: 1px solid #004B00;
}

.error{
	color:#CC0000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background-color: #FFC
}
