body, td, p, th
{
    font-family: Georgia, Times, serif;
    color: black;
    font-size: small;
    background-color: whitesmoke;
    line-height: 140%;
    text-align: left;
}

a:link { color: steelblue; }
a:visited { color: darkslateblue; }
a:link:hover { color: crimson; }
a:visited:hover { color: orchid; }

.navStyle
{
    font-weight: bold;
    background-color: snow;
    margin: 0 0 0.5em 1em;
}

h2, .subhead1
{
    color: 006666;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: large;
    font-weight: normal;
    background-color: snow;
    padding: 10px 5px 5px 5px;
    border-top: lightsteelblue;
    border-style: dashed none none none;
    border-width: 1px 0 0 0;
    line-height: 140%;
}

.subhead
{
    color: 006666;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: large;
    font-weight: normal;
    background-color: snow;
    padding: 0px 5px 5px 5px;
    line-height: 140%;
}

h3, .h3
{
    color: peru;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: snow;
}

.tagline
{
    font-style: italic;
    font-size: large
}

.news
{
    background-color: snow;
}

.smallfont
{
    background-color: snow;
    font-size: x-small;
}

.bodytag
{
    background-color: snow;
    padding: 10px 5px 10px 5px;
}

.calendar
{
    background-color: snow;
    padding: 10px 5px 10px 5px;
}

.darkgray
{
    background-color: darkgray;
}

.calendarHead {
    background-color: peru;
    color: snow;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
}
.calendarDay {
    background-color: snow;
    color: 006666;
    text-align: center;
    padding: 1px 1px 1px 1px;
    line-height: 100%;
}
.calendarDate {
    background-color: snow;
    text-align: center;
    padding: 1px 1px 1px 1px;
    line-height: 100%;
}
.calendarDateCurrent {
    background-color: snow;
    color: 006666;
    text-align: center;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
    line-height: 100%;
}

.graphic-right-float {
    float: right;
    margin: 0 0 1em 1.5em;
}