body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
	white-space: nowrap;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: none;
}
a:active {
	color: #00FF99;
}


.reverse {
	color: #FFFFFF;
}
.reverse a {
	color: #FFFFFF;
}
.reverse a:visited {
	color: #FFFFFF;
}


.textverysmall {font-size: xx-small}
.textsmall {font-size: x-small}

.corecontent {
	font-size: small;
}

.bubble-outer {
	background-color: #99CCCC;
	padding:4px;
	margin: 4px;
}
.bubble-inner {
	background-color: #FFFFFF;
	padding:4px;
	margin: 4px;
}
.bubble-inner a {
	color: #000000;
	background-color: #FFFFFF;
}

.bubble-inner a:visited{
	color: #000000;
	background-color: #FFFFFF;
}
.bubble-inner a:hover {
	color: #009999;
	background-color: #FFFFFF;
}


.navmain {
	font-size: small;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	white-space: nowrap;
}
.seabak {
	background-color: #009999;
	font-weight: bold;
}

.promo {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	padding-top: 0px;
	white-space: nowrap;
	font-size: 1.0em;
}
.promobug {
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 2px;
}
.promo_nav-hed {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	padding-top: 0px;
	white-space: nowrap;
	font-size: 0.6em;
}

.feature_title {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	padding-top: 0px;
	white-space: nowrap;
	font-size: 1.0em;
	color: red;
}
.feature_nav {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	padding-top: 0px;
	white-space: nowrap;
	font-size: 0.6em;
}

#seabak-right {
	position:absolute;
	height: 70px;
	width: 18%;
	bottom: 60%;
	right: 0;
	z-index:0;
}

#seabak-bottom {
	position:absolute;
	top: 40%;
	width: 100%;
	height: 80%;
	z-index:0;
}

#logodiv {
	position:absolute;
	right:18%;
	bottom:60%;
	padding: 0;
	z-index:0;
}
#leftinfoDiv {
	position:absolute;
	left:13%;
	width:35%;
	top:10%;
	z-index:1;
}
#corecontentDiv {
	position: relative;
	margin-top:20px;
	margin-bottom:10px;
}
#bulletpoints-mainDiv {
	margin-top:2.5em;
	font-size: 1.1em;
	white-space: nowrap;
}

#mottoDiv {
	font-size: 1.1em;
	width: 8em;
}




#navblock-outer {
	position:absolute;
	top:4%;
	left: 65%;
	width: 17.5em;
	z-index: 2;
	padding-bottom: 2px; /* */
	padding-top: 2px; /* */
}
#navblock-inner {
	position:relative;
	width: 16em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */
	padding: 6px;
	// text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 2;
}

#promoblock-outer {
	position:absolute;
	top:11%;
	left: 50%;
	width: 24.5em;
	z-index: 2;
	padding-bottom: 2px; /* */
	padding-top: 2px; /* */
}
#promoblock-inner {
	position:relative;
	width: 23em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */
	padding: 6px;
	// text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 2;
}

#featureblock-outer {
	position:absolute;
	top:-5%;
	left: 8%;
	width: 24.5em;
	z-index: 2;
	padding-bottom: 2px; /* */
	padding-top: 2px; /* */
}
#featureblock-inner {
	position:relative;
	width: 23em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */
	padding: 6px;
	// text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 2;
}


#twitterblock-outer {
	position:absolute;
	top:15%;
	left: 10%;
    width: 24.5em;
	z-index: 5;
	padding-bottom: 2px; /* */
	padding-top: 2px; /* */
}
#twitterblock-inner {
	position:relative;
	width: 23em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */
	padding: 6px;
	// text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 5;
}

#navmainDiv {
	position:relative;
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */
}

#promoDiv {
	position:relative;
}
#featureDiv {
	position:relative;
}

#rightinfoDiv {
	position:absolute;
	right:8%;
	top:10%;
	z-index:2;
}
#contactus-outer {
	position: relative;
	top: 1em;
	left:0px;
	width:70%;
	z-index:2;
	padding-bottom: 2px; /* */
	padding-top: 2px; /* */
}
#contactus-inner {
	position: relative;
	width:90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */
	z-index:2;
}
#contactusDiv {
	position:relative;
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the element */
}
#copyrightDiv {
	position:absolute;
	right:1%;
	bottom:1%;
	z-index:2;
	padding-bottom:2px;
}
#ie6_layoutfixer {
	position: relative;
	height:162px;
	z-index:0;
}
