body {
background: url('images/tb_background.jpg') no-repeat fixed center left #004C1F; 
margin: 40px;
}

p {
font-family: georgia, times, serif;
font-size: 90%;
line-height: 1.5em;
text-align: center;
color: #004C1F;
}

p.about {
text-align: left;
font-size: 80%;
color: #000;
line-height: 1.2em;
}

p.assoc {
text-align: left;
font-size: 90%;
line-height: 1.1em;
color: #fff;
}


h1 {
font-family: georgia, times, serif;
font-size: 100%;
line-height: 1.5em;
text-align: left;
color: #004C1F;
}


h2 {
font-family: georgia, times, serif;
font-size: 90%;
line-height: 1.5em;
text-align: left;
color: #fff;
}

a:link {
text-decoration: none;
color: #fff;
}

a:hover {
text-decoration: underline;
}

a:visited {
text-decoration: none;
color: orange;
}

a:visited:hover {
text-decoration: underline;
color: orange;
}

p.footer a:hover {
text-decoration: underline;
}

form {
font-family: arial, verdana, san-serif;
font-size: 75%;
line-height: 2.0em;
text-align: left;
font-weight: bold;
}

ul {
font-family: arial, verdana, san-serif;
font-size: 80%;
text-align: left;
line-height: 1.6em;
color: #333;
}

p.about a:link {
text-decoration: none;
color: #000;
}

p.about a:hover {
text-decoration: underline;
}

p.footer {
font-size: .8em;
font-family: georgia, times, serif;
text-align: center;
color: #fff;
margin-left: auto;
margin-right: auto;
}

p.footer a:link {
text-decoration: none;
font-family: georgia, times, serif;
text-align: center;
color: #fff;
margin-left: auto;
margin-right: auto;
}

p.footer a:hover {
text-decoration: underline;
}

#container {
background: #FFF;
position: relative;
border: solid 1pt #000;
margin-left: auto;
margin-right:auto;
margin-top: 50px;
width: 653px;
height: 100%;
}

#hdr {
width: 653px;
}

#bodyblock {
background: #FFF;
position:relative;
width: 653px;
 }
 
 #text {
width: 550px;
margin-right: auto;
margin-left:auto;
text-align:center;
}

#about {
width: 375px;
text-align:left;
margin-left: 25px;
}

#assoc {
position: absolute;
left: 430px;
top: 0px;
width: 180px;
background:#004C1F;
padding: 10px;
}

#table {
width:615px;
text-align: center;
margin-left: auto;
margin-right: auto;
}


#map {
position: absolute;
left: 330px;
top: 0px;
width: 180px;
}


#ftr {
position: relative;
top: -5px;
margin-left: auto;
margin-right: auto;
width: 654px;
 }