/* CSS Document */

#footerImage {
	 background-image: url("/images/water_footer.jpg");
	 background-repeat: no-repeat;
}

h1, h2 {
	 background-image: url("/images/waterar.jpg");
	 background-repeat: no-repeat;
     color: #006ab4;
	}
	
h3 {
   	color: #006ab4;
	font-size: 12px;
	}


a:link {
	text-decoration: none;
	color: #006ab4;
	}
	
a:visited {
	text-decoration: none; 
	color: #006ab4;
	}
	
a:hover {
	text-decoration: underline;
	color: #006ab4;
	}
#links a:hover { color: #006ab4; }

li {
 	color: #006ab4;
 	}

#footermenu a {
	color: #006ab4;
	font-weight: bold;
	}
	
#box_focus b {
	color: #006ab4;
	}

#focus_out b {
	color: #006ab4;
	}