body {
        background-color: #F5E9F5;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
a {
        color: #a61e22;
        text-decoration: none;
}
a:hover {
        color: #EE0000;
        background-color: #E8EBF0;
}
.black800 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #000000;
        text-decoration: none;
}
.black1200 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #000000;
        text-decoration: none;
        letter-spacing: 1px;
}
.black1201 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #000000;
        text-decoration: none;
        letter-spacing: 0px;
}
.titletext {
        font-family: Monotype Corsiva;
        font-size: 28px;
        font-style: italic;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #981E1E;
        text-decoration: none;
        letter-spacing: 2px;
}
.sigtext {
        font-family: Monotype Corsiva;
        font-size: 16px;
        text-align: right;
        line-height: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #981E1E;
        text-decoration: none;
        letter-spacing: 2px;
}
#topnav {
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica;
        font-size:16;

}


#navlist
{
list-style: none outside none;
margin: 0;
padding: 4px;
text-align: right
}


#navlist li
{
display: inline;
position: relative;
top: -15px;
background: #000;
margin: 0 3px 0 0;
padding: 0px 0px 0px 0px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #a61e22;
border: 1px solid #FFF;
color: #FFF;
cursor: pointer;
display: inline;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #369;
top: -15px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}



#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #900;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-top: 1px solid #FFF;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 0;
}
