body {
  background-color: #1f3a80;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-size: 12pt;
}

.pagetitle {
  font-family: "Swis721 Md BT";
  font-size: 35pt; 
  color: #FFFF00;
  text-align: center;
}

.lightbluetopic {
  font-size: 16pt;
  color: #00FFFF;
  font-weight: bold;
}

.topic {
  font-size: 18pt;
}

.subtopic {
  font-size: 14pt;
  font-weight: bold;
}

.subsubtopic {
  font-weight: bold;
}

.col1 {
  width: 20%;
  text-align: center;
  position: absolute;
  top: 120px;
}

.col2 {
  width: 70%;
  margin-left: 25%;
  margin-right: 5%;
  position: absolute;
  top: 2px;
}

a:link {
  color:#DFD664;
}

a:visited {
  color:#B8B05B;
}

a:active {
  color:#FFF8A7;
}

a:hover {
  text-decoration: none;
}

a.email:link, a.email:visited {
  color: #00FFFF;
}

a.nav:link, a.nav:visited {
  color: white;
  text-decoration: none;
  spacing: 5px;
}

a.nav:hover {
  text-decoration: underline;
  background-color: white;
  color: #1f3a80;
}

.backpage {
  margin-left: 20px;
}

.boldl {
  font-weight: bold;
  text-decoration: underline;
}

.bottomline {
  border-bottom: medium solid white;
}

.disclaimer {
  font-size: 10pt;
}

.green {
  color: #00FF00;
}

.lightblue {
  color: #00FFFF;
}

.red {
  color: red;
  font-weight: bold;
}

span.bold {
  font-weight: bold;
}

span.boldul {
  font-weight: bold;
  text-decoration: underline;
}

span.lightblue {
  color: #00FFFF;
}

span.red {
  color: red;
  font-weight: bold;
}

span.redu {
  color: red;
  text-decoration: underline;
}

span.u {
  text-decoration:underline;
}

.yellow {
  color: #FFFF00;
}

.s2 {
  font-size: 14pt;
}

.phone {
  color: #ffff00;
}

.footer {
  font-size: 10pt;
  text-align: center;
  border-top: solid thin #6495ed;
}

.hrwhite {
  border-bottom: solid thin #ffffff;
}

ul {
  list-style-type: none;
}

li.navlines {
  border-top: medium solid white;
}

ul.dot {
  list-style-image: url(images/bull1_deepblue.gif);
}

UL UL.dot {
list-style-image:url(images/bull2_deepblue.gif);
}

UL UL UL.dot{
list-style-image:url(images/bull3_deepblue.gif);
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: upper-alpha;
}

ol ol ol {
  list-style-type: decimal;
}

li.linespace {
  margin-bottom: 10px;
}




.breadcrumbs {
  color: lightblue;
  font-weight: bold;
  font-size: 10px;
}