li {
}

ul {
	padding:0;
	}

/* Page styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background: #e2fcda;
	}

p {
	margin: 0;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fd0425;
	}
		
a {
	color: #38721c;
	text-decoration: underline;
	}


.red {
	color: #fd0425;
	}

#hero {
	display: none;
	}
	
#access {
	display: none;
	}

#address {
	}

#newsletter {
	display: none;
	}

#nav {
	float: left;
	}

#content {
	float: left;
	clear: both;
	padding: 5px;
	background-color: #fff;
	}

#footer {
	font-size: 10px;
	}

#footerCopyright {
	color: #38721c;
	line-height: 40px;
	float: left;
	}
	
#footerLinks {
	float: left;
	}