/******************************************************************************
* Defines styles for the article pages on the site.                           *
******************************************************************************/

body, p, li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  color: #000000;
  font-weight: normal;
}

p {
  margin-left: 10px;
  margin-right: 10px;
}

h1 {
  font-size: 20pt;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

h2 {
  color: #000000;
  font-size: 105%;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

h3 {
  font-size: 10pt;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  font-weight: bold;
}

h4 {
  font-size: 11pt;
  text-align: center;
  font-weight: bold;
}

a {
  color: BLUE;
  font-size: 10pt;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navBar {
  color: #000000;
  font-size: 9pt;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-weight: bold;
}

a.navBar:hover {
  color: #CC0000;
  text-decoration: none;
}

.navLeft {
  color: #5F1C00;
  font-size: 10pt;
  padding-left: 7px;
  padding-right: 0px;
  text-align: left;
  font-weight: bold;
}

.navLeftIndent {
  color: #000000;
  font-size: 10pt;
  padding-left: 20px;
  padding-right: 0px;
  text-align: left;
  font-weight: bold;
}

a.navLeft:hover, a.navLeftIndent:hover {
  text-decoration: underline;
}

.titleBar {
  font-size: 10pt;
  text-align: left;
  font-weight: bold;
  color: #000000;
}

.titleBar:hover {
  text-decoration: underline;
}

.copyright {
  color: #FFFFFF;
  font-size: 9pt;
  text-align: center;
}

.picLink {
  font-size: 8pt;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: normal;
}

.dropList {
  font-size: 8pt;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}