body {
	background-color: #ceffd1;
	background-image: url(/images/bgFade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	margin-top: 10px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
}
a:link, a:visited {
	color: #333;
}
a {
  color: green;
	
}
h1.big {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.cen {
	text-align: center;
}

.bol {
  font-weight: bold;
}

td.nav {
	width: 170px;
	height: 30px;
	text-align: center;
	font-size: 12px;
}
td:hover.nav {
	width: 170px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	background-color: #b9fbbe;
	font-weight: bold;
}
#eco {
	width: 964px;
	padding: 30px;
	background-color: white;
	text-align: center;
}
#top {
	width: 1024px;
	min-height: 100px;
	z-index: 1;
	border-bottom: 4px double green;
}
#space {
	width: 1024px;
	min-height: 20px
}
#nav {
	width: 1024px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	min-height: 30px;
	background-color: #e4fde6;
}
#content {
	width: 964px;
	padding: 30px;
	min-height: 600px;
	background-color: white;
}
#footer {
	width: 1024px;
	padding: 1px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	font-size: 10px;
	min-height: 30px;
	background-color: #e4fde6;
}