html, body {
height: 100%;
}

body {
	font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size:16px;
	margin: 0px;
	padding: 0px;
	background-color: #0A897E;
		
}

.blue1pxtop {
	background-image: url(./images/blue-1px-topv2.jpg);
	background-repeat: repeat-x;
	height: 125px;
}
.centerstrip {
	background-image: url(./images/center.jpg);
	background-repeat: repeat-y;
	width: 908px;
	height:auto;
	position: absolute;
	margin-top:-5px;
	
}
.container {
		width: 908px;
  margin-left: auto;
  margin-right: auto
}

.menucontainer {
	width: 185px;
	margin-left: 15px;
	display:inline;
	float:left;
	margin-top: 20px;
}
.bodytextarea {
	margin-left: 225px;
	width: 72%;
	display: block;
	padding-top: 10px;	


}
h1 {
	font-size: 160%;
	color: #5BB1CA;
	
}

/*Registration Elements*/

.regboxborder {
	border: 1px solid #5BB1CA;
	background-color: #E8E8E8;
	margin: 5px 5px 5px 10px;
}


.regboxborder2 {
	border: 1px solid #5BB1CA;
	
	margin: 5px 5px 5px 10px;
}


.smalltext {
	font-size: 75%;
}
.righthandblock {

	width: 171px;
	float: right;
}
.newstop {
	background-image: url(images/news-top-strip.jpg);
	width: 171px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.newsbk {
	background-image: url(images/news1px-repeater.jpg);
	width: 171px;
	height: 100%;	
}
.newstitleindent {
	text-indent: 10px;
}
.homebkimage {
	
	height:800px;
	width: 450px;
	
}

.pressreleasesheader

{
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	
} 
#menu a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
} 
#menu a:link { 
text-decoration: none 
} 

#menu a:hover {
	text-transform: none;
	background-color: #0A897E;
	color: #FFFFFF;
	font-weight: bolder;
} 

#menu a.menucurrent { 
font-weight: bold; text-transform: none; color: #7c7c7c; background-color: #ffffff 
} 

.homepagebox {
	border: 5px solid #0A897E;
	background-color: #FFFFFF;
	text-align: center;
	color: #5BB1CA;
	font-size: 200%;
	font-weight: bold;
}
.sitecont {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.boat_tabheader {
	background-color: #0A897E;
}

.tablebor {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0A897E;
	border-bottom-color: #0A897E;
	border-left-color: #0A897E;
	text-indent: 5px;
}

.boattitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-indent: 5px;
}

.boat_imgbor {
	border: 1px solid #999999;
} 

.countertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #993300;
	border: 1px solid #990000;
}