/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 1024px;
	font-family: Georgia, Time, "Times New Roman", serif;
}

#columnLeft {
	float: left;
	width: 216px;
	height:  597px;
	background: url("/images/iowa/barSIDE.jpg");
}

#columnLeft ul {
	margin: 220px 0px 0px 15px;
	list-style: none;
	padding-left: 1em;
	text-indent: -12px;
	line-height: 1.5em;
}

#columnLeft ul li {
	text-decoration: none;
}

#columnRight {
	margin: 20px 2em 0 250px;
	line-height: 1.5em;
}
h1 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  color: #5d9732;
  font-size: 1.6em;
}
p {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}

ul {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
#header {
	width: 1024px;
	height:  171px;
	background: url("/images/iowa/barTOP.jpg");
}
TABLE { border-collapse: collapse;
}

TD    { font-size: 12px; text-align: left; padding: 4px; line-height: 1em;}

TH    { font-size: 12px;
	text-align: left;
	color: white;
	background-color: blue;
	border-right: 2px solid blue;
}

#results {  font-size: 12px; margin-top: 10px;
	    line-height: 1.2em; 
}

#content {
	padding: 100px 0px 0px 100px;
	line-height: 1.5em;
}

#map {
	margin: 100px 0px 50px 250px;
	width: 600px;
	height: 400px;
}
.textinput { width: 35% }
