html, body, .h1, .h2 {
 margin: 0px;
 padding: 0px;
}
img {
 border: 0px;
}
a {
 color: #0007E5;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #0007E5;
 text-decoration: underline;
}
hr {
 color: #BBBBBB;
 height: 1px;
}
body {
 background: #E5E7F3;
 text-align: center;
 font: 12px arial, sans-serif;
 color: #000000;
}
table {
 text-align: center;
 font: 12px arial, sans-serif;
 color: #000000;
}

/** layout **/
#wrapper {
 text-align: left;
 margin: auto;
 width: 718px;
 position: relative;
}
#header {
 position: center;
 top: 0px;
 left: 0px;
 width: 718px;
}
#body {
 position: center;
 top: 161px;
 left: 0px;
 width: 718px;
}

/** top **/
#header {
 background: url(images/headernav.jpg) no-repeat;
 padding-top: 0px;
  height: 161px;
  width: 718px;
}
#nav {
 height: 27px;
 position: relative;
 top: 107px;
 left: 139px;
 width: 579px;
}
#map {
 height: 27px;
 position: absolute;
 top: 134px;
 left: 320px;
}

/** body **/
#body {
 background: url(images/body.jpg) no-repeat #FFFFFF;
 height: auto;
 min-height: 439px;
 width: 718px;
 position: absolute;
 top: 161px;
}
.h1 {
 font: 18px "Arial Narrow", serif;
 font-weight: bold;
 font-style: italic;
 text-transform: uppercase;
 color: #2B1FA8;
 margin-left: 10px;
 margin-right: 5px;
}
.copyright {
 font: 9px "Arial", serif;
 color: #000000;
}