/* Author: Johna Latouf.    Date: December 1, 2005.     All contents copyright 2005 Johna Latouf unless otherwise stated */


body {
  background-color: #102210;
  background-image: url(bg_bar.jpg);
  background-repeat: repeat-x;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  color: 4E6C4E;
  text-align: center;
  margin: 0 0 0 0;
  height: 100%;
}

#header {
  background-color: #6C807F;
  background-image: url(fly_top.jpg);
  position: absolute;
  margin: 0 0 0 0;
  top: 0;
  width: 781px;
  left: 0;
  height: 133px;
  z-index: 2;
}

#topBar {
  background-color: #6C807F;
  background-image: url(bar.jpg);
  position: absolute;
  margin: 0 0 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 133px;
  z-index: -1;
}



#right {
  background-image: url(fly_side.jpg);
  background-position: right;
  position: absolute;
  margin: 0 0 0 0;
  top: 133px;
  width: 245px;
  left: 536px;
  height: 89px;
}

#content {
  position: absolute;
  overflow-y: scroll;
  background-color: #9CB79B;
  top: 144px;
  left: 15px;
  height: 406px;
  width: 500px;
  overflow-x: auto;
  scrollbar-3dlight-color:#D6F9D5; 
  scrollbar-arrow-color:#476445;
  scrollbar-base-color:#9BB7AF;
  scrollbar-darkshadow-color:#0D3E30;
  scrollbar-face-color:#9BB7A6;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#384756;
}


p.update {
  border-width: 1px;
  border-color: #384756;
  border-style: dashed;
  padding: 3px 3px 3px 15px;
  margin: 10px 5px 10px 5px;
  text-align: left;
  font-size: 10pt;
  text-indent: -5px;
}

span.date {
  font-weight: bold;
  color: #D6F9D5;
}

h2 {
  color: #0D3E30;
  margin-top: 5px;
  text-transform: uppercase;
}

a {
  font-weight: bold;
  padding: 0 2px 0 2px;
  color: #6C6E39;
  text-decoration: none;
}
  
a:hover {
  background-color: #D2D81D;
  color: #61640D;
}

#sideMenu {
  width: 180px;
  text-align: center;
  font-size: 14pt;
  text-transform: uppercase;
  position: absolute;
  top: 240px;
  left: 590px;
}

#sideMenu p {
  margin: 9px 0 9px 0;
  background-color: #40544B;
  width: 180px;
  border-width: 1px;
  border-style: solid;
  border-color:#88A48E;
  padding: 3px 0 3px 0;
}

#sideMenu a {
  color: #CCE6DA;
  font-weight: 20pt;
}

#sideMenu a:hover {
  background-color: #40544B;
  color: #E0E795;
  border-style: dotted;
  border-width: 1px;
  border-color: yellow;
}

#bottom {
  font-size: 8pt;
  width: 100%;
  position: absolute;
  top: 560px;
  left: 0;
  text-align: center;
  background-color: #40544B;
  height: 25px;
  margin: 0 0 0 0;
}

h5 {
  margin: 5px 5px -10px 5px;
  border-color: #384756;
  border-style: dashed;
  border-width: 1px 1px 0 1px;
  text-transform: uppercase;
  font-weight: 20pt;
}

h3 {
  margin: 5px 5px -10px 5px;
  border-color: #384756;
  border-style: dashed;
  border-width: 1px 1px 0 1px;
  text-transform: uppercase;
  font-weight: 25pt;
}
