body {
 color: black;
 background-color:white;
 font-size: 12px;
 font-family: courier, serif;
 text-align: left;
 overflow: scroll
 }

acronym { cursor: help }

a {
 color: black;
 text-decoration: none
}

#tab {
 position: relative;
 margin-left: 35px
}

#center {
 text-align: center;
 width: 655px
}

.banner {
 position: absolute;
 top: 0px;
 left: 150px;
 height: 96px;
 border-bottom: double black;
 border-left: double black;
}

.banner img { padding-left: 20px }

.tl {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 150px;
 height: 96px;
 border-bottom: double black
}

.tl img { margin-top: 2px }

.floatball img {
 position: absolute;
 top: 76px;
 left: 130px
}

.ml {
 position: absolute;
 top: 96px;
 left: 0px;
 width: 150px;
 text-align: left;
 border-right: double black;
 height: 476px
}

.ml ul {
 margin: 20px 0px 0px -15px;
 list-style-type: circle
}

.ml li { line-height: 200% }

.ml a { color: white }
.ml a:hover {color: red }
.ml img, .shift {
 position: absolute;
 z-index: -10;
 top: 2px;
 left: 2px;
 visibility: hidden
}

.main {
 position: absolute;
 top: 100px;
 left: 150px;
/* width: 526px;*/
 max-width: 526px;
 height: 732px;
/* max-height: 476px;*/
 overflow: visible;
 border-left: double black
}

h1 {
 color: black;
 font-variant: small-caps;
 font-family: Times, serif;
 font-size: 18pt;
 line-height: 18pt;
 letter-spacing: 0.5pt;
}
.main h2 {
 color: black;
 margin-bottom: -2px;
 font-variant: small-caps;
 letter-spacing: 0.7pt;
 font-size: 14pt;
 font-family: Times
}

.main h1 { margin-top: 20px }
.main h1, .main div, .main p, .main h2 { margin-left: 20px }

.footer {
 position: absolute;
 bottom: 0.44in; /*Doesn't work in Safari for some reason*/
}
.footimg {
 border-top: black double;
 border-bottom: black double
}
.HHP { border: none }
