/* 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: #105586; 
   text-decoration: none;
}
a:active, a:hover 
{  color: #000; 
   text-decoration: none;
}
a.TopNav:link, a.TopNav:visited 
{
	text-decoration: none;
	margin-right: 10px;
	color: #F33;
	font-size: 11px;
}
a.TopNav:active, a.TopNav:hover
{
	color: #0B5260;
	margin-right: 10px;
	text-decoration: none;
	font-size: 11px;
}
a.SelectedNav:link, a.SelectedNav:visited 
{
	text-decoration: none;
	margin-right: 10px;
	color: #105586;
	font-size: 11px;
}
a.SelectedNav:active, a.SelectedNav:hover
{
	color: #0B5260;
	margin-right: 10px;
	text-decoration: none;
	font-size: 11px;
}

tr.heading
{  background-color: #C00;
   text-align: center;
   color: #ffffff;
}

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;
 }

#Content
{
	position: absolute;
	top: 147px;
	left: -21px;
	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: 100%;
	height: 500px;
 }
 
* html #Content {
    height: 500px;
}


#Navigation
{
	position: absolute;
	width: 790px;
	height: 12px;
	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: center;
}

#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;
}

#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: #105586;
}

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