/* Global Styles */

body {
	margin: 0px;
	background-image:url('../_images/underwater_1280x1024.jpg');
	background-repeat:no-repeat;
	background-color: #003366;
	}

body > #sidebar {
	position: fixed;
	}

img, a img {
	border: none;
	}

a {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
	font-style: bold;
	cursor: pointer;
	}

a:hover {
	color: #CC3300;
	text-decoration: none;
	background-color: transparent;
	font-style: bold;
	cursor: pointer;
	}

table {
	border-width:1px;
	border:1px;
	border-style:solid;
	border-color:#FFFFFF;
	}

table.no_border {
	border-width:0px;
	border:0px;
	border-style:none;
	}

td {
	border-width:1px;
	border:1px;
	border-style:solid;
	border-color:#FFFFFF;
	text-align: center;
	}

td.alt {
	border-width: 1px;
	border:1px;
	border-style:solid;
	border-color:#FFFFFF;
	text-align: left;
	}	

td.no_border {
	border-width:0px;
	border:0px;
	border-style:none;
	text-align: right;
	}

td.no_border_alt {
	border-width:0px;
	border:0px;
	border-style:none;
	text-align: left;
	}	
	
font.special {
	color:#FF3300;
	}

/*         main
****************************************/
#main {
	width: 950px;
	margin-left: 160px;
	}


/*           header
**************************************/
#header {
	font: 40px arial;
	color: #FFFFFF;
	line-height: 40px;
	letter-spacing: .4em;
	}

#tagline {
	font:16px georgia;
	color: #FFFFFF;
	letter-spacing:.4em;
	}


/*           content
**************************************/
#content {
	font: 14px arial;
	color: #FFFFFF;
	margin-top: 20px;
	}

/*          into sidebar
*************************************/
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	background-color: transparent;
	font: 14px arial;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	}

#sidebar a {
	text-decoration: underline;
	margin-right: 10px;
	color: #FFFFFF;
	background-color: transparent;
	line-height: 40px;
	}

#sidebar a:hover {
	text-decoration: none;
	color: #CC3300;
	background-color: transparent;
	margin-right: 10px;	
	line-height: 40px;
	}

/*          forms
*************************************/
div.row {
	clear: both;
	padding-top: 10px;
	}

div.row span.label {
	float: left;
	width: 125px;
	text-align: right;
	}

div.row span.formw {
	float: right;
	width: 275px;
	text-align: left;
	}

div.row span.hr {
	color: #FFFFFF;
	height: 1px;
	background-color: #FFFFFF;
	}

div.spacer {
	clear: both;
	}
  

