body {
  color: black;
  font-size: 12px;
  line-height: 165%;
/*  font-family: \"Trebuchet MS\",\"Lucida Grande\",Lucida,Verdana,sans-serif;*/
/*  font-family: \"Verdana\",\"Lucida Grande\",Lucida,sans-serif; */
  font-family: verdana,arial,helvetica,sans-serif;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

h1 {
  font-size: 20px;
  color: #000080;
  font-weight: normal;
}

h2 {
  font-size: 17px;
  color: #008000;
  font-weight: normal;
}

a:link, a:hover, a:visited {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #0B175F;
}

.menu {
  font-size: 10px;
}

.menu ul li a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.menu ul li ul li a {
  text-decoration: none;
  font-weight: normal;
  text-transform: lowercase;
}

.menu ul li a:link, #menu ul li a:hover, #menu ul li a:visited {
  color: #0B175F;
  border: none;
}

.menu ul li:hover a {
color: #0B175F; 
}

.menu ul li:hover ul li a {
color: #0B175F;
}

.menu ul li:hover ul li a:hover {
color: #0B175F;
}

#sidebar ul li a:link, #sidebar ul li a:hover, #sidebar ul li a:visited {
  color: #0B175F;
  font-weight: bold;
  list-style-type: none;
  border-bottom: 1px solid #AAAAAA;
  padding-left: 10px;
  padding-bottom: 2px;
  text-decoration: none;
}

#sidebar ul li a:hover {
  background-color: #EAF6FC;
}

#map {
  color: black;
}

.hr {
  width: 100%;
  height: 0px;
  margin: 0;
  padding: 0;
  border-top: #008000 solid 1px;
}

.icon {
  margin-left: 20px;
  margin-bottom: -7px;
  margin-right: 0px;
}

.highlight {
  color: #0B175F;
  font-weight: bold;

