#content { 
   height: 900px;
   _height: 930px;
}

#body { 
   height: 870px;
}

#pageBody h1 { 
   font-weight: 100;
   margin-top: 50px;
   font-size: 30px;
   color: #0e55a4;
}

#pageBody a:link { text-decoration: none; color: blue; }
#pageBody a:visited { text-decoration: none; color: blue; }
#pageBody a:hover { text-decoration: underline; color: blue; }
#pageBody a:active { text-decoration: none; color: blue; }

#header {
   height: 79px;
   background: url('/images/header.jpg') no-repeat;
}

#header ul { 
   position: absolute;
   top: 86px;
   left: 5px;
   width: 690px;
   background: #0e55a4;
   text-align: center;
}

#header li { 
   background: none;
   display: inline;
   color: #fff;
   padding-right: 0px;
   padding-left: 0px;
   line-height: 28px;
   margin-left: 2px;
   margin-right: 2px;
}

h2 { 
   font-size: 16px;
   color: black;
   margin-left: 20px;
}