/* CSS Document */
body {
	background-color: #000066;
}
#background {
	width:1000px;
	height:800px;
	z-index:1;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
	top: 0;
	background-image: url(images/water_01.jpg);
	}
#bannertop {
	position:relative;
	width:1000px;
	height:200px;
	z-index:2;
	left: 0;
	background-image: url(images/sea_sky_bg.gif);
}
#navbar {
	position:relative;
	width:1000px;
	height:26px;
	z-index:3;
	left: 0;
	top: 0;
	background-color: #059DA5;
}
#Body1 {
	position:relative;
	width:600px;
	height:500px;
	z-index:5;
	left: 3%;
	top: 4%;
	border-width:2px;
	
	border-style:solid;
	background-color: #B0FFFF;
}
#Body2 {
	position:relative;
	width:280px;
	height:400px;
	z-index:5;
	left: 69%;
	top: -370px;
	border-width:2px;
	border-style:solid;
	background-color: #B0FFFF;
	padding: 10px;
}
#footer {
	position:relative;
	width:1000px;
	height:30px;
	z-index:4;
	margin-left: auto;
    margin-right: auto;
	top: 0px;
	background-color: #999999;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
.green {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 16px;
	color: #31473B;
	text-decoration: none;

}

.green a:link {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
	color: #31473B;
	text-decoration: none;
}
.green a:visited {
	font-weight: bold;	
	font-family: Tahoma;
	font-size: 14px;
	color: #31473B;
	text-decoration: none;
}
.green a:hover {
	font-weight: bold;	
	font-family: Tahoma;
	font-size: 14px;
	color: #31473B;
	text-decoration: underline;
}
.green a:active {
	font-weight: bold;	
	font-family: Tahoma;
	font-size: 14px;
	color: #31473B;
	text-decoration: none;
}
.whitetext {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

}
.whitetext a:link {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.whitetext a:visited {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.whitetext a:hover {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.whitetext a:active {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.smallwhite a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font: 9 px;
}
.smallwhite a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font: 9 px;
}
.smallwhite a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font: 9 px;
}
.smallwhite a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font: 9 px;
}

.footer  {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 15px;
	color: #000066;

}

.footer a:link {
	font-weight: normal;
	font-family: Tahoma;
	font-size: 15px;
	color: #000066;
	text-decoration: none;
}
.footer a:visited {
	font-weight: normal;	
	font-family: Tahoma;
	font-size: 15px;
	color: #000066;
	text-decoration: none;
}
.footer a:hover {
	font-weight: normal;	
	font-family: Tahoma;
	font-size: 15px;
	color: #000066;
	text-decoration: underline;
}
.footer a:active {
	font-weight: normal;	
	font-family: Tahoma;
	font-size: 15px;
	color: #000066;
	text-decoration: none;
}
.logomaster a:link {
    font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
}
.logomaster a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
}
.logomaster a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}
.logomaster a:active {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
}
