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: #0076A3 url(images/wrap-tile-blue.jpg) repeat-y 50% 0;
  }

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

.contentArea {
  margin:5px 10px 0px 10px;
  padding:15px 10px 10px 10px;
  background: #fff url(images/contentbackgroundblue.jpg) no-repeat;
  }
  
h1 {
  font-size:120%;
  display:inline;
}

.leftTextBox {
  width:355px;
  float:left;
  }

.rightTextBox {
  width:375px;
  right: 0px;
  margin-right:10px;
  float:right;
  }

.pressRelease {
  width:700px;
  margin:auto;
  background: url(images/pressreleasepaper.png) no-repeat;
  }
  
.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;
  }

p:first-letter {
  font: bold 300% 'trebuchet MS',arial,sans-serif;;
  margin-right: 6px;
  float: left;
  }

ul {
  list-style-position: outside;
  list-style-type: square;
  padding: 20px 20px 20px 20px;
  margin: 2px;
  }

.testimonial {
  width:700px;
  border-style: solid;
  border-color:#C0C6CD;
  border-width:1px;
  margin:20px auto 20px auto;
  padding:0px;
  background-color: #E9F9FF;
  }

.footer {
  clear:both;
  text-align:right;
  padding:20px 20px 10px 0px;
  color:#737373;
  font-family:verdana,sans-serif;
  font-size:7pt;
  background: #fff;
  }

img.portraitbox {
  border-style: solid;
  border-color:#C0C6CD;
  border-width:1px;
  margin:0px 10px 10px 0px;
  padding:4px;
}

a:link {
  font-weight:bold;
  text-decoration:none;
  color:#4099BB;
  }

a:visited {
  font-weight:normal;
  text-decoration:none;
  color:#4099BB;
  }

a:hover {
  text-decoration:none;
  color:blue;
  }

a:active {
  text-decoration:none;
  color:red;
  }
