body {
  background-color: #F2F2F2;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
  color: #808080;
  text-align: center;
  height: 100%;
}

a {
  text-decoration: none;
  color: #51A7FF;
}

a:hover {
  text-decoration: underline;
  color: #51A7FF;
}

ul {
  padding-left: 20px;
}

ul.ul {
  padding-left: 25px;
}

ul.ul.ul {
  padding-left: 30px;
}

#mainlogo {
  width: 139px;
  height: 188px;
  margin: 0px auto;
}

#homecontact {
  position: absolute;
  top: 10px;
  color: #51A7FF;
  left: 5px;
  font-weight: bold;
}

#contact {
  background-color: white;
  color: #808080;
  border-left: 1px solid #51A7FF;
  position: relative;
  left: 66px;
  top: -3px;
  padding: 4px 0px 0px 5px;
  visibility: hidden;
  line-height: 18px;
  cursor: default;
  font-weight: normal;
}

div.row {
  width: 140px;
  clear: both;
  text-align: left;
}

div.row span.item {
  float: left;
}

div.row span.label {
  float: left;
  width: 30px;
}

#searchbox {
  position: absolute;
  top: 10px;
  left: 530px;
  font-size: 10px;
}

#searchbox input {
  border: 1px solid #808080;
  color: #808080;
  width: 120px;
  font-size: 10px;
}
