body {
  background-color: #000000;
  color: white;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  pading-bottom: 0px;
}

.pagecontainer {
/*  position: relative; */
  clear: both;
}

.headercontainer {
/*  position: relative; */
  clear: both;
}

.contentcontainer {
  float:left;
  width: 852px;
/*  position: relative; */
  clear: both;
}

.footercontainer {
  float:left;
  width: 850px;
  height: 122px;
/*  position: relative; */
  clear: both;
}

.blankarea {
  position: relative;
  clear: both;
  height: 40px;
}

.clear {
  clear: both;
}

.spacer {
  float: left;
  width: 10px;
}

.pageheader {
  clear: both;
  width: 850px;
}

.headersection {
  clear: both;
  position: relative;
  background-color: #727272;
  width: 850px;
  height: 270px;
}

.headerblack {
  background-color: #000000;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 110px;
  margin:0;
  padding:0;
}

.headerphoto {
	background-position: top left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 51px;
  width: 800px;
  margin:0;
  padding:0;
  color: #ffffff;
}

.menubox {
	background-position: top left;
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 51px;
  width: 170px;
  height: 110px;
  background-color: #000000;
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  opacity: 0.45;
}

.menuitems {
	background-position: top left;
  z-index: 4;
  position: absolute;
  top: 8px;
  left: 60px;
  width: 170px;
}

.menusel {
  font-family: arial,verdana;
  font-size: 8pt;
  color: #c8de37;
  font-weight: bold;
  text-decoration: none;
}

a.menunonsel {
  font-family: arial,verdana;
  font-size: 8pt;
  color:#ffc000;
  font-weight: bold;
  text-decoration: none;
}
a.menunonsel:hover {
  font-family: arial,verdana;
  font-size: 8pt;
  color: #c8de37;
  text-decoration: none;
}

a.submenu {
  font-family: arial,verdana;
  font-size: 8pt;
  color: #141414;
  text-decoration:none;
  z-index: 2;
}

a.submenu:hover {
  font-family: arial,verdana;
  font-size: 8pt;
  color: #c8de37;
  text-decoration: none;
}

.selected {
  font-family: arial,verdana;
  font-size: 8pt;
  color: #c8de37;
  font-weight: bold;
  text-decoration:none;
}

a.projlink {
  font-family: arial,verdana;
  font-size: 8pt;
  color:#ffc000;
  font-weight: bold;
  text-decoration: none;
}

a.pdflink {
  font-family: arial,verdana;
  font-size: 9pt;
  color: #ffc333;
  font-weight: bold;
  text-decoration:none;
}

a.pdflink:hover {
  font-family: arial,verdana;
  font-size: 9pt;
  color: #0096ff;
  text-decoration: none;
}

a.projlink:hover {
  font-family: arial,verdana;
  font-size: 8pt;
  color: #c8de37;
  text-decoration: none;
}

.contentblankleft {
  float: left;
  width: 240px;
  margin:0;
  padding:0;
  color: #ffffff;
}

.contentsubmenuleft {
  background-color: #727272;
  font-family: arial,verdana;
  font-size: 8pt;
  float: left;
  width: 240px;
  margin: 0;
  padding-left: 0px;
  padding-top: 10px;
  color: #141414;
}

.contentcenter {
  float: left;
  width: 380px;
  margin:0;
  padding:0;
  font-family: arial,verdana;
  font-size: 8pt;
  color: #cecece;
}

.contenthomeright {
  float: left;
  width: 210px;
  font-family: arial,verdana;
  font-size: 8pt;
  color: #505050;
  text-align: right;
}

.contentblankright {
  float: left;
  width: 210px;
  font-family: arial,verdana;
  font-size: 8pt;
}

.contentnavright {
  background-color: #b3b3b3;
  float: left;
  width: 210px;
  font-family: arial,verdana;
  font-size: 8pt;
  color: #505050;
  padding-left: 0px;
  padding-top: 10px;
  text-align: left;
}

a.home {
  font-family: verdana,tahoma,arial;
  font-size: 7pt;
  color: #57b706;
  text-decoration: none;
  font-weight: bold
}
a.home:hover { color: #00abff; }

ul.bullets {
  list-style-type: disc;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 8pt;
  margin-left: 12px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
}

a.numbers {
  color: #fff;
  font-size: 8pt;
  font-family: arial,verdana;
  text-decoration: none;
}

a.numbers:hover {
  color: #c81b00;
  font-size: 8pt;
  font-family: arial,verdana;
  text-decoration: none;
}

.footer {
  position: relative;
/*  background: url(../images/footer-bk.jpg); */
  height: 122px; 
}

.footertext {
	background-position: top left;
  z-index: 2;
  position: absolute;
  top: 45px;
  left: 95px;
  width: 400px;
  margin:0;
  padding:0;
  font-family: arial,verdana;
  font-size: 9pt;
  color: #9db500;
  font-style: italic;
  text-decoration: none;
}

a.footerlink {
  color: #676767;
  font-size: 8pt;
  font-family: arial,verdana;
  font-style: italic;
  text-decoration: none;
}
a.footerlink:hover {
  color: #dea637;
  font-size: 8pt;
  font-family: arial,verdana;
  font-style: italic;
  text-decoration: none;
}
