body {
  background-color: #000000;
}
* {
 font-family: Calibri, Tahoma, Sans-Serif; 
}
#center-page {
  width: 720px;
  margin: 0 auto;
}
#logo {
  text-align: left;
  width: 200px;
  position: relative;
  z-index: 50;
  top: 0px;
  left: -85px;
}
#contentbox {
  width: 700px;
  text-align: left;
  background-color: #fceec8;
  margin-top: 100px;
  /*padding: 10px;*/
  margin-left: 0 auto;
  position: relative;
  top: -233px;
}
#certifications img {
  border: 0px;
  padding: 5px;
}
p {
  padding-left: 10px;
  padding-right: 10px;
}
a {
  color: #fc3f1e;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
  font-weight: bold;
}
ul {
  margin-top: 0px;
}
img {
  border: 0px;
}
.heading {
  font-size: 1.1em;
  font-weight: bold;
}
.row {
  clear: left;
}
.formlabel {
  float: left;
  width: 100px;
}
.halfheight {position: absolute; top: 45%; width: 99%; text-align: center; } /* for IE*/
.elementpos {position: relative; top: -50% } /* for IE */
.navbox {
  float: left;
  height: 40px;
  width: 125px; 
  overflow: hidden; 
  position: relative; 
  margin: 4px;
  background-color: #bfe4f3;
  border: 1px solid #B7410E; 
}
#navlinks {
  float: left;
  height: 50px;
  width: 600px;
}