#menu-vertical {
  width: 450px;
  /*height: 138px;*/
  margin-top: 6px;
  float: right
}

#menu-left {
  width: 450px;
  /*height: 23px;*/
  margin-top: 6px;
  /*padding-top: 98px;*/
  float: left
}

#home {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  width: 400px;
  height: 104px
}

#wrap {
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;

  width: 100%;
  min-height: 100%;
  height:auto !important;
  height: 100%;

  border: none;
  margin: 0;
  padding: 0;
  text-align: left
}

#head {
  z-index: 1;
  position: relative;
  top: 0;

  width: 900px;
  height: 150px;
  background-image: url(../images/logo-top-.gif);
  background-repeat: no-repeat;
  background-color: transparent;

  color: #111;
  font: normal 62.5% verdana;

  border: none;
  padding: 0;
  margin: 0 auto
}

#body {
  z-index: 2;
  position: relative;
  top: 0;

  width: 900px;

  font-size: 8pt;
  font-family: verdana;

  padding-bottom: 50px;
  margin: 0 auto;
  border: none
}

#foot {
  z-index: 999;
  position: absolute;
  bottom: 0;
  /*left: 0;
  right: 0;*/
  left: 50%;

  width: 900px;
  height: 21px;

  color: #aaa;
  font: normal 10px verdana;

  border-top: 1px solid #ccc;
  /*margin: 0 auto;*/
  margin-left: -450px;
  padding-top: 10px
}

p.plain {
  font-size: 8pt;
  font-family: verdana;
  padding: 0;
  margin: 0;
  border: none;
  text-align: justify
}

p.plain a {
    color: #094155;
    font-weight: bold;
    text-decoration: none
}

p.plain a:visited {
    color: #094155;
    font-weight: bold;
    text-decoration: none
}

p.plain a:hover {
    color: #414141;
    font-weight: bold;
    text-decoration: none;
}

p.plainwelcome {
  font-size: 11pt;
  font-family: verdana;
  padding: 0;
  margin: 0;
  border: none;
  text-align: justify
}

p.plainwelcome a {
    color: #094155;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none
}

p.plainwelcome a:visited {
    color: #094155;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none
}

p.plainwelcome a:hover {
    color: #414141;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

#foot a {
  color: #aaa;
  font: normal 10px verdana;
  text-decoration: none
}

#foot a:visited {
  color: #aaa;
  font: normal 10px verdana;
  text-decoration: none
}

#foot a:hover {
  color: #094155;
  font: normal 10px verdana;
  text-decoration: none
}

