/*  CSS Document */

/*  This Stylesheet controls formatting for standard
	forms on the website
	
	The link file is added to the HTMLHead variable.
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #999999;
}

table {
	background-color: #FFFFFF;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #FFFFFF;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #005300;
}

h2 {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 14px;
	color: #005300;
}

h3 {
	margin: 0px;
	font-size: 12px;
	color: #005300;
}

h4 {
	margin: 0px;
	font-size: 11px;
	color: #005300;
}

h5 {
	margin: 0px;
	font-size: 11px;
	color: #005300; 
}

#container {
	width: 780px; /* for lite, width is 780 since image is 780 wide.*/
	border: 1px solid black;
	border-top: 0px;
	z-index: 1;
	background-color: #FFFFFF;
	margin-top: 20px; 
}

#tdmargins {
	margin-left: 10px;
	margin-right: 10px;
}

#navlinks a {
	color: #000000;
}

#navlinks a:hover {
	text-decoration: none;
}

input {
	border: 1px solid black;
	color: #000000;
}

/*iFrame for the Files*/
#iFrameLayer {
	position: absolute; 
	z-index: 4;
	top: 10px;
	left: 10px;
	border: 1px solid black;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center; 
	display: none;
}

/*Default Table*/
thead {
	font-weight: bold;
}

/*Progress Table*/
#ProgressTable {
	width: 100%; 
	border: 0px solid black; 
	margin-top: 3px; 
}

#ProgressTable thead {
	font-weight: bold;
}

