  body {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1200px;
	min-width: 590px;
	margin-top: 0px;
	margin-bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	

}

*html body {
	font-size: x-small; /*for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

#logo {
	position:absolute;
	width:750px;
	height:95px;
	z-index:7;
	top: 0;
	text-align: left;
	text-indent: 35px;
	padding-top: 5px;
	visibility: visible;
}
#fwsbar {
	text-indent: 149px;
	height: 31px;
	width: 750px;
	position: absolute;
	top: 9px;
	visibility: visible;
	background-color: #000000; /*if you change this, you must change the bar graphic. You should only use a very dark color here */
}

#sitename {
	position:absolute;
	height:40;
	width:750;
	z-index:6;
	top: 42px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	white-space: nowrap;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	visibility: visible;
	padding-right: 10px;
	padding-left: 0px;
	text-indent: 149px;
	background-color: #ffffff;
}


#searchbar {
	width: 100%;
	top: 102px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC; /*you can change this. It should agree with border top color */
	position: absolute;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC; /* you can change this. It should agree with border bottom color */
	padding-top: 2px;
	padding-bottom: 2px;
	visibility: visible;
	background-color: #CCCCCC; /*you can change this*/
	vertical-align: middle;
	padding-right: 10px;
	z-index: 3;
	overflow: hidden
	
}

.searchbar .search-cell img {
	float: right;
	vertical-align: middle;
	padding-top: 2px;
	top: 50%;
	position: relative;
}
#searchbar .search-button {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}



.footer {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

#regionname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333; /*this is for the region or program name. It should be left white */
	background-color: #999999; /*you can change this. It should be lighter than the fws bar but still dark enough for the region or program name to stand out */
	text-align: right;
	width: 740px;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66; /*if you change this, it should agree with the border colors in the searchbar */
	text-indent: 2px;
	visibility: visible;
	position: absolute;
	top: 80px;
	height: 20px;
	background: #FFCC66; /*you can change this */
	margin-bottom: 4px;
	padding-right: 10px;
	overflow: hidden;
	margin-right: 2%;
} 

#searchbar FORM {
	cursor: text;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 98%;
	overflow: hidden
}


#mainbody {
	position:absolute;
	width:750px;
	z-index:8;
	top: 100px;
	clear: both;
	visibility: visible;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: center;
}

	.normal {font-family:arial;font-size:12.0px;color:black;}
	td	{font-family:arial;font-size:13.0px;}
	.tabletext{font-family:arial;font-size:12.0px;}
	input	{font-family:arial;font-size:11.0px;}
	select	{font-family:arial;font-size:11.0px;}
	.reds	{color:red;}
	a:link	{color:blue;text-decoration:underline;}
	a:visited	{color:purple;text-decoration:underline;}
	a:hover	{color:red;text-decoration:underline;}
	a:active	{color:#339933;text-decoration:underline;}