﻿h1 {
  font-size: 1.6em;
  color: #6095C1;
  font-weight: bold;
}

h2 {
  font-size: 1.4em;
  color: #6095C1;
  font-weight: bold;
}

.bodyText {
/*  font-size: 0.9em; */
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
}

.bodyText p,ul,ol {
/*  font-size: 0.9em; */
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
  padding-bottom: 12px;
}

.bodyText li {
/*  font-size: 0.9em; */
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
}

.bodyText a {
/*  font-size: 0.9em; */
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
  color: #6095C1;
  text-decoration:none;
  cursor: pointer;
}

.bodyText a:hover {
  text-decoration:underline
}

.boldLink {
  font-family: Arial, Helvetica, sans-serif;
/*  font-size: 0.9em; */
  font-weight: bold;
  color: #6095C1;
  text-decoration: none;
}

.boldLink:hover {
  text-decoration:underline;
}

.inline {
  display: inline;
}

.clear {
  clear: both;
}

#pagebody {
  background-color: white;
  clear: both;
/*  font-size: 0.9em; */
}

#sideNavAndText {
  clear: both;
}

hr{
 height: 1px;
 border: none;
 border-top: 1px solid #999999;
}

