body {
  background-color: #000000;
  margin:0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

li {
  background-image: url('images/bullet.jpg');
  background-repeat: no-repeat;
  padding-left: 2.1em;
  padding-top: 6px;
  padding-bottom: 6px;
}

a {
  color: #d78110;
  text-decoration: none;
}

a:hover {
  color:#ffffff;
}

span:hover {
  color:#ffffff;
}

.backButton {
  color:#ffffff;
  padding-left:12px;
}

.container {
  width: 730px;
  height: 475px;
  background-color:  #000000;
  color: #ffffff;
  font-family: serif;
  font-size: 12px;
}

.header {
  background-color: #002e69;
  height: 85px;
}

.navbutton {
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 19px;
  color: #d78110;
  background-image: url('images/nav-bg.gif');
  background-repeat: repeat-y;
  padding-left: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  list-style-type: none;
}

.leftbar {
  display: inline;
  padding-right: 40px;
  margin-top: 26px;
  float: left;
}

.content {
  font-size: 13px;
  display: block;
  margin-top: 26px;
  float: left;
  clear: right;
  width:390px;
}

.copy {
  vertical-align: top;
  height:100%;
}

.copyHeader {
  position: relative;
  left: -25px;
  color: #ce7f14;
  font-size: 24px;
  padding-bottom: 5px;
}

.jump {
  color: #ce7f14;
}

#btnBack {
  padding-left: 25px;
}

.footer  {
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-family: sans-serif;
  color: #d1d3d4;
  width: 730px;
  clear:both;
  font-size: 12px;
  background-image: url('images/footer-bg.jpg');
  background-repeat:  no-repeat;
}

.middledot {
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
}

.productList {
  margin-left:50px;
  margin-top:15px;
}

.productLink {
  color: #ce7f14;
  font-size: 18px;
}

.productDetail {
  margin-top:6px;
  margin-left:90px;
}

.productDetail td {
  padding-right:25px;
  font-size: 15px;
  letter-spacing:2px;
}

.menuTable tr {
 horizontal-align:center;
}

.menuTable th {
  padding-left:25px;
  font-size: 14px;
  horizontal-align:center;
}

.projectImageList {
  font-size: 14px; 
  text-align: right; 
  text-decoration: underline; 
  color: #c65a31;
}
