@charset "utf-8";
/* CSS Document */

*, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.75px;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #006E9F;
}

.pages {
	width: 760px;
	margin: 0 auto;
	padding: 0 0;
	text-align: left;
	background-image: url(images/water_bg.jpg);
}

.indented {
	padding: 0px;
	margin: 0px 40px;
}

.leftindented {
	padding: 0px;
	margin: 0px 0px 0px 40px;
}

td img {
	display: block;
}

.bluetext {
	font-size: 18px;
	color: #00B1F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 28px;
}
.whiteheader {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.smallwhitetext {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#missiontext {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
	margin: 0 5px;
	padding: 0;
}
.smallorangetext {
	font-size: 11px;
	color: #DA9300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#pinktext {
	font-size: 20px;
	color: #EB048E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0;
	text-align: center;
}
#pinkhometext {
	font-size: 18px;
	color: #EB048E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 0px 0px 0px;
	padding: 0;
	text-align: center;
	font-weight: bold;	
}
.recyclegreentext {
	font-size: 11px;
	color: #98D440;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 26px;
}
.greenheader {
	font-size: 24px;
	color: #89C443;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0;
	text-align: center;
}

.footertext {
	font-size: 9px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #00A5E7;
}
a:visited {
	text-decoration: underline;
	color: #00A5E7;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#nav a:link {
	color: #E89700;
	text-decoration: none;
	background-image: url(images/water_home.jpg);
	background-repeat: no-repeat;
	background-position: -15px -6px;
	font-weight: bold;
}
#nav a:visited {
	background-image: url(images/water_home_f3.jpg);
	background-repeat: no-repeat;
	background-position: -15px -6px;
	text-decoration: none;
	color: #006E9E;
	font-weight: bold;
}
#nav a:hover {
	background-image: url(images/water_home_f2.jpg);
	background-repeat: no-repeat;
	background-position: -15px -6px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#nav a:active {
	background-image: url(images/water_home_f2.jpg);
	background-repeat: no-repeat;
	background-position: -15px -6px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.footer {
	margin: 0px;
	padding: 0px;
	background-image: url(images/water_footerbg.jpg);
	width: 760px;
	text-align: center;
}

.footertext a:link {
	text-decoration: underline;
	color: #00A5E7;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.footertext a:visited {
	text-decoration: underline;
	color: #00A5E7;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footertext a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

hr {
	line-height: 2px;
	color: #EB048E;
	border-width: 100%;
	border-right-width: 100%;
	border-bottom-width: 100%;
	border-left-width: 100%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
}
