html, body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
  height: 100%;
}

body {
  margin: 5px 5px 5px 5px;
  padding: 0px;
  background-color: #FFFFFF;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

img {
	border: 0;
}

#head {
	font-size: 20px;
	font-weight: bold;
}

#subhead {
	font-size: 14px;
	font-weight: bold;
}

#map {
  margin-left: 160px;
  margin-right: 330px;
  height: 90%;
}

#leftcol {
  position: absolute;
  left: 2px;
  top: 56px;
  width: 150px;
  height: 93%;
  padding: 10px 5px 0px 5px;
  background-color: #FFFFFF;
  line-height: 1.6em;
}

#righttop {
  position: absolute;
  right: 2px;
  top: 56px;
  width: 300px;
  height: 30px;
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
}

#rightcol {
  position: absolute;
  right: 2px;
  top: 106px;
  width: 300px;
  height: 93%;
  padding: 10px 10px 10px 10px;
  overflow: auto;
  background-color: #FFFFFF;
  line-height: 1.6em;
}
