body{
  margin: 0;
  padding: 0;
  font-family: verdana, arial, helvetica, sans-serif; 
  background: white;
  color: black; 
  line-height: 1.5em; 
  letter-spacing: 0.05em;
}

#content{  
  background: url(../img/left-top-corner.jpg) no-repeat white;
  margin-top: 3em;
  margin-left: 16em;
  padding-left: 1em;
  padding-top: 1em;
  margin-right: 2em;  
}

#navigation{
  position: absolute;
  background: url(../img/left-top-corner.jpg) no-repeat white;
  top: 3em;
  left: 10px;
  width: 15em;   
}

#header{
  position: absolute;  
  top: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: url(../img/topbg.gif) repeat-x #054e12;
  color: #FFFFFF;
  font-weight: bold;
}

#footer{   
   border-top: 1px solid #DFDFDF;
   background-color: white;   
   height: 2em; 
   margin-top: 1em; 
   padding-top: 0.6em;    
}

#user{
  position: absolute;
  top: 0;
  right: 0;
}

#header a{
  color: white;
  text-decoration: none;
  font-size: 0.8em;
}

#header a:hover{
  text-decoration: underline;
}

#header h1{
  margin: 0;
  font-size: 120%;
  padding-top: 0.2em;
}

#navigation ul{
  list-style-type: none;
  padding-left: 0.5em;
  color: #054e12;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#navigation ul ul{
  font-weight: normal;
  padding-left: 1em;
}

#navigation a{
  text-decoration: none;
  color: #054e12;
}
#navigation ul a:hover{
  text-decoration: underline;
}

h2{
  margin-top: 0;
}

th, td{
  text-align: left;
  padding-right: 2em;
  padding-bottom: 1em;
}
.minorinfo{
    font-size: 0.7em;
    color: gray;
}
.verticaldata td, .verticaldata th{
  border-bottom: 1px solid rgb(223, 255, 227);
  padding: 0.5em 2em 0.5em 0;
}
.horizontaldata td{
  padding: 0 1em 0 0;
}
.horizontaldata th{
  padding: 0 1em 0.5em 0;
}

img{
  border: none;
}

dt{
  font-weight: bold;
}

#map_canvas{
    float: left;
    width: 400px;
    height: 300px;

}
#maptable tr{
    cursor: pointer;
}
#maptable{
  float: left;
  margin-bottom: 5px;
}