html { 
	min-height: 100%; 
	margin-bottom: 1px;
}

#wrapper {
	width: 98%;
	max-width: 1000px;
	min-height: 700px;
	background-color: #7D9CF9;
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	
	font-family: Verdana, Helvetica, Geneva, Arial;
	font-weight: bold;
	line-height: 20px;
}

#header {
	width: 100%;
	height: 150px;
	background-image: url('images/etcfbanner.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #7D9CF9;
	
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #6E89D5;
	
	margin-left: -5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#navBar {
	width: 48%;
	height: 20px;
	float: left;
	background-color: #7D9CF9;
	
	padding-top: 5px;
	padding-bottom: 20px;
	
	text-align: center;
	color: #FFFF00;
	font-size: x-small;
}

#statusBox {
	width: 50%;
	height: 20px;
	background-color: #7D9CF9;
	float: right;
	
	padding-top: 5px;
	padding-right: 10px;

	text-align: right;
	color: #FFFF00;
	line-height: 0px;
	font-size: x-small;
}

#spacer {
 	width: 98%;
	height: 5px;
}

#errorField {
	width: 40%;
	height: auto;
	
	text-align: left;
	font-weight: bold;
	color: #E6EBDD;
	font-size: x-small;
}

#mainContent {
	width: 98%;
	min-height: 600px;
	background-color: #7D9CF9;
	clear: both;
	
	padding-bottom: 30px;
	
	font-size: small;
	color: #FFFF00;
}

#footer {
	width: 98%;
	background-color: #7D9CF9;
	
	font-size: x-small;
	text-align: center;
	color: #FFFF00;
}

.levelLight {
	width: 70%;
	max-width: 600px;
	background-color: #81A8FF;
	
	margin-left: 20px;
}

.levelDark {
 	width: 70%;
 	max-width: 600px;
	background-color: #5076FF;
	
	margin-left: 20px;
}

.pageHeader {
	font-size: 18px;
	font-weight: bold;
}

.subHeader {
	font-size: 16px;
	text-decoration: underline;
}

.images {
	margin: 10px;
	text-align: right;
}

body {
 	background-color: #6E89D5;
	font-size: 14px;

}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #E6EBDD;
}

a:active {
	color: #E6EBDD;
}

input.textField {
	width: 20%;
	background-color: #4169E1;

   	border: 1px solid;
   	border-top-color: #00008B;
   	border-left-color: #00008B;
   	border-right-color: #00BFFF;
   	border-bottom-color: #00BFFF;
   	
	color: #FFFF00;
	font-family: 'Trebuchet MS',Helvetica, Sans-Serif;
	font-size: x-small;
   	font-weight: bold;
}

select {
	background-color: #4169E1;

   	border: 1px solid;
   	border-top-color: #00008B;
   	border-left-color: #00008B;
   	border-right-color: #00BFFF;
   	border-bottom-color: #00BFFF;
   	
	color: #FFFF00;
	font-family: 'Trebuchet MS',Helvetica, Sans-Serif;
	font-size: x-small;
   	font-weight: bold;
}

input.button {
  	background-color: #4169E1;
  	
   	border: 1px solid;
   	border-top-color: #00BFFF;
   	border-left-color: #00BFFF;
   	border-right-color: #00008B;
   	border-bottom-color: #00008B;
   	
   	color: #FFFF00;
	font-family: 'Trebuchet MS',Helvetica, Sans-Serif;
	font-size: x-small;
   	font-weight: bold;
}

.small-text {
	font-size: x-small;
}