/* Global definitions */
html, body {
    height: 100%;
	text-align: center;
}

body
{
	background-color: #0B5260;
	color: #000;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin: 0;
/*	padding: 0; */
	/*	scrollbar-3dlight-color:#ffd700;
	scrollbar-arrow-color:#ff0;
	scrollbar-base-color:#ff6347;
	scrollbar-darkshadow-color:#ffa500;
	scrollbar-face-color:#008080;
	scrollbar-highlight-color:#ff69b4;
	scrollbar-shadow-color:#f0; */
	min-width: 800px;
	background-image: url(/images/marlinEmbossBG.jpg);
	background-attachment: fixed;
}

/* Basic anchors */
a:link, a:visited
{
	color: #CB0000; 
	text-decoration: none;
}
a:active, a:hover 
{
	color: #666; 
	text-decoration: none;
}

a.TopNav:link, a.TopNav:visited 
{
	text-decoration: none;
	color: #231C6A;
	font-size: 11px;
}
a.TopNav:active, a.TopNav:hover
{
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

a.SelectedNav:link
{
	text-decoration: none;
	color: #3C8F8E;
	font-size: 11px;
}
a.SelectedNav:visited 
{
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

a.SelectedNav:active, a.SelectedNav:hover
{
	color: #666;
	text-decoration: none;
	font-size: 11px;
}

tr.heading
{  background-color: #C00;
   text-align: center;
   color: #FFF;
   width: "100%";
}

table
{  margin: 0px;
}

td
{  font-size: 12px;
}

input, textarea
{  background-color: #FFF;
   font-size: 12px;
}

#float
{  position: relative;
   width: 800px;
   height: 600px;
/*   margin-right: auto;
   margin-left: auto;
   margin-top: auto;
   margin-bottom: auto;
*/ margin: 0 auto;
   padding: 0px;
}

#Background
{
	position: absolute;
	background-color: #FFF;
	width: 800px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
	height: 600px;
 }

#Content
{
	position: absolute;
	top: 50px;
	left: 150px;
	right: 0px;
	bottom: 0px;
	margin: 0 auto;
	padding: 0px;
	z-index: 2;
	overflow: auto;
	background-image: url(/images/bgFaded1200.jpg);
	background-attachment: fixed;
	/*	min-height: 400px;
	height: 450px; */
	text-align: left;
	width: 640;
	height: 500px;
 }
 
* html #Content {
    height: 480px;
}


#Navigation
{
	position: absolute;
	width: 160px;
	height: 400px;
	left: 4px;
	right: 0px;
	top: 10px;
	bottom: 0px;
	z-index: 2;
	font-weight: 900;
/*	letter-spacing: 0.15em; */
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
}

#SectionHeader
{  position: absolute;
   width: 600px;
   height: 30px;
   left: 20px;
   top: 20px;
   bottom: 0px;
   z-index: 2;
   font-size: 1.2em;
   font-weight: 900;
   text-align: left;
   letter-spacing: .15em;
   text-transform: uppercase;
   color: #C00;
   z-index: 2;
}

#Copyright
{
	position: absolute;
	width: 145px;
	height: 100px;
	left: 0px;
	right: 0px;
	top: 570px;
	bottom: 0px;
	z-index: 2;
	font-weight: 900;
	text-align: center;
	font-size: 10px;
	color: #000;
	z-index: 2;
	background-color: white;
}

#column1
{  position: absolute;
   width: 180px;
   height: 500px;
   left: 170px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000;
   z-index: 2;
 }

#column2
{  position: absolute;
   width: 180px;
   height: 500px;
   left: 370px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000;
   z-index: 2;
 }

#column3
{  position: absolute;
   width: 220px;
   height: 500px;
   left: 570px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000;
   z-index: 2;
 }
.leftMarginPhoto {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.titleText {
	font-size: 1.5em;
	font-weight: bold;
}

.submitButton {
	font-size: 10px;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #C00;
}

.submitButtonHov {
	font-size: 10px;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #FFFFFF;
	background-color: #C00;
}

#Copyright
{
	position: absolute;
	width: 800px;
	height: 25px;
	left: 0px;
	right: 0px;
	top: 600px;
	bottom: 0px;
	z-index: 2;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-align: center;
	color: #000;
	z-index: 2;
	font-size: 0.8em;
}
#float #Background #Navigation p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
