﻿body
{
    background-image: url(Images/WashedoutHands.jpg);
    background-color:Gray;
    background-position: left;
    background-repeat: no-repeat;
    font-family: Palatino;
}
a
{
    color: #551a8b;
}
a:hover
{
    color: Black;
}

.topContent
{    
    width: 700px;
    display: block;
    margin-left: 20px;
    padding: 0px 10px 0px 10px;
    border-bottom: black 1px solid;
}
.topSpacer
{
    width: 700px;
    display: block;
    border-bottom: black 1px solid;
    position: relative;
    top: 15px;
    left: -15px;
    margin-top: 40px;
    margin-left: 20px;
    padding: 0px 10px 0px 10px;
}
.mainContent
{
    width: 700px;
    display: block;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    padding: 25px 10px 25px 10px;
}
.bottomSpacer
{
    width: 700px;
    display: block;
    border-top: black 1px solid;
    position: relative;
    top: -15px;
    left: 15px;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 0px 10px 0px 10px;
}
.bottomContent
{    
    width: 700px;
    display: block;
    margin-left: 20px;
    border-top: black 1px solid;
    padding: 0px 10px 0px 10px;
}
.scriptFont
{
    font-style: italic;
    font-family: 'Lucida Calligraphy';
}
.border
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.navTable
{
    width: 100%;
    position: relative;
    top: 8px;
    /*border-top: 2px solid black;
    border-bottom: 2px solid black;*/
    padding: 0px 0px 0px 0px;
}
.navTable td
{
    vertical-align:top;
    text-align:center;
    height:35px;
    padding:0px 0px 0px 0px;
    border-right: 1px solid black;
}
.bottomTable
{
    width: 100%;
    /*border-top: 2px solid black;
    border-bottom: 2px solid black;*/
    padding: 3px 3px 3px 3px;
}
