/***** CSS code copyright 2005 Adit Panchal - nospam@bastula.org *****/

/***** Main body and general setup *****/

body, form {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

td, th {
	  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
}

table { table-layout: fixed;
      width:80%;
      }

.outer {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h4 {
    text-align: center;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

/***** Banner *****/

#banner {
	height: 112px;
	width: 775px;	
	float: left;
}

#banner h1 {
	padding: 0px;
	margin: 0px;
}

#banner h1 a{
    height: 112px;
	width: 440px;
	padding: 0px;
	margin: 0px;
	float: left;
	background: url(images/bannerlogo.gif);
}

#banner h1 span {
	display: none;
}

#banner h2 {
    height: 112px;
	width: 108px;
	padding: 0px;
	margin: 0px;
	float: left;
	background: url(images/banner_spacer.gif);
}

#banner h2 span {
	display: none;
}

#banner h3 {
    height: 112px;
	width: 227px;
	padding: 0px;
    margin: 0px;
	float: left;
	background: url(images/lake_marina_112.jpg);
}

#banner h3 span {
	display: none;
}

/***** Banner navigation *****/

#bannernavleft {
	height: 19px;
	background-color: #7979FF;
	color: White;
	float: left;
    width: 295px;
    padding-top: 5px;
    padding-left: 5px;
}

#bannernavright {
	height: 19px;
	background-color: #7979FF;
	color: White;
    float: left;
    width: 470px;
	text-align: right;
    padding-top: 5px;
    padding-right: 5px;
}

.bannertext {
	background-color: #7979FF;
	color: White;
}

a.bannertext, a.bannertext:hover {
	color: White;
}

/***** Left side navigation bar *****/

.navbar {
	font-size: 13px;
    float: left;
    width: 105px;
    padding-top: 10px;
    padding-left: 0px;
/*    padding-bottom: 60%; */
    color: #6699CC;
}

a.navbartext {
	color: #6699CC;
}

a.navbartext:hover {
	color: #006699;
}

/***** Main text *****/

.main {
	font-size: 12px;
	float: left;
	width: 600px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 12px;
}

.bodytext {
	font-size: 12px;
}

a.bodytext, a.bodytext:visited {
	text-decoration: none;
	color: #6699CC;
}

a.bodytext:hover {
	text-decoration: underline;
	color: #006699;
}
