body {
  background: url(/images/elements/stripes.png) center repeat;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#page {
  margin: 10px auto;
  position: relative;
  width: 700px;
}
#header {
  background: white;
  border: 1px outset #00015F;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
#logo-left, #navigation {
  display: inline-block;
  position: relative;
}
#logo-left {
  margin: 7px 10px 0px 10px;
}
#navigation {
  height: 100%;
  list-style: none outside;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
#navigation .entry {
  display: inline-block;
  font-family: sans-serif;
  font-size: 10pt;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  padding: 0px;
  text-shadow: 0px 1px 0px white;
  text-transform: uppercase;
  vertical-align: top;
}
#navigation .entry a {
  border-bottom: 1px dotted #00015F;
  color: #00015F;
  text-decoration: none;
}
#navigation .entry img {
  border: 0 none transparent;
}
#title {
  background: white;
  border: 1px outset #00015F;
  color: #00015F;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-variant: small-caps;
  font-weight: normal;
  margin: 0px 0px 30px 0px;
  padding: 5px 0px;
  text-align: center;
}
#content {
  background: #FFFFFF;
  border: 1px outset #00015F;
  color: #041E33;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 10px;
}
#content dt, #content dd {
  font-weight: bold;
}
#content dd {
  font-size: xx-small;
  margin: 0px;
}
#footer {
  background: white;
  border: 1px outset #00015F;
  color: #000000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 7.5pt;
  margin: 30px auto 0px auto;
  padding: 10px 0px;
  position: relative;
  text-align: center;
  width: 700px;
}
#footer a {
  color: #00015F;
  text-decoration: none;
}
