/* Global definitions */
html, body {
    height: 100%;
	text-align: center;
}
.tinytext {
	font-size: 7px;
}

.mediumtext {
	font-size: 12px;
}
.smalltext {
	font-size: 10px;
}
.largebold {
	font-size: 18px;
	font-weight: bold;
}

body
{
	background-color: #43A0E8;
	color: #000000;
	font-family: Verdana, Arial, 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-attachment: fixed;
}

/* Basic anchors */
a:link 
{  color: #43A0E8; 
   text-decoration: none;
}
a:visited 
{  color: #43A0E8; 
   text-decoration: none;
}
a:active 
{  color: #43A0E8; 
   text-decoration: none;
}
a:hover
{  color: #43A0E8;
   text-decoration: none;
}

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

table
{  margin: 0px;
}

#float #Copyright td {
	font-size: 9px;
}

input, textarea
{  background-color: #ffffff;
   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: #ffffff;
   width: 800px;
   height: 100%;
   left: 0px;
   right: 0px;
   top: 0px;
   bottom: 0px;
   z-index: 2;
 }

#Content
{
	position: absolute;
	top: 150px;
	left: 0px;
	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: #ffffff;
	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: #cc0000;
   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: 8px;
	color: #000000;
	z-index: 2;
	background-color: #FFFFFF;
}

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

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

#column3
{  position: absolute;
   width: 220px;
   height: 500px;
   left: 570px;
   top: 80px;
   z-index: 2;
   font-weight: 900;
   text-align: left;
   color: #000000;
   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: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
