body {
background-image: url('images/map_light.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center; 
font-family: "georgia", georgia, serif;
}

a img {
border: none;
}

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

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

a:hover {
text-decoration: underline;
}

a:active {
color: #FEB84A;
}

#container
{
width: 75em;
margin: 10px auto;
color: #333;
border: 1px solid gray;
line-height: 130%;
}

#top
{
padding: 0.5em;
margin-left: 13.5em;
margin-right: 14em;
}

#leftbox
{
float: left;
width: 200px;
height: 60em;
margin: 0;
padding: 0.5em;
border-right: 1px solid gray;
}

#leftbox p {
font-size: 10pt;
text-align: justify;
background-color: #e3e6d5;
}

#leftbox img {
border: 1px solid gray;
padding: 0;
margin: 0;
margin-left: 0.5em;
}

#rightbox
{
float: right;
width: 200px;
height: 60em;
margin: 0;
padding: 0.5em;
border-left: 1px solid gray;
text-align: center;
}

#rightbox p {
font-size: 10pt;
}

.educate-right {
background-color: #e3e6d5;
padding-left: 0.5em;
padding-right: 0.5em;
}

.educate-right h3 {
color: #292173;
}

.educate-right ul {
padding-left: 0.5em;
list-style-type: square;
}

.educate-right a:link {
color: black;
text-decoration: none;
font-weight: bold;
}

.educate-right a:visited {
color: black;
text-decoration: none;
font-weight: bold;
}

.educate-right a:hover {
text-decoration: underline;
}

.educate-right a:active {
color: #FEB84A;
}

#booknav {
margin-left: 25em;
}

#booknav img {
padding-left: 1em;
padding-right: 1em;
}

#topnav {
padding: 1em;
color: #581500;
margin-left: 12em;
}

#topnav ul {
list-style-type: none;
}

#topnav li {
display: inline;
}

#topnav a:link {
border: 1px solid gray;
font-size: 0.8em;
background-color: #292173;
color: #ffefb9;
padding: 0.1em;
font-size: 1em;
text-decoration: none;
}

#topnav a:visited {
border: 1px solid gray;
font-size: 0.8em;
background-color: #292173;
color: #ffefb9;
padding: 0.1em;
font-size: 1em;
text-decoration: none;
}

#topnav a:hover {
background-color: #ffefb9;
color: #292173;
border: 1px solid gray;
font-size: 0.8em;
padding: 0.1em;
font-size: 1em;
text-decoration: none;
}

#content
{
margin-left: 14em;
margin-right: 14em;
background-color: #FEE27F;
border: 1px solid gray;
padding: 1em;
}

#content .tab {
	margin-left: 3em;
}

.left {
float: left;
padding-right: 1em;
}

.left + p {
padding-top: 0;
margin-top: 0;
}

.right {
float: right;
padding-left: 1em;
}

.right + h4 {
text-align: right;
}

.right + h4 + p {
text-align: right;
}

.right + p {
padding-top: 0;
margin-top: 0;
text-align: right;
}

.small {
font-size: 9pt;
font-weight: bold;
}

blockquote {
margin-left: 7.5em;
margin-right: 7.5em;
line-height: 2.5em;
text-align: justify;
}

.quote {
font-size: 20pt;
font-family: "times new roman", times, serif;
}

.gallery img {
width: 170px;
height: 170px;
}

#gallery {
margin-left: 5em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
font-size: 10pt;
text-align: center;
}

#footer a {
font-weight: bold;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }