/* CSS Document */

* {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

.bannertext {
  left: 260px;
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  vertical-align: top;
  position: relative;
}

.bannertext a {
  color: #ffffff;
  font-weight: bold;
}

.bannerlinks form {
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

.bannerlinks input {
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 12px;
  color: #444444;
  font-weight: normal;
}

.bannerlinks a {
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 14px;
  color: #202060;
  font-weight: bold;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  display: block;
  position: relative;
  background-color: #e4e4f1;
}

.bannerlinks a:hover {
  background-color: #f4f4ff;
  color: #000000;
}


.sections {
  float: right;
  vertical-align: top;
  width: 650px;
  text-align: left;
  line-height: 1.5em;
  padding-top: 10px;
}

.sections h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1em;
  color: #202060;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sections h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  color: #202060;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sections h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  color: #202060;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sections .title {
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.sections .description {
  margin: 0px;
  padding: 0px;
  font-size: 0.8em;
  text-align: center;
}

.sections table, .sections ul, .sections ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}


.navigators>ul, .navigators>ul>li {
  list-style-image: none;
  list-style-type: none;
  list-style-position: inherit;
  padding: 0px;
  margin: 0px;
}

.navigators ul, .navigators li {
  list-style-image: none;
  list-style-type: none;
  list-style-position: inherit;
  padding: 0px;
  margin: 0px;
}

.navigators {
  float: left;
  vertical-align: top;
  width: 180px;
}

.navigators .navigator {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  width: 180px;
}

.navigators .navigator h2 {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e4e4f1;
  padding: 5px;
  margin: 0px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}

.navigators .navigator ul {
  padding: 0px;
  margin: 0px;
  bottom-margin: 10px;
  width: 180px;
}

.navigators .navigator li {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  list-style-image: none;
  list-style-type: none;
  border-style: none;
  width: 180px;
  padding: 0px;
  margin: 0px;
  margin-top: -2px;
}

.navigators .navigator a {
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  margin: 0px;
  color: #202060;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-left: 40px;
  background-image: url(bullet.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-color: #d4d4e1;
  border-top: 1px solid #fff;
}

.navigators .navigator a:hover {
  background-color: #e4e4f1;
  background-image: url(bullethover.png);
  color: #000000;
}




.smallprint {
  font-size: 9px;
  color: #444444;
  text-align: left;
  padding: 5px;
}

.smallprint a {
  font-size: 9px;
  color: #444444;
  font-weight: bold;
  text-decoration: none;
}

.smallprint a:hover {
  font-size: 9px;
  color: #444444;
  font-weight: bold;
  text-decoration: underline;
}

.smallprintlinks {
  font-size: 9px;
  color: #909090;
  text-align: right;
  padding: 5px;
}

.smallprintlinks a {
  font-size: 9px;
  color: #909090;
  font-weight: bold;
  text-decoration: none;
}

.smallprintlinks a:hover {
  font-size: 9px;
  color: #909090;
  font-weight: bold;
  text-decoration: underline;
}

