html, body {
   height : 100%;
   border : 0;
   margin : 0;
   background-color : #FEFEFE;
}
#container {
   min-height : 100%;
   position : relative;
}
img {
   border : none;
}
.top {
   border-bottom : 1px solid #444;
   height : 95px;
   background-image : url('images/banner5.png');
   padding-top : 25px;
   min-width : 800px;
}
.title_text {
   font-family : verdana, sans-serif;
   padding-left : 80px;
   font-size : 45px;
   text-shadow : 3px 0px 15px #FFF, -3px 0px 25px #FFF;
   letter-spacing : 6px;
   word-spacing : 10px;
   color : #000;
}
.navlink {
   padding : 2px 5px 2px 35px ;
   color : #000;
}
.navlink:hover {
   background-color : #333;
   color : #FFF;
}
.navlink_selected {
   padding : 2px 5px 2px 35px ;
   color : #000;
   background-color : #555;
   color : #FFF;
}
.nav {
   font-family : verdana,sans-serif;
   font-size : 14px;
   letter-spacing : 1px;
   line-height : 35px;
   padding : 20px 22px 0px 0px;
   background-color : #F5F5F5;
   height : 100%;
   position : absolute;
   left : 0px;
}
.content {
   margin-left : 165px;
   width : 600px;
   height : 100%;
   vertical-align : top;
   font-family : verdana, sans-serif;
   line-height : 22px;
   color : #111;
   font-size : 13px;
   padding : 15px 15px 35px 15px;
}
.content img {
  padding : 7px;
}
a {
   text-decoration : none;
}
.content a {
   /*color : #76A;*/
   color : #49B;
}
.content a:hover{
   text-decoration : underline;
}
.bottom {
   background-color : #EEE;
   border-top : 1px solid #CCC;
   min-height : 60px;
   position: absolute;
   width : 100%;
   min-width : 800px;
   bottom: 0px;
}
.bottom img{
   padding : 10px 10px 10px 10px;
}
table {
   height : 100%;
}
h2 {
  font-size : 19px;
  line-height : 25px;
  color : #888;
  font-weight : normal;
  margin-top : 5px;
}
h3 {
  font-size : 16px;
  font-weight : bold;
  margin-top : 3px;
  color : #89A;
  margin-bottom : 2px;
}
.empl, .h3 {
  font-size : 16px;
  font-weight : bold;
  margin-top : 3px;
  color : #89A;
  margin-bottom : 2px;
}
hr {
  border : 0;
  color : #9E9E9E;
  background-color : #9E9E9E;
  height : 1px;
  text-align : left;
}
.citation {
   text-indent : -27px;
   margin : 0px 18px 1px 54px;
}
