body {
	width: 90%;
	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;
	width: expression(document.body.clientWidth > 1202? "1200px" : "90%");
	background-color: #517093;	/* you can change this. */


}

* html {
	/* For IE: simulate max-width with IE-proprietary expression() function: */
	width: expression(document.body.clientWidth > 790 ? "760px" : "90%");
	}


*html body {
	font-size: x-small; /*for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}



#headerback {
	position:absolute;
	width:100%;
	height: 138px;
	clear: both;
	visibility: visible;
	background-color: white;
	z-index: 0;
}


#logo {
	position:absolute;
	width:100%;
	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: 100%;
	position: absolute;
	top: 9px;
	visibility: visible;
	background-color: #000000;
	z-index:1;
}

#sitename {
	position:absolute;
	height:36;
	z-index:6;
	top: 39px;
	font-size: 35px;
	line-height: 40px;
	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: 151px;
}


#searchbar {
	width: 100%;
	top: 102px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000; /*you can change this. It should agree with border top color */
	position: absolute;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000; /* you can change this. It should agree with border bottom color */
	padding-top: 2px;
	padding-bottom: 2px;
	visibility: visible;
	background-color: #23427A; /*you can change this*/
	vertical-align: middle;
	z-index: 3;
	overflow: hidden
	
}

.searchbar .search-cell img {
	float: right;
	vertical-align: middle;
	padding-top: 20%;
	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;
}





#regionname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF; /*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;
	height: 18px;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	visibility: visible;
	position: absolute;
	top: 75px;
	height: 18px;
	z-index: 1;
	background: #6489AE; /*you can change this */
	margin-bottom: 12px;
	overflow: hidden;
	width: 100%;
	background-color: #003366;
}

.regiontext {
	padding-right: 10px;
}

#searchbar FORM {
	cursor: text;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 98%;
	overflow: hidden
}


#mainbody {
	position:absolute;
	width:100%;
	z-index:8;
	top: 138px;
	clear: both;
	visibility: visible;
	padding-bottom: 0px;
	background-color: white;
	/* border:1px solid red;*/
}


.column {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/* border: 1px solid green; */
}


.footer {
	padding-left: 10px;
	padding-right: 10px;
	/* border: 1px solid green;*/
}
