html {
overflow-x: hidden;
height: 100%;
}

body {
  color:#737373;
  font: 11pt "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
  text-align:center;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #EAEAEA url(images/wrap-tile.jpg) repeat-y 50% 0;
}

#container{
  text-align: left;
  position:relative;
  top: 10px;
  width:790px;
  margin-left:auto;
  margin-right:auto;
  bottom:20px;}

.logoBox{
  position:relative;
  margin-left:30px;
}

.homeTextBox{
  width:450px;
  position:relative;
  margin-left:30px;
  float:left;
}

.textBox{
  width:730px;
  margin-left:30px;
  float:left;
}

.menuBox{
  text-align: right;
  position:absolute;
  right:0;
  padding:2px;
  margin-right:30px;
}

.missionBox{
  text-align: right;
  position:absolute;
  right:0;
  margin-right:20px;
  float:left;
}
.footer {
  text-align:right;
  top:375px;
  right:10px;
  position:relative;
  color:#737373;
  font-family:verdana,sans-serif;
  font-size:7pt
}

img.portraitbox {
  border-style: solid;
  border-color:#C0C6CD;
  border-width:1px;
  margin:14px;
  padding:6px
}

A:link {text-decoration:none; color:#737373;}
A:visited {text-decoration:none; color:#737373;}
a:hover,active {color: red; text-decoration: underline overline;}
