/* style rules for use with pages that also use Yahoo! YUI reset, fonts, grids */
body {
  background-color: #FFFFFF;
  color: #000066; /* dark blue */
  text-align: left;
  text-indent: 0;
}
p {
  margin:.5em 0 .5em 0;
  text-align:left;
  }
th {
  padding:2px;
  text-align:center;
  font-weight: bold;
  border: 1px solid #5C505A;
}
td {
  padding:2px;
}
pre {
  font-family: Courier, serif;
}
h1 {
  margin: 10px 0;
  font-size: 150%;
  font-weight: bold;
}
h2 {
  margin: 10px 0;
  font-size: 130%;
  font-weight: bold;
}
h3 {
  margin: 10px 0;
  font-size: 110%;
  font-weight: bold;
}
.smlabel {
  font-size: 70%;
  font-weight: bold;
}
.smtext {
  font-size: 70%;
}
.biggertext {
  font-size: 125%;
}
/* page header */
#head-logo {
  float: left;
}
#hd h1 {
  padding: 50px 0 0 190px;
  font-weight: normal;
  font-size: 175%;
  color: 454B8E;
}
#bd {
  clear: both;
}
/* navigation menu */
#navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  border-bottom: 1px solid #ED9F9F;
}
#navigation li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  border-left: 12px solid #c1c3d7;
  border-right: 1px solid #c1c3d7;
  background-color: #2F3462; /*dark  blue */
  color: #FFFFFF;
  text-decoration: none;
}
/* horizontal navigation */
#navigation-h {
  margin: 0;
  padding-top: 5px;
}
#navigation-h li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#navigation-h a:link, #navigation-h a:visited {
  padding: 2px 5px 2px 0.5em;
  border-left: 12px solid #c1c3d7;
  border-right: 1px solid #c1c3d7;
  background-color: #2F3462; /*dark  blue */
  color: #FFFFFF;
  text-decoration: none;
}
#navigation-h a:hover {
  padding: 2px 5px 2px 0.5em;
  border-left: 12px solid #2F3462; /*dark  blue */
  border-right: 1px solid #2F3462;
  background-color: #c1c3d7;
  color: #FFFFFF;
}

#header-bottom {
  border-top: 1px solid #2F3462; /*dark  blue */
  border-bottom: 1px solid #2F3462;
  clear: both;
  margin-bottom: 10px;
  height: 1%; /* for peek-a-boo bug */
}
/* page header */
#tagline {
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 400px;
  float: left;
}
#tagline-right {
  margin: 0;
  padding: 0 20px 0 0;
  text-align: right;
}
/* page footer */
.footer {
  margin-top: 2em;
  margin-bottom: 1em;
  border-top: 1px solid #2F3462; /*dark  blue */
  border-bottom: 1px solid #2F3462;
  font-weight: normal;
  color: #000080;
}
#footer-left {
  margin: 0;
  padding: 0 0 0 20px;
  width: 400px;
  float: left;
}
#footer-right {
  margin: 0;
  padding: 0 20px 0 0;
  text-align: right;
}
.no-ul {
  text-decoration: none !important;
}
/* misc */
#whats-new {
  display: block;
  margin-top: 20px;
  padding: 5px 5px 5px 0.5em;
  text-align: center;
  border-left: 12px solid #c1c3d7;
  border-right: 1px solid #c1c3d7;
  background-color: #c1c3d7;
  color: #000066;
}
.new-item {
  list-style: circle;
  margin: 12px;
  padding: 0;
}
/* for bulleted lists */
.list-dot {
  list-style-type: square;
  padding-left: 1em;
}
.quote {
  color: #454B8E;
  font-style: italic;
  text-align: center;
  padding: 1em 2em;
}
.serif {
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* initial cap */
.versal {
  font-size: 2em;
}
