#title-bar {
  width: 100%;
  height: 140px;
  position:absolute;
  margin: 0px;
  top: 0px;
  left: 0px;
}

#title-bar > #title-bar-logo {
  position: absolute;
  top:     20px;
  left:    13px;
}

#title-bar-logo > IMG { width:  205px; height: 111px; }

#title-bar > #title-bar-address {
  position: absolute;
  top: 34px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #2E3191;
  font-family: Century Gothic, Eras Light ITC, Sans-Serif;
  font-size:   12px;
}

#title-bar-address SPAN { font-size: 16px; }

#title-bar > #title-bar-phone {
  position: absolute;
  top: 37px;
  right: 5px;
}

#title-bar-phone > IMG { width: 274px; height: 46px; }

#title-bar > #title-bar-page {
  position: absolute;
  top: 110px;
  left: 240px;
  right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  font-family: Century Gothic, Courier New;
  font-size:   16px;
  font-weight: Bold;
  color:       #FFFF00;
  display:     block;
}

#nav-menu {
  position: absolute;
  top:  150px;
  left:  10px;
}

#nav-menu ul {
  border: 3px solid black;
  list-style-type: none;
  width: 200px;
  margin: 0px;
  padding: 0px;
}

#nav-menu ul li {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:   12px;
  font-style:  Normal;
  line-height: Normal;
  font-weight: Bold;
}

#nav-menu .nav-header {
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;

  background-color: #3030C0;
  color:       #FFFF00;
}

#nav-menu .nav-item {
  background-image: url('images/bullet.gif');
  background-position: 4px 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 24px;
}

#nav-menu .nav-subitem {
  background-image: url('images/bullet2.gif');
  background-repeat: no-repeat;
  background-position: 20px 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 40px;
}

#nav-menu .nav-item,
#nav-menu .nav-subitem {
  background-color: #A8D0FF;
  background-repeat: no-repeat;
  color:       #000000;
}

#nav-menu .nav-item:hover,
#nav-menu .nav-subitem:hover {
  background-color: #F8E880;
}

#nav-menu A  { text-decoration: none; }
#nav-menu A:link    { color: #6000C0; }
#nav-menu A:visited { color: #6000C0; }
#nav-menu A:hover   { color: #B00000; }
#nav-menu A:active  { color: #0000FF; }

#body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 4px 20px 4px 4px;
  border: inset;
  overflow-x: scroll;
}

BODY {
  margin: 150px 20px 20px 200px;
  background-color: #8FD1FF;
}

H1 {
  font-family: Century Gothic, Courier New;
  font-size:   16px;
  font-weight: Bold;
  color:       #FFFF00;
  display:     block;
}

.body
{
  font-family: Century Gothic, Arial, Helvetica, Sans-Serif;
  font-size:   14px;
  font-style:  Normal;
  line-height: Normal;
  font-weight: Normal;
  color:       #000000;
}

.title
{
  font-family: Arial Black, Arial, Helvetica, Sans-Serif;
  font-size:   16px;
  font-weight: Bold;
}

.subP
{
  margin-left: 10px;
}

IMG
{
  border: 0;
}

TH.body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:   16px;
  font-weight: Bold;
  text-align:  left;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: black;
}

TD.body
{
  padding-bottom: 20px;
}

TD.title
{
  font-family: Century Gothic, Eras Light ITC, Sans-Serif;
  font-size:   12px;
  font-weight: Normal;
  text-align:  center;
}

TD.nav
{
  font-family: Century Gothic, Courier New;
  font-size:   16px;
  font-weight: Bold;
  color:       #FFFF00;
  display:     block;
}

TABLE.nav
{
  background-color: #A8D0FF;
  margin-left:      10px;
  border:           solid 3px #000000;
}

TABLE.nav A
{
  display: block;
}

TABLE.list
{
  font-family: Tahoma;
  font-size:   12px;
}

TH.list
{
  text-align:  center;
}

INPUT.login, SELECT.login
{
  font-family: tahoma;
  font-size:   12px;
}

HR
{
  color: #000000;
}

A:link
{
  text-decoration: none;
  color: #6000C0;
}

A:visited
{
  text-decoration: none;
  color: #6000C0;
}

A:hover
{
  text-decoration: none;
  color: #B00000;
}

A:active
{
  text-decoration: none;
  color: #0000FF;
}

.selections
{
  vertical-align: top;
  padding-bottom: 10px;
}

TD.cell
{
  border: 1px solid black;
}

TD.cell:hover
{
  background-color: #F8E880; //#FFFFFF;
  cursor:           hand;
}

.RequestForm LABEL
{
  width: 150px;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  display: block;
}

.RequestForm TEXTAREA
{
  width:  390px;
  height: 180px;
}

.RequestForm INPUT.FormButtom
{
  font-family: Century Gothic, Eras Light ITC, Sans-Serif;
  font-size:   12pt;
  width:       100px;
}

IMG.map
{
  border: 1px solid black;
}

IMG.map:hover
{
  cursor: hand;
}

