@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	margin: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#fff;
}
#flashContentHome {
	width:650px;
	height:450px;
	margin-top:0px;
	vertical-align:top;
}
#topNav {
	width:1200px;
	padding:0;
}
#textArea {
	width:355px;
	height:200px;
	overflow-style:auto;
	overflow:auto;	
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align:justify;
	color:#fff;
	padding:10px;
}
#textArea1 {
	width:355px;
	height:218px;
	overflow-style:auto;
	overflow:auto;	
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align:justify;
	color:#fff;
	padding:10px;
}
#textArea2 {
	width:355px;
	height:160px;
	overflow:auto;	
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-align:justify;
	color:#fff;
	padding:10px;
}
#top-bg {
	background: #ffffff url('../images/water-top-background.jpg') no-repeat top;
	width:1200px;
	height:119px;
}
#middle-home-bg {
	background: #ffffff url('../images/water-home-background.jpg') no-repeat top;
	height:100%;
	width:1200px;
}
#middle-bg {
	background: #ffffff url('../images/water-middle-background.jpg') repeat-y top;
	height:100%;
	width:1200px;
}
#bottom-bg {
	background:url('../images/water-footer-background.png') no-repeat top;
	width:1200px;
	height:117px;
	margin-top:-48px;
}
.heading {
	font-size:x-large;
	font-weight:bold;
}
.subhead {
	color: #3053ab;
	font-size:large;
}
.categoryheader {
	color: #9BB6FB;
	font-size:x-large;
	font-weight:bold;
}
.footer {
	
	font-size: medium;
	color:#000;
}
.smallfooter {
	font-size: x-small;
	color:#000;
}
.smallfooter a {
	font-size: x-small;
	color:#000;
}
a {
	text-decoration: none;
	color:#212C50;
	font-size: 16px;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #212C50;
	font-weight:bold;
}
.contactText {
	color: #212C50;
	font-size:16px;
	font-style:italic;
	font-family:"Arial Black", Gadget, sans-serif;
}
