/* CSS Document */

body { font-family: "Times New Roman", Times, serif; margin: 0; padding: 0; font-size: 13px; color: #000000; text-align: center; } 
table, td, tr { font-family: "Times New Roman", Times, serif; font-size: 13px; }
#footer { font-size: 11px; color: #000000; width: 750px; margin: 0 auto; text-align: center; }

#home_body { background: url(images/bg_gradient.jpg) repeat-x #eff5f3; }
#home_background { margin: 35px 0 10px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; background: url(images/bg_pattern.jpg) #444; text-align: left; }

#home_container { background: url(images/bg_home_water.jpg) no-repeat top left; height: 380px; width: 750px; border-left: 1px solid #000; border-right: 1px solid #000; margin: 0 auto; }
#home_container #nav { padding: 105px 0 0 45px; }

#page_background { background: url(images/bg_pattern.jpg) #444; }
#page_background #footer { text-align: left; margin: 0; padding: 25px 0 0 0; width: auto; line-height:17px; }

#page_container { width: 750px; border-left: 1px solid #000; border-right: 1px solid #000; background:  #fff url(images/nav_bg.jpg) no-repeat top left; margin: 0 auto; border-bottom: 1px solid #000; text-align: left; }
#page_container #nav { float: left; width: 230px; padding: 90px 0 0 30px; }

#nav { margin: 0; line-height:17px; letter-spacing:1px; font-size: 11px; text-transform: uppercase }
#nav a, #nav a:link, #nav a:visited { text-decoration: none; }
#nav a:hover, #nav a:active { text-decoration: underline; color: #000; }

#content { margin-left: 285px; padding: 45px 30px 25px 0; }

p {
	line-height: 16px;
	margin: 0 0 15px 0;
}

.errorText {
	
	font-size: 12px;
	color: #990000;
	line-height: 16px;
}

sup { font-size: 7px; }

ol {
	
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
}

ul {
	font-size: 12px;
	color: #003366;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
	list-style-type: square;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	line-height: 18px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #036;
	padding: 0 0 2px 0;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 3px;
	margin-top: 0px;
}

b {
	color: #003366;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #09AAD6;
	text-decoration: none;
}

a:active {
	color: #003366;
	text-decoration: underline;
}

.border {
	border-color: #fff;
	border-style: solid;
	border-width: 15px;
	border-top: 0;
	border-right: 0;
	background: #003366;
	padding: 1px;
	
}
.noborder {
	border-color: #fff;
	border-style: solid;
	border-width: 15px;
	border-top: 0;
	border-right: 0;
}

#submit { font-family: "Times New Roman", Times, serif; text-transform: uppercase; letter-spacing: 1px; }