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

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

#container{
  text-align: left;
  position:relative;
  top: 0px;
  width:790px;
  margin-left:auto;
  margin-right:auto;
  background:#6DCFF6 url(images/contentbackground.jpg) no-repeat;
  bottom:20px;}
  
.leftColumn{
  width:185px;
  margin-left:0px;
  float:left;}

.rightColumn{
  width:605px;
  right: 0px;
  margin-right:0px;
  float:right;}

.contentBox{
  text-align:left;
  width:560px;
  border-style:solid;
  border-width:1px;
  background:#fff url(images/copyboxbackground.jpg) repeat-x;
  }

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

.footer {
  clear: both;
  color:#737373;
  position:relative;
  font-family:verdana,sans-serif;
  font-size:9pt;
  padding-top:2px;
  padding-bottom:2px;
  margin:70px 0px 0px 0px;
  }
  
A:link {text-decoration:none; font-weight:bold; color:#003471;}
A:visited {text-decoration:none; color:#003471;}
A:hover,active {color: blue; text-decoration: underline;}
