* {
    margin: 0;
    padding: 0;
}

body{
    background-color: #ccc;
    font-family: Helvetica,Arial,sans-serif;
}

a:link, a:visited{
    text-decoration: none;
    color: navy;
}

img {  border-style: none;
}

a[href]:hover{ 
    color: #ccc;
    text-decoration: none;
}

h3{
    margin-top: 1em;
    margin-bottom: 1em;
}


#outer_container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    background-color: white;
    padding: 1em;
}

#header{
    font-size: x-large;
    padding-bottom: 1em;
}

#header img{
    width: 4em;
    height: auto;
    margin-right: 2em;
}


#footer{
    clear: both;
    padding-top: 1em;
    text-align: center;
    border-top: 1px solid #ccc;
    font-size: x-small;
}

#outer_content{
    clear: both;
    margin-bottom: 1em;
    overflow: hidden;
}

#sidebar{
    font-size: larger;
    width: 11em;
    height: auto;
}

#sidebar a:hover{ 
    color: #ccc;
    text-decoration: none;
}

#main_content{
    text-align: justify;
    line-height: 1.5em;
    margin-left: 14em;
}

#main_content p{
    margin-bottom: 1em;
}

#main_content table th{
    text-align: left;
}

#main_content ul{
    list-style-type: disc;
    padding-left: 40px;
}

#main_content ol{
    list-style-type: decimal;
    padding-left: 40px;
}


#main_content .photo{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    font-size: smaller;
    text-align: center;
}

#main_content .photo img{
    margin-bottom: 1em;
    width: 100%;
}

#main_content h2{
    text-align: center;
    margin-bottom: 0.5em;
    }

.link_box {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ccc;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    text-align: center;
    padding-top: 1em;
    padding-bottom : 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.important {
    color: #ff0000;
    font-weight: bold;
}

.map {
    width: 100%;
    text-align: center;
}
.map img {
    width: 70%;
    margin: 2em 0 2em 0;
}

.fineprint {
    font-size: smaller;
    line-height: 1.5;
}

