BODY, caption, td, p, H1, H2, H3, H4, H5, H6, A, UL, OL, DD, LI, B, textarea   { font-family: arial,helvetica,sans-serif }

BODY, td, caption { font-size: 12pt }

H1 { font-size: 24pt; font-weight: bold }
H2 { font-size: 18pt; font-weight: bold }
H3 { font-size: 16pt; font-weight: bold }
H4 { font-size: 14pt; font-weight: bold }
H5 { font-size: 10pt; font-weight: normal }
H6 { font-size: 8pt; font-weight: normal }

BODY { 
	background: url(./images/sea3.jpg) fixed 100% 0%;
	margin-top: 5px;
	margin-left: 5px;
}

a { font-family: verdana,helvetica,sans-serif; font-weight: normal; text-decoration: none; font-size: 12px; }

div.header {
	position: absolute;
	left: 220px;
	height: 50px;
	right: 20px;
}
div.header div {
	background: url(./images/sea3.jpg) fixed 100% 0%;
	padding: 2px;
	width: 100%;
	z-index: 2;
}

div.sideLink {
	position: relative;
	left: 10px;
	top: 10px;
	width: 200px;	
	height: 18px;
}
div.sideLink div {
	padding: 2px;
}
div.sideLink a {
	width: 100%;
	display: block;
	background: #000066;
	margin-bottom: 4px;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	color: #00cccc;
}
div.sideLink div a:hover {
	background: #006600;
	color: #ffff00;
	text-decoration: none;
}

div.mainBody {
	position: absolute;
	left: 220px;
	top: 60px;
	right: 20px;
	color: #ffffff;
	z-index: 1;
}
div.mainBody div {
	padding: 5px;
}
div.mainBody a {
	color: #006699;
	font-weight: normal;
}
div.mainBody div a:hover {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

div.sideBody {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 200px;
}
div.sideBody div {
	padding: 2px;
}
div.sideBody a {
	color: #006699;
	font-weight: normal;
}
div.sideBody div a:hover {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

div.flash {
	text-decoration: blink;
}