html {
  height: 100%;
}

body {
  background-color: #d5e9ed;
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
}

#container {
  background-color: #d5e9ed;
}

h1, h2, h3, h4, h5, h6, strong, th, label {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
  margin: 24px 0 10px;
}

h3 {
  font-size: 16px;
  margin: 16px 0 4px;
}

h4 {
  font-size: 14px;
  margin: 8px 0 4px;
}

p {
  line-height: 20px;
  margin: 0 0 15px;
}

table {
  margin: 8px 0;
}

th, td {
  border: 1px solid #ccc;
  padding: 3px 5px;
}

a {
  color: #c45;
  text-decoration: none;
}
a:hover {
  color: #911;
  text-decoration: underline;
}

ul {
  padding: 0 0 0 30px;
}

ul li {
  list-style-type: disc;
  padding: 4px 0;
}

ul li ul {
  padding: 0 0 0 30px;
}

ul li ul li {
  list-style-type: circle;
}

blockquote {
  margin: 14px 28px;
}


#nav_main {
  font-size: 18px;
  height: 52px;
  margin: 0 auto;
  padding: 0;
  width: 520px;
}

#nav_main li {
  float: left;
  list-style-type: none;
  padding: 0;
}

#nav_main li a {
  background: url(/images/top-nav-item.gif) no-repeat 0 0;
  color: #414d59;
  font-size: 15px;
  display: block;
  font-weight: bold;
  outline: 0;
  padding: 11px 20px 0;
  height: 32px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 2px #ccc;
  width: 85px;
}
#nav_main a:hover {
  background-position: 0 -50px;
}
#nav_main a.last {
  background-image: url(/images/top-nav-item-last.gif);
}

#nav_main h3.logo {
  margin: 0;
}
#nav_main .logo a {
  background: url(/images/top-nav-logo.gif) no-repeat 0 0;
  padding: 11px 0 0 86px;
  width: 184px;
  text-align: left;
}
#nav_main .logo a:hover {
  background-position: 0 -50px;
}

#nav_main:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}


#main_content {
  background: url(/images/main-content-background.gif) repeat-y 0 0;
  margin: 0 auto;
  padding: 20px 50px;
  width: 640px;
}


#header {
  background: url(/images/header.png) no-repeat 0 0;
  color: #333;
  height: 34px;
  margin: 0 auto;
  padding: 27px 0 0;
  text-align: center;
  text-shadow: 0 1px 0 #ccc;
  width: 740px;
}


#footer {
  background: url(/images/footer.png) no-repeat 0 0;
  color: #333;
  font-size: 13px;
  margin: 0 auto;
  padding: 8px 50px;
  text-align: center;
  text-shadow: 0 1px 0 #ccc;
  width: 640px;
}


a.email {
  background: url(/images/email.gif) no-repeat 0 0;
  padding: 0 0 0 20px;
}

a.twitter {
  background: url(/images/twitter.gif) no-repeat 0 0;
  padding: 0 0 0 26px;
}