a:link {
  color: #FF0000;
  text-decoration: none;
}

a:visited {
  color: #990000;
  text-decoration: none;
}

a:hover {
  background-color: #990000;
  color: #FFFFFF;
  text-decoration: none;
}

body {
  background-color: #eeeeee;
  color: #000000;
  font-size: small;
  font-family: "Lucida Grande", "Verdana", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  }

h1 {
  color: #333366;
  font-size: 200%;
  font-weight: bold;
  text-align:center;
  line-height: 2em;
  margin: 0.25em 0;
  padding: 0.25em 0;
}

h2 {
  color: #333366;
  font-size: 120%;
  font-weight: bold;
  margin:0 0 10px 0;
  padding:0;
}

h3 {
  border-bottom: #333366 1pt solid;
  color: #333366;
  font-size: 110%;
  font-weight: bold;
  line-height: 1em;
}

h4 {
  background-color: #333366;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
}

h5 {
  background-color: #333366;
  font-size: 100%;
  margin-bottom: 5px;
  margin-top: 15px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
}

h6 {
  background-color: #333366;
  font-size: 100%;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
}

hr {
  color: #333366;
}

img {
  margin-bottom: 10px;
  margin-top: 10px;
}

li {
  line-height: 1.15em;
  margin-left: 0px;
  margin-top: 5px;
}

ol {
  margin-left: 30px;
  margin-top: 0px;
}

p {
  line-height: 1.15em;
  margin-bottom: 7px;
  margin-top: 0px;
  text-indent: 0px;
}

pre {
  font-size: 105%;
}

sup {
  font-size: 85%;
  margin-top: 0px;
}

table {
  margin-bottom: 7px;
}

table td {
  line-height: 1.15em;
  margin-bottom: 7px;
  margin-top: 0px;
  text-indent: 0px;
}

ul {
  list-style-type: disc;
  margin: 0 30px 0 0;
}

#nav {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  list-style: none;
  background: #FBFBF2 url(img/nav_bg.gif) repeat-x bottom left;
  }
#nav li {
  float: left;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Verdana", sans-serif;
  font-weight:bold;
  font-size: 80%;
  }
#nav a {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  color: #333366;
  text-decoration: none;
  border: 1px solid #333366;
  border-bottom: none;
  background: #FBFBF2 url(img/off_bg.gif) repeat-x top left;
  }

#nav li a.active {
  color: #990033;
  padding-bottom: 5px;
  border-color: #990033;
  background: #FBFBF2 url(img/on_bg.gif) repeat-x top left;
  cursor:default;
  }

#nav a:hover {
  color: #990066;
  padding-bottom: 5px;
  border-color: #333366;
  background: #FBFBF2 url(img/over_bg.gif) repeat-x top left;
  }

#pageTitle {
}

#bodyContent {
  background-color: #FBFBF2;
  width:750px;
}

#bodyCopy {
  padding:0;
  margin: 0 5px 5px 30px;
}

#container {
  background-color: #FBFBF2;
  margin: 0 auto;
  width: 750px;
}

#navContainer {
  width: 750px;
  overflow: hidden;
}

div {
  margin:0;
  padding:0;
}

.contentList {
  margin: 0 0 0.5em 20px;
}

.inlineTitle {
  font-weight:bold;
}

#footer p {
  padding: 15px;
  font-size: 80%;
  text-align: center;
}