

BODY {
	font-family: Times New Roman, serif;
	font-size: 11pt;
	margin: 0px;
	background: #fff;
}

.err {
	color: #ff0000;
}

.pageHeader {
	height: 60px;
}

.pageHeader TABLE {
	border-collapse: collapse;
	border: 0px solid #0F0;
	padding: 0px;
}
.pageHeader TABLE TD {
	vertical-align: top;
}
.pageHeader TABLE TD.pageHeaderTime {
	vertical-align: middle;
	padding: 20px;
	width: 400px;
	font-size: 9pt;
	font-weight: bold;
	color: #999;
	
}
.topNav {
	width: 300px;
	height: 40px;
	background: url( '/i/topNavFade.gif' ) repeat-y;
}
.topNav TABLE {
	border-collapse: collapse;
	border: 0px solid #0F0;
	width: 100%;
	padding: 0px;
}
.topNav TABLE TD {
	width: 10px;
	vertical-align: bottom;
	padding: 0px;
}
.topNav TABLE TD.topNavText {
	width: auto;
	padding: 5px;
}
.topNav TABLE TD.topNavText INPUT.text {
	width: 130px;
	background: url( '/i/topNavFadeInput.gif' ) repeat-y;
	font-size: 8pt;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
.topNav TABLE TD.topNavText INPUT.button {
	background: none;
	border: 0px;
	font-size: 8pt;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

.backgroundImage {
	width: 770px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 130px;
	z-index: 5;
	background: url( '/i/boat.jpg' ) no-repeat top right;
}
.containerBackground {
	position: absolute;
	left: 240px;
	top: 140px;
	z-index: 10;
	width: 500px;
	height: 500px;
	background: #FFF;
	padding-left: 10px;
	filter: alpha( opacity=85 );
	-moz-opacity: .85;
	opacity: .85;
}

TABLE.container {
	border-right: 1px solid #ccc;
	position: absolute;
	left: 0px;
	top: 140px;
	z-index: 20;
	padding: 0px;
	border-collapse: collapse;
}

TABLE.container TR {
	vertical-align: top;
}

TABLE.container TR TD.leftNav {
	width: 197px;
	padding-top: 120px;
	padding-left: 40px;
	background: url( '/i/bluelogo.gif' ) no-repeat;
}

TABLE.container TR TD.content {
	width: 500px;
	padding: 10px 10px 50px 10px;
}

.pageTitle {
	font-size: 18pt;
	font-weight: bold;
	color: #ff9900;
	font-family: Times New Roman;
	letter-spacing: 3px;
}

TABLE.container TR TD.pageFooter {
	font-size: 8pt;
	text-align: center;
	background: url( '/i/bottom-fade.gif' ) repeat-x bottom;
}

/**
 *	Navigation Buttons
 *	Buttons are 180px in width
 *	150 wide + 10 left border + 10 right border + 5 left padding + 5 right padding
 */
#button {
	width: 150px;
	border-right: 1px solid #000;
	padding: 0 0 1px 0;
	margin-bottom: 1px;
	background-color: #90bade;
	color: #333;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #FC0;
	background-color: #c33;
	color: #fff;
}
/**
 *	Mozilla & IE handle padding differently
 *	this code is ignored by IE
 *	this fixes the width issues
 */
html>body #button {
	width: 180px;
}
html>body #button li a {
	width: auto;
}
