@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 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;
}
.twoColFixLt #sponsor_banner {
	background-color: Transparent;
	background-image: url(../images/pages/sponsor_coll_bg_wave.png);
	background-repeat: no-repeat;
	height: 570px;
	width: 110px;
	float: left;
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
}
.twoColFixLt #footer {
	background-image: url(../images/pages/footer.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 970px;
	margin-top: 10px;
	float: left;
}
.twoColFixLt #container {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: transparent;
	height: 630px;
}

.twoColFixLt #mainContent {
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
	overflow: visible;
	width: 850px;
	float: right;
	background-image: url(../images/pages/background5.png);
	height: 570px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.links {
	text-decoration: none;
	color: #FF6600;
}
a.links:Hover{
	color:#3399FF;
	text-decoration: underline;
}

a.linksSelected {color:#99CC33;}
#transfer {
	height: 400px;
	width: 800px;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pages/transfer_page.png);
	margin-top: 100px;
}
.transfer_text {
	padding-top: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.footer_text {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	float: left;
	width: 970px;
	background-image: url(../images/banners/water_just_boats_small.png);
	background-repeat: repeat-x;
	background-position: left;
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
}
.boat_header {
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	margin-top: 2px;
	float: left;
	width: 970px;
	background-image: url(../images/banners/water_just_boats_small.png);
	background-repeat: repeat-x;
	background-position: left;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 2px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}
#donation_square {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	width: 95px;
	height: 120px;
	text-align: center;
}
.donation_box_bg {
	color: #FFFFFF;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	height: 120px;
	width: 95px;
	background-image: url(../images/banners/donation_square.png);
	background-repeat: no-repeat;
	margin: 7px;
}
#donation_box_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 7px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
