html, body {
  padding: 0;
  margin: 0;
}
body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  color: #ff4500;
  font-size: 16px;
  margin-top: 0;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 13px;
}
h4 {
font-size: 12px;
}
.cb {
  clear: both;
}
#top {
  width: 100%;
  height: 27px;
  background: url('/persistent/images/toptile.gif');
}
#header {
  background: url('/persistent/images/header.jpg') no-repeat;
  width: 506px;
  height: 147px;
  float: left;
}
#logocontainer {
  float:left;
  width: 100%;
  background: url('/persistent/images/whitetile.gif') repeat-x;
}
#logo {
  margin-top: 70px;
}
#logo img {
  margin-left: 16px;
}
#wrap {
  margin-top: 180px;
}
#sidenav {
  margin: 0 20px 0;
  padding: 0;
  width: 170px;
  float: left;
}
#sidenav li {
  width: 146px;
  border: 2px solid #ccc;
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}
#sidenav li a {
  text-decoration: none;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#sidenav li a:hover {
  color: #ff5b29;
}
#content {
  float: left;
  width: 580px;
  font-size: 13px;
  color: #666;
  min-height: 300px;
}
#bottom_nav {
  list-style: none;
  margin: 20px 0 0 190px;
  padding: 0;
  display: block;
}
#bottom_nav li {
  display: inline;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
#bottom_nav li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#bottom_nav li a:hover {
  color: #ff5b29;
}
