body{
  height: 100%;
  margin: 0;
  padding: 0;
}

html{
  height: 100%;
}

.content{
  padding: 23px;
  background: #FFFFFF;
  min-height: 238px;
  height:auto !important;
  height:238px;
}

.footer{
  background: #F6F6F6 url(../images/footer_background.jpg);
  height: 20px;
  text-align: right;
  bottom: 0;
  position: absolute;
  margin-left: 12px;
}

.header {
  height: 90px;
  overflow: hidden;
  background-color: #FCFCFC;
}

.leftsidebar{
  min-height: 500px;
  background: #3E3D79 url(../images/body_back.gif);
  padding-right: 4px;
  min-height: 238px;
  height:auto !important;
  height:238px;
}

.map{
  background-color: #FFFFFF;
  height: 216px;
  padding-right: 0px;
}

#wrapper{
  width: 774px;
  margin: 0 auto;
  background: url(../images/body_back2.gif);
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  position: relative;
}

.navigationmenu {
  height:216px;
}

.navigator ul {
  margin: 20px 0px 0 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

.navigator li {
  width: 100px;
  height: 25px;
}

.navigator a, .navigator a:visited {
  display: block;
  padding: 5px 0px 2px 20px;
  text-decoration: none;
  color: #FFFFFF;
  width: 120px;
  font-weight: bold;
  font-size: 1.10em;
}

.navigator li:hover, .navigator li:hover a, .navigator a:hover {
  background-color:#FFFFFF;
  color: #333;
}

.navigator li:hover a {
  background-color:#FFFFFF;
  color: red;
}

.menu{
  background-color: #FFFFFF;
  border: solid black 1px;
}

.menu ul{
  padding-top: 5px;
  list-style: none;
}

