#FAQTopDiv
{
  background-image: url('/images/MiddleHighlightsTopDiv.jpg');
  background-repeat: no-repeat;
  height: 4px;
  font-size: 4px;
}
#FAQDiv
{
  border-left: 1px solid #155A66;
  border-right: 1px solid #155A66;
  padding: 5px;
  text-align: justify;
  width: 592px;
}
#FAQDiv h1
{
  font-size: 20px;
  color: #155A66;
  margin-bottom: 5px;
}
#FAQDiv h2
{
  font-size: 16px;
  color: #155A66;
}
#FAQDiv h3
{
  font-size: 12px;
  color: #155A66;
  clear: both;
}
#FAQBottomDiv
{
  clear: both;
  background-image: url('/images/MiddleHighlightsBottomDiv.jpg');
  background-repeat: no-repeat;
  height: 5px;
  font-size: 4px;
  margin-bottom: 5px;
}
.QA
{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.Q
{
  padding-left: 20px;
  background-image: url(/images/Q.jpg);
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.A
{
  padding-left: 20px;
  background-image: url(/images/A.jpg);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
