html, body, ul, ol, li, p, blockquote, table, tr, td, h1, h2, h3, h4, h5, h6, a, div, img {
margin: 0;
padding: 0;
border: 0;}

BODY {
background: #dff0dc; 
font-family : "Arial Unicode MS",  "Microsoft Sans Serif", "helvetica", sans-serif; 
margin-top: 1px;
min-height: 100%;
height: 100%;
}


TABLE {
background: #86c67c;
border-collapse: collapse; 
width : 100%; 
margin-left: 2px;
margin-right: -10px;
height:100%;
min-height:100%;
} 

.navigation {
width: 151px;
background: #86c67c;
margin: 0px;
padding: 0px;
vertical-align: top;
}

.navigation img{
padding: 0px;
margin-bottom: -4px;
}


.body {
padding: 0px;
vertical-align: top;
background: #dff0dc;
}

A {
color : black; 
}

a:visited{
color:black;
}

a:hover{
color: #a9d7a2;
background-color: #000; }

#nav {
width: 151px;
padding: 0px;
font-family : "Arial Unicode MS",  "Microsoft Sans Serif", "helvetica", sans-serif;
text-align: center; 
margin-bottom: 20px;
margin-top: 0px;
}

#nav ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#nav li {
border: 2px solid black;
}

#nav li a {
display: block;
padding: 2px;
color: black;
text-decoration: none;
background-color: #fff;
}

#nav li a:hover {
display: block;
background-color: #000;
color: #fff;
}

#nav li.here {
background-color: #dff0dc;
color: #a9d7a2;
padding: 2px;
border-right: 2px solid #dff0dc;
}


#heading{
height: 118px;
background-color: #86c67c;
}

h1 {
font-family : "Georgia", "times", serif; 
color: white;
letter-spacing: 12px;
font-size: 70px; 
margin:0px;
font-weight: bold;
padding-left: 10px;
}

p.strapline {
font-family : "Georgia", "times", serif; 
color: white;
font-size: 35px; 
margin:0px;
padding-bottom: 5px;
text-align: right;
font-style: italic;
font-weight: lighter;
}


h2 {
font-family : "Georgia", "times", serif; 
color: #000;
font-size: 30px;
font-weight: lighter;
margin: 10px 0px 10px 20px;
}

h3 {
font-family : "Georgia", "times", serif; 
color: #000;
font-size: 20px;
padding-left: 20px;
padding-right: 20px;
letter-spacing: 2px;
font-weight: lighter;}

h4 {
font-family : "Georgia", "times", serif; 
color: #000;
font-size: 90%;
text-align: right;
padding-right: 20px;
padding-bottom: 20px;}

h5 {
font-family : "Georgia", "times", serif; 
color: #000;
font-size: 20px;
letter-spacing: 2px;
font-weight: lighter;
padding:0px 20px 0px 20px;}

p {
padding: 0px 20px 20px 20px;
}

/*----------------RULE BELOW IS ADDRESS ON DIRECTIONS PAGE, WHEN PRINTED */
p.directions {
display: none;}

img.photo {
float: right;
clear: right;
border: 1px solid #000;
margin: 10px;
}

/*----------------next rule purely so that all other pictures can be turned off in the print style sheet but the map on the directions page stays visible */
img.map {
float: right;
clear: right;
border: 1px solid #000;
margin: 10px;
}

p.contact {
font-size: 80%;
text-align: right;
padding: 0px 5px 0px 0px;
margin-bottom: 20px;
margin-top:10px;
}

ul.dot {
list-style-type: disc;
padding-left: 40px;
padding-right: 20px;
line-height: 150%;
margin-bottom: 20px;}


p.legal {
width: 400px;
font-size: 80%;
border: 1px dotted #86c67c;
margin: 50px 20px 0px 20px;
padding: 20px;
}

abbr, acronym, span.abbr {
cursor: help;
border-bottom: 1px dashed #000;
}

