* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ececea;
  font-size: 0.85em;
}

.outer {
  width: 931px;
  background: #ececea;
  position: relative;
  padding-top: 210px;
  margin: 0 auto;
}

h1 {
  width: 200px;
  height: 80px;
  background: url(img/logo.png) no-repeat top left;
  font-size: 0.1em;
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  top: 44px;
}

.topad {
  position: absolute;
  top: 52px;
  right: 0px;
  width: 728px;
  height: 90px;
  background: black;
}

.hidden {
  display: none;
}

a img {
  border: 0px solid black;
}

form fieldset {
  border: 0px solid black;
}

form fieldset legend {
  display: none;
}

.search {
  clear: both;
  margin-bottom: 0.5em;
  text-align: center;
}

.search form label {
  padding-right: 0.5em;
  font-weight: bold;
  font-variant: small-caps;
}

.container {
  margin-bottom: 1em;
}

.sidebar {
  width: 229px;
  float: left;
}

.sidebar div, .adbar div, .main {
  border: 1px solid #8f9a96;
  margin-bottom: 9px;
  padding-bottom: 0.5em;
  background: white;
}

.sidebar div h2, .adbar div h2, .main h2 {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 1em;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
}

h2.boxhead {
  background: #9abf5f;
  color: white;
}

h2.boxhead a, h2.boxhead a:active, h2.boxhead a:visited {
  color: white;
}

.affilnav p {
  margin: 0.5em;
  line-height: 1.2em;
}

.affilnav dl {
  margin: 1em;
}

.affilnav dt {
  border-top: 1px solid #d8deea;
  color: #333;
  padding: 1em;
  margin-top: 1em;
  font-weight: bold;
}

.affilnav dd {
  margin: 0em 1em 0.25em;
}

.newsletter form input {
  float: right;
  margin-right: 10px;
}

.newsletter form input#email {
  width: 155px;
}

.adbar .sponsor {
  text-align: center;
}

.adbar .sponsor h2 {
  background: #fae5c6;
  color: #9a8a70;
  font-size: 1em;
  padding-top: 0.5em;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
}

.program {
  background: #fffbf0;
  text-align: center;
}

.program h2 {
  background: #faeac6;
  color: #b68a29;
  text-align: left;
}

.program h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 0.5em;
  text-align: left;
}

.program p {
  text-align: left;
  line-height: 1.4em;
  margin: 0.5em;
}

.main {
  background: white;
  width: 501px;
  float: left;
  margin: 0px 7px;
}

.adbar {
  width: 182px;
  float: left;
}

#nav {
  position: absolute;
  top: 160px;
  left: 0px;
  width: 931px;
  height: 50px;
  list-style: none inside;
}

#nav ul {
  text-align: center;
  padding-bottom: 23px;
  background: url(img/menuback.png) repeat-x bottom left;
}

#nav li {
  background: #9abf5f url(img/menuitemleft.gif) no-repeat top left;
  display: inline;
  list-style: none inside;
  margin: 0px 3px;
  padding-left: 10px;
  font-size: 1.25em;
  line-height: 1.1em;
}

#nav li a {
  color: white;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
  padding-right: 10px;
  background: url(img/menuitemright.gif) no-repeat top right;
}

#nav li.selected {
  background: #607ebe url(img/menuselleft.gif) no-repeat top left;
}

#nav li.selected a {
  background: url(img/menuselright.gif) no-repeat top right;
}

#topnav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 931px;
  border-bottom: 1px dashed #b3b3b3;
  padding: 0.5em 0em;
}

#topnav .date {
  float: right;
  margin-top: 0.5em;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 0.75em;
  color: #9f9f9f;
}

#topnav ul {
  float: left;
  list-style: none inside;
}

#topnav ul li {
  float: left;
  font-variant: small-caps;
  font-weight: bold;
  padding: 0em 0.5em;
  border-right: 1px solid black;
  list-style: none inside;
}

#topnav ul li.last {
  border: 0px solid black;
}

#topnav ul li a {
  color: black;
  text-decoration: none;
}

.sitemap {
  border-top: 1px dashed #b8b8b6;
  margin-top: 1em;
  padding: 1em;
}

.sitemap ul {
  list-style: none inside;
  width: 80%;
  margin: 0 auto;
}

.sitemap ul li {
  float: left;
  width: 24.8%;
}

.sitemap li dl {
  list-style: none inside;
}

.sitemap li dl dt, .sitemap li dl dd {
  line-height: 1.5em;
}

.sitemap li dl dt {
  font-weight: bold;
}

.sitemap li dl dd a {
  text-decoration: underline;
  color: black;
}

.foot {
  clear: both;
  width: 100%;
  border-top: 1px solid #b8b8b6;
  text-align: center;
  line-height: 1.5em;
  margin-top: 1em;
  padding: 1em 0em 3em;
}

/* Easyclearing hack courtesy of Tony Aslett */
.clearfix:after {
    content: "&nbsp;"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide */

