﻿*
{
    font-family:Georgia, Serif;
    font-size:small;
    margin:0;
    padding:0;   
}

#content
{
    position:relative;
}

.emphasized
{
    font-size:16pt;
}

#logo
{
    background:url('img/header.png') no-repeat top center;
    height:350px;
    text-indent:-5000px;
}

#info
{
    color:#993300;
    float:right;
    font-weight:bold;
    margin:-125px 0 0 -125px;
    position:relative;
    text-align:center;
    width:250px;
}

.infoheader
{
    font-size:125%;
    text-transform:capitalize;
}

#info UL
{
    list-style-type:none;
    margin:0;
}

#map
{
    width:100%;
}

#nav
{
    margin:0;
    text-align:center;
    width:100%;
}

#nav LI
{
    background:url('img/asterisk.gif') center left no-repeat;
    display:inline;
    margin:0 auto;
    padding:0 1.5em 0 2em;
    color:#007760;
    font-size:150%;
}

#nav LI.first
{
    background:none;
}

P
{
    margin:.5em;
    text-indent:1em;
}

.section
{
    border-top: #007760 3px ridge;
    color: #007760;
    font-size: 175%;
    margin: .5em 0;
    padding: .25em 0 0 0;
    text-transform: capitalize;
}

STRONG
{
    color:Red;
    text-transform:uppercase;
    font-size:110%;
    font-weight:bold;
}

H2.first
{
    border-top:0 none;
}

.subsection
{
    color:#993300;
    margin:.25em .5em;
    font-style:italic;
    font-size:125%;
    text-transform:capitalize;
}

UL
{
    margin:.5em 3em;
}

#wrapper
{
    border:8px solid #993300;
    margin:5px auto;
    padding:10px;
    position:relative;
    width:80%;
}