body {
  background-color: #D5D2A9;
  color: #4B4B4D;
  font-family: Helvetica,Arial,Verdana;
  font-size: 12px;
  width: 800px;
  margin: auto;
}

.title,h1 {
  color: #8A8E3D;
}


ul li {

    margin: 0px;
    padding: 0px 0px 0px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #5B5B5B;
    line-height: 20px;
    background: url('../img/drop_closed.png') no-repeat scroll 0px 5px transparent;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    list-style-type: none;

}

a, a:link, a:visited {
  text-decoration: none;
  color: #5B5B5B;
}

img.hslogo {
  margin: 20px 0;
  width: 150px;
}

h1.inline {
  display: inline;
}

div.header_line {
  display: table;
}

div.header_line span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

div.header_separator {
  background-color: #e98f00;
  width: 100%;
  height: 3px;
}

div.main_content {
  margin: 20px 0;
}

#mainframe {
  width: 50%;
  margin: auto;
}
