﻿

#header  {
  height: 99px;
  background-image: url('/images/header09.gif');
  width: 800px;
}
.thrColAbsHdr #container {
  width: 800px;
  background: #FFFFFF;
  text-align: left;
  height: auto;
  position: relative;
  margin: auto;
}
.thrColAbsHdr #maincontent {
  min-height: 830px;
  margin: 30px 20px 0 255px;
}
.thrColAbsHdr #footer {
  padding: 0 10px 0 20px;
  background:#000000;
  background-color: #829ECA;
}
.twoColLiqLtHdr #footer p {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#left_menu {
  position:absolute;
  left:0px;
  top:99px;
  width:230px;
  height:694px;
  z-index:1;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.header_main  {
  FONT-WEIGHT: bold; FONT-SIZE: 14pt; COLOR: #829eca; FONT-FAMILY: Tahoma
}
.header_tan  {
  FONT-WEIGHT: bold;
  FONT-SIZE: 14pt;
  COLOR: #D2A255;
  FONT-FAMILY: Tahoma
}
.header_small_blue {
  FONT-WEIGHT: bold;
  FONT-SIZE: 10pt;
  COLOR: #5E81BB;
  FONT-FAMILY: Tahoma
}
.header_small_tan {
  FONT-WEIGHT: bold;
  FONT-SIZE: 10pt;
  COLOR: #D2A255;
  FONT-FAMILY: Tahoma
}
BODY {
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  FONT-SIZE: 12px;
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  BOTTOM: 0px;
  PADDING-TOP: 0px;
  FONT-FAMILY: Tahoma, sans-serif;
  TOP: 0px;
  TEXT-ALIGN: left;
  bgcolor: #000000;
  background-color: #829ECA;
}
.header_sub_blue {
  color: #829ECA;
  font-weight: bold;
}
.body_italic_blue { color: #6A8ABF;
  font-style: italic;
}
.menu { font-size: 8pt;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:active {
  color: #6A8ABF;
  text-decoration: none;
}

A:hover {
  COLOR: #808000;
}
A:visited {
  color: #6A8ABF;
}
#bluebar {
  position:absolute;
  left:230px;
  top:99px;
  width:8px;
  height:824px;
  z-index:3;
  background-color: #AEC0DC;
}.fltlft { /* this class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.header_sub_white {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
