body {  color: #000099; background-color: #FFFFCC}

a.navbar { text-decoration: none }
a.navbar:active { color: #0000CC }
a.navbar:visited { color: #0000CC }
a.navbar:hover {  color: #000000; background: #CCFFCC}

.email {  font-size: small; color: #FF0000}
.contact { border-color:red; align: absbottom}

#header {
 align:center;
}
#hdrleft {
 position: fixed;
 width: 193px;
 height: 94px;
 top: 0;
 bottom: auto;
 left: 0;
}
#hdrright {
 position: fixed;
 width: 193px;
 height: 94px;
 top: 0;
 right: 0;
 bottom: auto;
}
#hdr {
 position: fixed;
 height: 94px;
 top: 0;
 right: 193px;
 bottom: auto;
 left: 193px;
}
#nav {
 position: fixed;
 height: auto;
 top: 100px;
 bottom: 30px;
 left: 0;
 width: 150px;
 margin: 0px 0px 0px 5px;
 padding: 0px;
 overflow: auto;
 border: 2px;
}
#content {
position: fixed;
 top:100px;
 bottom: 25px;
 left:150px;
 right: 0;

 padding-left: 5px;
 padding-right: 5px;
 width: auto;
 height: auto;
 overflow: auto;
}
#ftr {
position: fixed;
 left: 0;
 top: auto;
 right: 0;
 bottom: 0;
 height: 25px;
 margin: 2px 0px 0px 2px;
}
#navlist {list-style-type: none;}
