body {
  font-family: "Trebuchet MS";
  background-color: #111;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}

a {
  color: #3366ff;
}

a:hover {
  text-decoration: none;
  color: orange;
}

ul a:hover {
  text-decoration: none;
  border: 0;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  float: left;
  width: 323px;
  height: 54px;
}

h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}

h3 {
  font-family: "Trebuchet MS";
  font-size: 13.5pt;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h4 {
  margin: 1em 0 0 0;
  padding: 0;
  font-family: Arial;
  letter-spacing: -1px;
}

p, dl {
  padding: 1em 0;
  margin-bottom: 0;
}

embed, object {
  margin: 1em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.4em;
}

.container_12 {
  margin-bottom: 2em;
  text-align: left;
  float: none;
  clear: both;
}

.container_16 {
  background: #fff url(../../img/16_col.gif) repeat-y;
}

.container_24 {
  background: #fff url(../../img/24_col.gif) repeat-y;
}

#TitleAndNav {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 2em;
  height: 54px;
  line-height: 54px;
}

#Nav {
  height: 50px;
  padding: 0;
  margin: 0;
  line-height: 50px;
}

#Nav li {
  list-style-type: none;
  display: inline;
  line-height: 49px;
  padding: 0;
  margin: 0 0.7em;
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: 13.5pt;
}

#Nav li a {
  color: #eee;
}

#Nav li.selected {
  border-bottom: 3px solid orange;
}

#Nav li a {
  text-decoration: none;
}

#Nav li a:hover {
  border-bottom: 3px solid #600;
}

.meta {
  background-color: #0d0d0d;
  border-top: 1px solid #242424;
  padding: 1em 0 0 0;
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  border-color: #333;
  background-color: #333;
  color: #333;
  height: 1px;
  border-width: 0;
  margin: 1em 0;
  line-height: 1px;
  padding: 0;
}

.divider {
  background-color: #313131;
  background-position: bottom left;
  height: 3px;
  line-height: 3px;
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
  width: 940px;
}

h3 {
  margin: 10px 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #313131;
}

.clear {
  width: auto;
  height: 1px;
}

.more-link {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 5px 0;
}


