body {
  background-color: #B1CBEA;
  margin: 0px 0px 0px 0px;
  font-size: 0.69em;
  font-family: Arial, sans-serif;
}

#container {
  background-color: #FFFFFF;
  width: 893px;
  margin: 40px auto 0px auto;
  background-image: url(/images/container-bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#container .base {
  background-color: #B1CBEA;
  background-image: url(/images/container-base.gif);
  background-repeat: no-repeat;
  height: 10px;
}


#inner-container {
  width: 796px;
  background-image: url(/images/inner-container-bg.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 27px 45px 44px 44px;
}

div.clear {
  clear: both;
}

a img {
  border: 0px;
}

#header {
  height: 59px;
  margin: 0px 0px 15px 0px;
}

#header .logo {
  margin: 0px 126px 0px 0px;
}

#header img {
  float: left;
  margin: 38px 0px 8px 0px;
}

#navigation {
  background-color: #A3C2E6;
  height: 30px;
  overflow: hidden;
}

#navigation ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#navigation ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
}

#navigation ul li a {
  float: left;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 118%;
  line-height: 135%;
  font-family: "Century Gothic", Arial, sans-serif;
  padding: 7px 10px 6px 10px;
  color: #FFFFFF;
}

#navigation ul li a:hover {
  background-color: #B9D4EF
}

#navigation ul li.selected a {
  background-color: #6AA4D8;
}

#footer {
   width: 840px;
   margin: 0px auto 23px auto;
}

#footer ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 91%;
  color: #364B79;
}

#footer ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
}

#footer ul li a {
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Century Gothic", Arial, sans-serif;
  line-height: 100%;
  padding: 0px 2px 0px 2px;
  color: #364B79;
}