/* ~~~ General Properties ~~~ */

body {
	background-color: #004b7d;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #f7e2b2;
	crollbar-darkshadow-color: #999;
	scrollbar-face-color: #e3a610;
	scrollbar-highlight-color: #f7e2b2;
	scrollbar-shadow-color: #e3a610
}

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}


#container {
	background-color: #000;
	width: 840px;
	height: 585px;
	margin-left: auto;
	margin-right: auto;
	}

#intro {
	display: block;
	height: 600px;
	}

#pageHeader {
	background: #e3a610 url(../images/header.gif) no-repeat;
	position: relative;
	width: 836px;
	height: 70px;
	top: 2px;
	left: 2px;
	text-indent: -1000em;
	}

#headMenu {
	position: relative;
	width: 836x;
	height: 22px;
	top:4px;
	left: 2px;
	}


#content {
	background: url(../images/content.jpg) no-repeat 125px 0px;
	position: relative;
	width: 836px;
	height: 460px;
	top: 7px;
	margin-right: 2px;
	margin-left: 2px;
	}
	
#SubMenu {
	position: relative;
	width: 125px;
	height: 420px;
	top: 20px;
	left:-3	px;
	}
	
#TextContent {
	position: absolute;
	width:660px;
	height:430px;
	top: 15px;
	left:160px;
	overflow: auto;
	font-size: 13px;
}

.TextHead {
	width:630px;
	height:25px;
	padding-top: 10px;
}

.TextAllImage {
	width:630px;
	padding-top: 10px;
}

.TextAllTextBold {
	width:630px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: top;
	font-weight: bold;
}

.TextAllText {
	width:630px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: top;
}
.TextImage {
	width:152px;
	padding-top: 10px;
	padding-bottom: 0px;
	vertical-align: middle;
}

.TextText {
	width:478px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: top;
}

#footer {
	background: #e3a610 url(../images/footer.gif) no-repeat;
	position: absolute;
	width: 836px;
	height: 20px;
	top: 577px;
	margin-right: 2px;
	margin-left: 2px;
	}

#imageBoatLogo	 {
	background: url(../images/bbteklogo.jpg) no-repeat; 
	position: relative;
	width: 228px;
	height: 78px;
	top: -8px;
	left: 629px;
	}

.HomeMenu {
	width: 125px;
	height: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.FormColor {
	border: 1px solid #e3a610;
	background: #f8efdb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

#container #intro #content #TextContent .TextImage a:link, #container #intro #content #TextContent .TextAllImage a:link {
	color: #000000;
}

#container #intro #content #TextContent .TextImage a:hover, #container #intro #content #TextContent .TextAllImage a:hover {
	color: #000000;
}

#container #intro #content #TextContent .TextImage a:visited, #container #intro #content #TextContent .TextAllImage a:visited {
	color: #000000;
}

#TextContent .TextText a:link, #TextContent .TextAllText a:link {
	color: #004b7d;
}

#TextContent .TextText a:hover, #TextContent .TextAllText a:hover {
	color: #e3a610;
}

#TextContent .TextText a:visited, #TextContent .TextAllText a:visited {
	color: #004b7d;
}
.TextText2 {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	vertical-align: top;
}

