html {
overflow-x: hidden;
height: 100%;
}

body {
  color:#3D3D3D;
  font: 11px Verdana,Helvetica, Arial, sans-serif;
  text-align:center;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #015B7D url(images/wrap-tile.jpg) repeat-y 50% 0;
}

#container{
  text-align: left;
  position:relative;
  top: 0px;
  width:789px;
  margin-left:auto;
  margin-right:auto;
  bottom:20px;}
  
.leftColumn{
  width:220px;
  margin-left:0px;
  float:left;}

.rightColumn{
  width:569px;
  right: 0px;
  margin-right:0px;
  float:right;}

.contentBox{
  width:559px;
  margin-left:5px;
  background:#fff;
  }

.nav{
  background: #FFF url(images/navbg.jpg) no-repeat;
  }
  
.navBox{  
  background:#FFF url(images/navboxbg.jpg) no-repeat;
  width:200px;
  border-style:solid;
  border-width:2px;
  border-color:#0076A3;
  margin-left:10px;}
  
.infoBox{  
  background:#FDFEDF url(images/boxheaderbg.jpg) no-repeat;
  width:200px;
  text-align:center;
  border-style:solid;
  border-width:2px;
  border-color:#0076A3;
  margin-left:10px;} 

.linksBox{  
  background:#FFF url(images/boxheaderbg.jpg) no-repeat;
  width:200px;
  text-align:center;
  border-style:solid;
  border-width:2px;
  border-color:#0076A3;
  margin-left:10px;} 

.headlineBox{  
  background:#FFF url(images/rightheadline.jpg) no-repeat;
  color:#fff;
  width:569px;
} 

.button {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  color:#000;
  text-decoration:none;}

.textField {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  color:#000000;
  text-decoration:none;
  width:176px;
  height:17px;
  border:1px solid #EAE8E9;
  padding-left:5px;}


.h1 {
    font-family: Tahoma;
    font-size: 34px;
    color: #CC0000;
    font-weight: bold;
    text-align : center;
  }

h3 {
  font-family: Tahoma;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  background:#fff;
}

ul {
  list-style-position: outside;
  list-style-type: square;
  padding: 20px 20px 20px 20px;
  margin: 2px;
  }

.footer {
  clear: both;
  position: relative;
  color:#fff;
  font-family:verdana,sans-serif;
  font-size:9pt;
  padding-top:2px;
  padding-bottom:2px;
  margin:10px 0px 10px 0px;
  background:#0076A3;
  }
  
a:link {
  text-decoration:none; color:#0076A3;
}

a:visited {
  text-decoration:none; color:#0076A3;
  }

a:hover,active {
  color:#0076A3; text-decoration: underline;
  }
