@charset "UTF-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #BCE7FB;
	top: 0px;
	background-image: url(images/airland-beach-background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.mainContent #container  {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mainContent #Bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	top: 15px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.mainContent #linkbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	padding: 0px;
	font-weight: bold;
	left: 0px;
	clip: rect(auto,auto,auto,0px);
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.mainContent #contactbox {
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	font-weight: 500;
	left: 0px;
	clip: rect(auto,auto,auto,0px);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar {
	text-align: center;
	margin-right: auto;
	color: #000;
	margin-left: auto;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
#footer {
	width: auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: static;
	margin-bottom: 10px;
	clip: rect(0px,0px,0px,0px);
	color: #666;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	vertical-align: text-bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link.nav  , a:visited.nav{
	width: 80px;
	color: #CCC;
	text-decoration: none;
	height: 55px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
a:hover.nav ,a:active.nav{
	color: #3A85FC;
	text-decoration: none;
	height: 55px;
	width: 100px;
}
#TableContent {
	height: 400px;
	overflow: auto;
	position: fixed;
}
a:link, a:visited {
	width: 80px;
	color: #006;
	text-decoration: none;
	height: 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a:hover, a:active {
	color: #D4E24C;
	text-decoration: none;
	height: 55px;
	width: 100px;
}
