﻿body
{
    padding: 1em 3em 3em 3em;
    line-height: 1.5em;
    background-color: #F7ECFF;
}
#header img
{
    float: left;
}
#header h1
{
    padding-left: 20px;
    float: left;
}
#header h2
{
    float: right;
}
#navigation
{
    clear: both;
    font-size: 90%;
    font-family: Verdana, Helvetica, Sans-Serif;
}
#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 1em;
}

#navigation li
{
    display: inline;
}

#navigation img
{
    border-style: none;
}

#navigation a:link, #navigation a:visited
{
    padding: 0.4em 0.5em 0.4em 0.5em;
    color: #FFFFFF;
    background-color: Purple;
    text-decoration: none;
    border-right: 1px solid #711515;
}
#navigation a:hover
{
    background-color: #711515;
    color: #FFFFFF;
}
h1
{
    font-family: Lucida Calligraphy, quill, Script, Times New Roman;
    font-size: xx-large;
    color: Purple;
    padding-left: 30px;
    padding-top: 20px;
}
h2
{
    font-family: Lucida Calligraphy, quill, Script, Times New Roman;
    font-size: large;
    color: Purple;
}
h3
{
    font-family: Lucida Calligraphy, quill, Script, Times New Roman;
    font-size: medium;
    color: Purple;
}
p
{
    text-align: justify;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: small;
}
p.Small
{
    text-align: justify;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: smaller;
}
#footer
{
    clear: both;
    text-align: center;
    font-family: Verdana, Tahoma, Sans-Serif;
    color: Purple;
    padding-top: 4px;
    padding-bottom: 4px;
}