/****************************
 * Generic selectors
 ***************************/
body {
  background: #6D8EAC;
  margin: 0;
  padding: 0;
  text-align: center;
}


/****************************
 * class definitions
 ***************************/
.body-text {
  color: black;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}


dl.body-text {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}

dd.body-text { margin-left: 20px; padding-bottom: 8px; }
dt.body-text { font-weight: bold; }
ol.body-text { margin-left: 20px; margin-right: 20px; }

ul.body-text {
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 20px;
}

li.body-text {
  color: black;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

sup.body-text {
  font-size: 8px;
  vertical-align: baseline;
  position: relative;
  bottom: +0.50em;
  text-decoration: underline;
}

.body-title {
  color: darkblue;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.footer-heading {
  color: black;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.footer-text {
  color: black;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.drop-cap {
  color: #243E82;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
}

.logo-text {
  color: white;
  display: inline;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-left: 30px;
  text-align: left;
}

.logo-sub-text {
  color: white;
  display: inline;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  margin-left: 65px;
  text-align: left;
}

.menu {
  color: #243E82;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-left: 0px;
  text-align: left;
}

ul.menu {
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 2px;
}

.menu-current {
  color: #AF2022;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
  text-align: left;
}

.menu-heading {
  color: white;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.rss-link {
  background: url(/img/rss.gif) scroll center left no-repeat;
}


/****************************
 * pseudo class definitions
 ***************************/

/* link */
.body-text a:link {
  color: #243E82;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

.footer-text a:link {
  color: darkblue;
  text-decoration: none;
}

.logo-text a:link {
  color: white;
  text-decoration: none;
}

.menu a:link {
  color: #243E82;
  margin-left: 10px;
  text-decoration: none;
}

.rss-link a {
  background: url(/img/rss.gif) scroll center left no-repeat;
  border: none;
  color: #243E82;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 40px;
  text-decoration: none;
  text-align: center;
}


/* visited */
.body-text a:visited {
  color: #243E82;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

.footer-text a:visited {
  color: darkblue;
  text-decoration: none;
}

.logo-text a:visited {
  color: white;
  text-decoration: none;
}

.menu a:visited {
  color: #92A6B4;
  margin-left: 10px;
  text-decoration: none;
}

.rss-link a:visited {
  text-decoration: none;
}


/* hover */
.body-text a:hover {
  color: #FF0000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}

.footer-text a:hover {
  color: #AF2022;
  text-decoration: underline;
}

.logo-text a:hover {
  color: white;
  text-decoration: none;
}

.menu a:hover {
  color: #AF2022;
  margin-left: 10px;
  text-decoration: underline;
}


/* active */
.body-text a:active {
  color: #FF0000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}

.footer-text a:active {
  color: #AF2022;
  text-decoration: underline;
}

.logo-text a:active {
  color: white;
  text-decoration: none;
}

.menu a:active {
  color: #AF2022;
  margin-left: 10px;
  text-decoration: underline;
}

.rss-link a:hover { color: #AF2022; }
