html, body {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    margin: 0px;
}

.topleft, .topright {
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  vertical-align: top;
  width: 17%;
}

.topcenter {
  width: 66%;
}



.topmenu {
font-family: Arial;
  background-image: url(images/bar.jpg);
  background-repeat: repeat-x;
  height: 54px;
  text-align: center;
}

.topmenu a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.topmenu a:hover {
  color: #FFFFB0;
}



.left, .right {
  background-color: #eeeeee;
  width: 17%;
  height: 500px;
  padding: 20px 8px 8px 8px;
}

#left, #right {
  width: 100px;
  line-height: 1px;
  height: 1px;
  visibility: hidden;
}

.footer {
  text-align: center;
  border-top: 4px solid #7086B5;
  height: 50px;
  background-color: #eeeeee;
}

.content {
  width: 66%;
  padding: 20px 10px 10px 10px;
}

a:hover {
  color: #FF5223;
}

.header {
  background-color: #5D77A8;
  color: #FFFFFF;
  text-align: center;
}

input {
  font-size: 11px;
}

.enter {
  width: 85px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.ri {
  width: 230px;
}

input, select {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
}

h1, h2, h3 {    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    margin: 5px;
    font-weight: normal;
}