#header {
  position: relative;
  padding-right: 2em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #36648b;
  text-align: right;
  font-weight: bold;
  color: white;
}

#body {
  position: relative;
}

#main {
  padding-left: 11.5em;
}

.navBarTop {
  padding-right: 2em;
  background: #eeeeee;
  color: #8080a0;
  font-weight: bold;
  text-align: right;
}

.navBarBottom {
  padding-right: 2em;
  border-top: 1px solid black;
  background: #eeeeee;
  color: #8080a0;
  font-weight: bold;
  text-align: right;
}

.navBarCopyright {
  border-top: 1px solid black;
  font-size: small;
  color: #cccccc;
}

#menu {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 10em;
  background: #eeeeee;
}

.menuSect {
  font-weight: bold;
  background: #36648b;
  color: white;
  padding-left: 6px;
  margin-top: 1em;
  border-top: 1px solid black;
  border-left:1px solid black;
}

.menuItem {
  font-weight: normal;
  font-size: 12px;
  margin: 0.2em 0.2em;
}

.menuItem a:link, .menuItem a:visited {
  padding-left: 6px;
  border-left: 3px solid #eeeeee;
  text-decoration: none;
  }

.menuItem a:hover {
  padding-left: 6px;
  border-left: 3px solid black;
  text-decoration: none;
  background: #d0d0d0;
  display: block;
}

.accreditation {
  padding-left: 6px;
}

#copyright {
  position: relative;
  font-size: small;
}

.newsEntry {
  position: relative;
  left: 10%;
  width: 80%;
  background: #eeeeee;
  padding: 0px 0px 0px 0px;
}

.newsTitle {
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-bottom: 1px solid black;
  background: #cccccc;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.newsDate {
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0em;
  font-size: smaller;
  text-align: right;
  margin: 0px 0px 0.5em 0px;
}

.newsText {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0px 0px 0px 0px;
}

.tableTop {
  background: #cccccc;
  font-weight: bold;
}

.tableOdd {
  background: #eeeeee;
}

.tableEven {
  background: #dddddd;
}

.tableSmall {
  width: 50%;
}

.tableImg {
  text-align: center;
}

.fixed7pc {
  width: 7%;
  text-align: center;
}

.rocksim {
  text-align: center;
}

.imgLeft {
  float: left;
  padding: 2em;
}

.imgRight {
  float: right;
  padding: 2em;
}

.flightLog {
  clear: both;
}

.details {
  position: relative;
  clear: left;
  padding: 5px 0 0 0;
  color: #777;
  }
.details dt {
  float: left;
  font-weight: bold;
  font-size: medium;
  }
.details dd {
  font-size: medium;
  margin-left:7em;
  margin-bottom:0em;
  }
