body {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #CACACA;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #444466;
}

img {
  border-style: none;
}

.topmargin {
  height: 50px;  
}

.page {
  width: 800px;
  height: 740px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border-top: 1px solid #CECECE;
  border-left: 1px solid #CECECE;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 0;
  position: relative;
}

.grid1 {
  top: 50px;
  left: 55px;
  height: 600px;
  width: 700px;
  border-top: 1px solid #3333AA;
  border-left: 1px solid #3333AA;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.logobox {
  width: 127px;
  height: 60px;
  top: 25px;
  right: 35px;
  position: absolute;
  z-index: 2;
}

.sidecontainer {
  width: 100px;
  height: 50px;
  position: absolute;
}

.sidearm {
  width: 50px;
  height: 1px;
  border-top: 1px solid #CCCCCC;
  top: 15px;
  left: 0px;
  position: absolute;
}

.sidebox {
  width: 50px;
  height: 50px;
  top: 0px;
  left: 50px;
  position: absolute;
  text-align: center;
  font-size: 11px;
}

.sidebox img {
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;  
}

.title {
  left: 30px;
  top: 20px;
  position: absolute;
}

.mainbody {
  height: 550px;
  width: 560px;
  left: 140px;
  top: 80px;
  position: absolute;
}

#quadrant {
  margin-left: 30px;  
  margin-top: 55px;
}

.img_transp {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.img_transp:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

#current {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

.box3d {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-left: none;
  border-top: none;
  padding: 0;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #F2F2FF;
}

.box3dheader {
  background-color: #E1E1EE;
  color: #444499;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.box3dheader a {
  text-decoration: none;
  color: #444499;
}

.box3dheader a:hover {
  color: #BB4444;  
}

.box3dbody {
  padding: 10px;
  color: #666688;
  font-size: 9pt;
}

.box3dbody a {
  text-decoration: none;
  color: #666688;
}

.box3dbody a:hover {
  color: #BB4444;  
}

.project_image {
  border: 1px solid #AAAAAA;
}

.project_image_with_border {
  background: #DADADA;
  padding: 3px;
  border: 1px solid #AAAAAA;
}

.left {
  float: left;
}

.right {
  float: right;
}

.footer {
  clear: both;
  width: 794px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  background-color: #CACACA;
  text-align: right;
  font-size: 9pt;
  font-weight: bold;
  color: #555566;
}
