html {
overflow-x: hidden;
height: 100%;
}

body {
  color:#272526;
  font: 10pt "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
  text-align:center;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #272526;
}

#container{
  text-align: left;
  position:relative;
  top: 10px;
  width:790px;
  margin-left:auto;
  margin-right:auto;
  background: #272526;
  bottom:20px;}

#container img{
  vertical-align:top;
}

#contentContainer{
  color:#fff;
  text-align: left;
  position:relative;
  top: 10px;
  width:460px;
  margin-left:auto;
  margin-right:auto;
  background: #76777B;
  bottom:20px;}

.logoBox{
  position:relative;
  margin-left:30px;
}

.homeTextBox{
  width:450px;
  position:relative;
  margin-left:30px;
  float:left;
}

.textBox{
  width:730px;
  position:relative;
  margin-left:30px;
  float:left;
}

.menuBox{
  text-align: right;
  position:absolute;
  right:0;
  padding:2px;
  margin-right:30px;
}

.boxLeft {
  float:left;
  width:203px;
  position:absolute;
  left:0px;
  margin:0px 0px 0px 0px;
  display:inline;
  height:446px;
  background:#76777B;
}

.boxRight {
  float:right;
  width:506px;
  position:absolute;
  right:3px;
  margin:0px 0px 0px 0px;
  display:inline;
  height:446px;
  background:#76777B;
}

.boxCenter {
  width:81px;
  position:absolute;
  left:203px;
  margin:0px 0px 0px 0px;
  display:inline;
  height:446px;
  background:#76777B;
}

.footer {
  text-align:right;
  color:#737373;
  font-family:verdana,sans-serif;
  font-size:7pt;
  background: #272526;
}

img.portraitbox {
  border-style: solid;
  border-color:#C0C6CD;
  border-width:1px;
  margin:14px;
  padding:6px
}

A:link {text-decoration:underline; color:#CCCCCD;}
A:visited {text-decoration:underline; color:#E7E8E9;}
a:hover,active {text-decoration: underline; color:#FFFFFF;}
