body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #003366;
	margin: 0px;
	padding: 0px;
}
#masthead {
	display: block;
	height: 78px;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	visibility: visible;
	background-color: #4D86C0;
}
#title img{
	float: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	visibility: visible;
	z-index: 2000;
	top: 15px;
	right: 0px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 4px;
	top: 110px;
	display: block;
	visibility: visible;
	width: 131px;
}
#navigation img {
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content {
	position: absolute;
	visibility: visible;
	top: 110px;
	display: block;
	left: 145px;
	right: 12px;
}
#waterline {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 75px;
	right: 0px;
	display: block;
	background-image: url(../images/ocean.gif);
	background-repeat: repeat-x;
	visibility: visible;
	height: 18px;
	z-index: 200;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	font-size: 13px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 18px;
}
#content td.editable {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	background-image: url(../images/moonback.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content .editable #footer {
	color: #003366;
	text-align: center;
}
#content .editable #footer p {
	font-size: 10px;
	margin: 0px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: thin solid #003366;
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px;
	background-color: #FFFFCC;
}
form table {
	padding: 3px;
}
