.page {
     font-family: sans-serif;
     width: 70%;
     max-width: 1000px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 2em;
     padding-bottom: 3em;
     border-bottom: solid 2px #369;
}

h1 {
   font-size: xx-large;
   border-top: solid 2px #369;
   border-bottom: solid 2px #369;
   padding-top: 1em;
   padding-bottom: 1em;
   padding-left: 0em;
   background-image: url("logo100.gif");
   background-repeat: no-repeat;
   background-position: right;
   color: #369;
}

h2, h3 {
   color: #369;
}

ul#tabs {
  width: 100%;
  margin: 5px 0px 0px;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  border-bottom: solid 1px #369;
}

ul#tabs li {
  text-align: center;
  background: url("pest3c.png") no-repeat right top;
  margin: 7px 0 0 5px;
  float: left;
  font-weight: bold;
  border-bottom: #A5A5A5 1px solid;
}

ul#tabs li a {
  text-decoration: none;
  display: block;
  background: url("pest1.png") no-repeat left top;
  padding: 6px 11px 3px;
  font-size: 1em;
  color: #306090;
}

ul#tabs li a:hover {
  color:#EC8F50;
}

ul#tabs li a.selected {
  color: #104070; 
}

.indent {
     margin-left: 1.5em;
}

.phone_labels {
     font-family: courier;
}
