#bd {
  background: white;
  text-align: left;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 3px;
  padding-bottom: 2em;
}

body {
  background: #4c4d4f url(/images/bg.png) repeat-X top left;
  color: #707070;
  font-size: 12pt;
  line-height: 1.3em;
}

#bottomround {
  background: transparent url(/images/bottomround.png) no-repeat top left;
  height: 7px;
  width: 798px;
  margin-bottom: 12pt;
}

.clear {
  clear: both;
}

#container {
  margin: auto;
  width: 878px;
}

#content {
  margin: auto;
  margin-top: 18px;
  width: 798px;
}

#ft {
  font-size: 10pt;
  line-height: 1.1em;
  margin-bottom: 1em;
}

#ft a {
  color: #9D9FA1;
}

h1 {
  color: black;
  font-size: 20pt;
  margin-top: .75em;
  margin-bottom: .5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  color: #6a6a6a;
  font-size: 14pt;
  margin-top: 1em;
  margin-bottom: .25em;
}

.half {
  width: 334px;
}

#hd ul {
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0px;
}

#hd li {
  list-style: none;
  display: inline;
  margin-left: 30px;
}

#hd li a {
  color: #808284;
  text-decoration: none;
  font-size: 14pt;
}

#logo {
  margin-top: 8px;
  background: transparent url(/images/logo.png) no-repeat top left;
  height: 109px;
  width: 363px;
  float: left;
}

#logo span {
  display: none;
}


ol li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 2em;
}

p {
  margin-top: 1em;
}

#toplogin {
  margin-top: 1em;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}

.button {
  margin-top: 7px;
  font-weight: bold;
  font-size: 10pt;
  color: white;
  background-color: #656565;
  padding: 3px 5px 3px 5px;
  border: 1px solid white;
  cursor: pointer;
}

ul li {
  list-style: disc;
  margin-left: 2em;
}

ul, ol {
  margin-top: .5em;
  margin-bottom: .5em;
}