body {
  background-color: #FFFFFF;
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
}

img {
  border: 0;
}

#nav {
  width: 986px;
  margin: 0px auto 0px auto;
  height: 75px;
  position: relative;
}

#nav ul {
  background-image: url(/images/nav-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  list-style: none;
  width: 966px;
  height: 23px;
  margin: 0px auto 0px auto;
  padding: 52px 0px 0px 20px;
  text-align: center;
}

#nav ul li {
  position: relative;
  display: inline;
  padding: 0px 4px 0px 4px;
  margin: 0px;
  line-height: 15px;
}

#nav ul li.selected a {
  background-image: url(/images/nav-selected.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#nav ul li a {
  padding-bottom: 8px;
  font-weight: bold;
  color: #b1b0b0;
  text-decoration: none;
}

#nav ul li a:hover {
  color: #7c7c7c;
}

#nav ul li#spaced {
  padding-right: 117px;
}

#nav .logo img {
  border: 0px;
  color: #FF201C;
  z-index: 10;
  position: absolute;
  left: 438px;
  top: 19px;
}

#container {
  width: 986px;
  margin: 0px auto 0px auto;
  background-image: url(/images/bg-generic.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#inner-container {
  margin: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  padding: 39px 22px 14px 30px;
}

#deep-links {
  width: 926px;
  height: 142px;
  margin: 0px auto 0px auto;
  padding: 4px 0px 0px 60px;
  background-image: url(/images/links-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#deep-links .link {
  float: left;
  width: 180px;
  height: 92px;
  padding: 22px 24px 0px 21px;
  margin-right: -10px;
  background-image: url(/images/link-bg.png);
  background-repeat: no-repeat;
  position: relative;
}

#deep-links .link h3 {
  margin: 0px;
  padding: 0px 0px 3px 0px;
  font-size: 200%;
  letter-spacing: -1px;
  line-height: 100%;
}

#deep-links .link p {
  margin: 0px;
  padding: 0 0 0 2px;
  line-height: 110%;
  font-size: 95%;
  font-weight: normal;
}

#deep-links .link a {
  width: 180px;
  height: 76px;
  top: 20px;
  position: absolute;
  z-index: 8;
  background-image: url(/images/blank.gif);
}

#deep-links .link img {
  float: right;
  position: absolute;
  right: 3px;
  bottom: 5px;
  border: 0px;
}

#footer {
  border-top: solid 1px #D8D8D8;
  text-align: center;
  width: 967px;
  margin: 0px auto 0px auto;
  padding-left: 0px;
}

#footer ul {
  list-style: none;
  margin: 6px 0px 5px 0px;
  padding: 0px;
}

#footer ul li {
  display: inline;
  padding: 0px 4px 0px 4px;
}

#footer ul li a {
  font-weight: bold;
  color: #b1b0b0;
  text-decoration: none;
  font-size: 90%;
}

#footer ul li a:hover {
  color: #7c7c7c;
}

#footer p {
  color: #000000;
  font-weight: bold;
  font-size: 130%;
  margin: 0px;
  padding: 5px 0px 40px 0px;
  letter-spacing: -1px;
}

#footer p span {
  font-size: 60%;
  vertical-align: super;
}