﻿/* main site structure */

html { overflow: scroll; }


body 
{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 14px;
    background-color: #EBEBE9;
}

a
{
    color: #808040;
    text-decoration: none;
}

a:active
{
    color: #808040;
}

a:hover
{
    text-decoration: underline;
}



#background
{
    background-position: 50% 0;
    background-image: url(images/bgrnd.gif);
    background-repeat: repeat-y;
    height: 97%;
}

#container
{
    width: 910px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 1px;
    overflow: hidden;
    text-align: center;
    height: 98%;
}

#footer
{
    position: absolute;
    margin-bottom: 5px;
    height:5px;
    display: block;
}


/* The header section div positions */


#logo
{
    width: 910px;
    overflow: hidden;
}



.PageTitleText
{
    font-size: 34pt;
    color: #914D20;
}

.PageSubText
{
    font-size: 18pt;
    color: #878B3F;
    font-style: italic;
}