#content div.even, #content div.odd {
  width: 13.5em;
  height: 30em;
  padding: 0.5em;
  float: left;
  margin-bottom: 1em;
}
#content div.odd {
  background-color: #e0ffff;
}
#content div.even {
  background-color: #fff;
}
#content ul.stmap {
  list-style-type: none;
  padding: 0;
}
#content ul.stmap li ul {
  list-style-type: none;
  padding-left: 1em;
}
#content ul.stmap li {
  margin-bottom: 0.25em;
}
#content a.sitemap {
  font-size: 1.05em;
  color:#006;
  text-decoration:none;
}
#content a.sitemap:hover, #content a.sitemap:focus {
  color:#900;
}


