@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #869bae;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 907px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #aebcc9;
	padding: 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.targabody {
height: 960px;
background-image:url(../images/background_page.jpg);
}

.targafooter {
background-color:#e3e3e3;
height: 58px;
}

.targafooterbase {
background-color:#00187d;
height: 10px;
}

.footerleft {
padding:18px 0px 0px 18px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
display: inline;
float:left;
margin: 0px 0px 0px 0px;
color: #366c98;
}
.footerleft a{
color: #366c98;
}

.footerright {
padding:40px 0px 0px 40px;

	display: inline;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin: 0px 10px 0px 0px;
}

.maintop {
height:179px;

}

.mainmain {}

.boatleft {
float:left;
width:437px;
}

.boatright {
float:right;

}

.boattop {}
.boatmain {}

.bodycopy {margin-left: 20px;}

.menu {
margin-left: 20px;

}
.menu ul {
list-style:none;
margin:0px;
padding:7px 0px 0px 0px;
}

.menu li {display:inline;
margin-right:15px;}

.menu a, menu a:link, menu a:visited{
text-decoration:none;
color: #366c98;
}

.menu a:hover, menu a:active{
text-decoration:underline;
color: #366c98;
}
.boatmenu {

height: 79px;
color: #366c98;
background-image:url(../images/top_menu.jpg);
background-repeat:no-repeat;
background-position:left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.boatmaincontent {

display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

h1 {
font-family:"Times New Roman", Times, serif;
padding: 0px;
margin: 0px 0px 10px 0px;
color: #366c98;
font-size: 3em;
}


h2 {
padding: 0px;
margin: 0px 0px 3px 0px;
color: #366c98;
font-size: 1.25em;
}

h3 {
padding: 0px;
margin: 5px 0px 0px 0px;
color: #366c98;
font-size: 1em;
}
p {
padding: 0px;
margin: 0px 0px 4px 0px;

}
