body {
/background-color: rgb(147,17,137);
background-color: tan;

color:black;
}

#container {
color: black;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
margin: 5px auto 0px auto;
background-color: white;
border: 3px solid black;
width: 700px;
text-align: center;
}

#top {
padding: .2em;
background: rgb(195, 153, 96);
border-bottom: 2px solid black;
color: inherit;
}

#top h2 {
padding: 0;
margin: 0;
text-align: center;
font-size: 20px;
letter-spacing: .75em;
color:inherit;
background: inherit;
}

#content {
margin-left: 200px;
border-left: 1px dashed gray;
padding: 1em;
line-height: 1.5em;
position: relative;
}
#content .image-caption-right{
float:right;
clear:left;
font-size: 1.5em;
color: #003466;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
letter-spacing: -0.02em;
text-align: center;
border-bottom: 1px solid Maroon;
border-top: 1px solid Maroon;
padding-bottom:2px;
margin-bottom: 1px;
margin-left:10px;
width: 125px;
			}


#leftlinks .image-caption-left{
font-size: 1.0em;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
text-align:center;
letter-spacing: -0.02em;
border-top: 2px solid blue;
border-bottom: 2px solid blue;
padding-bottom:2px;
margin-bottom: 10px;
margin-right:10px;
width: 125px;
			}


h1 {
padding: 0;
margin: 0;
text-align: center;
font-size: 18px;
font-weight: bold;
border-bottom: 1px dashed  gray;
}

.imageright {
float: right;
padding: 5px;
clear: both;
}

a:link {
color:black; 
background: inherit;
text-decoration: underline;
}
a:visited {
color:purple;
background: inherit;
text-decoration:none;
}
a:hover {
text-decoration:none;
color: white;
background: rgb(147,17,137);
}

a:active {
color:black; 
background: inherit;
}

#leftnav {
float: left;
margin: 0;
padding: 1em;
width: 150px;
}

#leftnav a {
display: block;
text-decoration: underline;

}

#leftnav a:visited {
background-color: white;
color: black;

}

#leftnav a:hover {
background-color: navy;
color: white;
}

#leftnav a:active {
background-color: white;
color: navy;
text-decoration: underline;
}

.location {
border-top: 2px dashed blue;
border-bottom: 2px dashed blue;
display: block;
}

li {
line-height: 1.5em;
font-size: 12px;
text-align: left;
}

.information {
font-weight: bold;
text-align: left;
}

.contactname {
color: blue;
background: white;
}

div#url{display: none;}
div#footer {display: none;}