/* Layout Stylesheet */
body {background-color:#6B1412
}

table.banner {
	height: expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
    max-height: 100px; /* sets max-height value for all standards-compliant browsers */
	border:solid black;
	border-width:1px 1px 1px 1px;
	



}

div#searchbox {
	/*border:solid black;/
	border-width:1px 1px 1px 1px;
	background: white;
	margin: auto;*/
	

}


div#hdr {
	background: #928d12;
	position: relative;
	border:solid black;
	width: 100%;
	border-width: 1px 1px 1px 0px;
	z-index: 100;
	}
 
table#content {
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	width: 800px;
	background-image: url(http://www.ci.middleton.wi.us/images/background_sidemenu.gif);
	border:solid black;
	border-width:1px 1px 1px 1px;
	height: expression( this.scrollHeight < 576 ? "575px" : "auto" ); /* sets min-height for IE */
    min-height: 575px; /* sets min-height value for all standards-compliant browsers */	
	
	 }
	 
div#textarea {
	background: #fffff0;
	border: solid black;
	border-width:1px 1px 1px 1px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	width: 597px;
	height: expression( this.scrollHeight < 576 ? "575px" : "auto" ); /* sets min-height for IE */
    min-height: 575px; /* sets min-height value for all standards-compliant browsers */	
	}

div#l-menu {
	background: #fffff0;
	position: relative;
	border:solid black;
	border-width:1px 1px 1px 1px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	width: 173px;
	PADDING: 5px;
	height: expression( this.scrollHeight < 576 ? "575px" : "auto" ); /* sets min-height for IE */
	min-height: 575px
  }


div#ftr {
	font: 12px Arial;
	text-align:center;
	background:#928d12;
	color: #000000;
	height: 15px;
	border:solid black;
	border-width:1px 1px 0px 0px;
	width: 100%;
	
	  }

