/* body style */
body {
	margin: 0 auto;
	background-color: #3F778E;
	align: center;
	background-image: url(../images/water_background.jpg);
	background-repeat: repeat;
}

/* content style */
.title {
	font-family: Century Gothic;
	font-size: 26px;
	color: #b3ff8a;
	letter-spacing: -1px;
	line-height: 24px;
}
.titleblue {
	font-family: Century Gothic;
	font-size: 26px;
	color: #021d31;
	letter-spacing: -1px;
	line-height: 26px;
}
.titlewhite {
	font-family: Century Gothic;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 26px;
}
.titlewhitesmall {
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 20px;
}
.maintext_white {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 18px
}
.maintext {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 18px
}
.maintextsmall {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 16px
}
.main_index_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.contactname {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 14px
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 11px
}



/* MAIN INDEX LINKS */
.main_index_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.main_index_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.main_index_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.main_index_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* MAIN TEXT LINKS */
.maintext a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.maintext a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.maintext a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.maintext a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}



/* TITLE  BLUE LINKS */
.titleblue a:link {
	color: #021d31;
	text-decoration: none;
}
.titleblue a:visited {
	color: #021d31;
	text-decoration: none;
}
.titleblue a:active {
	color: #021d31;
	text-decoration: none;
}
.titleblue a:hover {
	color: #021d31;
	text-decoration: underline;
}


/* MAIN TEXT WHITE LINKS */
.maintext_white a:link {
	color: #c2ff61;
	font-weight: bold;
	text-decoration: none;
}
.maintext_white a:visited {
	color: #c2ff61;
	font-weight: bold;
	text-decoration: none;
}
.maintext_white a:active {
	color: #c2ff61;
	font-weight: bold;
	text-decoration: none;
}
.maintext_white a:hover {
	color: #c2ff61;
	font-weight: bold;
	text-decoration: underline;
}

/* TITLE WHITE LINKS */
.titlewhite a:link {
	color: #c2ff61;
	text-decoration: none;
}
.titlewhite a:visited {
	color: #c2ff61;
	text-decoration: none;
}
.titlewhite a:active {
	color: #c2ff61;
	text-decoration: none;
}
.titlewhite a:hover {
	color: #c2ff61;
	text-decoration: underline;
}


