
body
{
    text-align: center;
    color: #500c0c;
    background: wheat url(../images/beigeBG.jpg) repeat;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}


#contents
{
        text-align: left;
		  padding-top : 5px;
        padding-bottom : 20px;
        padding-left : 5px;
        padding-right : 5px;
        background-color: #FFFFFF;
        color: #500C0C;
}

#events
{
        text-align: left;
		  padding-top : 5px;
        padding-bottom : 20px;
        padding-left : 5px;
        padding-right : 3px;
        background-color: #9FC19F;
        color: #004000;
}

#footer
{
		  padding-top : 1px;
        padding-bottom : 1px;
        padding-left : 5px;
        padding-right : 5px;
        background-color: #ffffff;
        color: #004000;
}


#nav{
        background: wheat;
        top : 0px;
        left : 0px;
        width : 155px;
        font-weight: normal;
        line-height: 25px;
        color: #930;
        }

#nav ul, #nav li {
        list-style-type: none;
}

#nav a, #nav li.active li a
{
        color: #930;
        text-decoration: none;
}

#nav a:hover, #nav li a:hover
{
        background-color: #fc6;
        color: #930;
        text-decoration: none;
}

#nav li.active a {
        background-color: #fc6;
        color: #930;
        text-decoration: none;
}

ul 
{
        font-size: 10pt;
        text-align: left;
        color: #024C76;
        line-height: 25px;
        font-family: Arial, Helvetica, sans-serif;
}


p,ol {
        font-size: 10pt;
        text-align: left;
        color: #024C76;
        font-family: Arial, Helvetica, sans-serif;
}

a:link {
        background-color: transparent;
        color: #930;

}

a:hover
{
        background-color: #FC6;
        color: #930;
        text-decoration: none;
}

a:visited {
        color: #930;
}



h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
        font-size: 175%;
		  text-align: center;
		  font-weight: bold;
        padding-right: 0px;
        border-top: 0px solid #fc6;
        border-right: 0px solid #fc6;
        border-bottom: 2px solid #fc6;
        border-left: 0px solid #fc6;
}

h2 {
        font-size: 150%;
        font-weight: bold;
        text-align: center;
        padding-right: 0px;
        border-top: 0px solid #fc6;
        border-right: 0px solid #fc6;
        border-bottom: 0px solid #fc6;
        border-left: 0px solid #fc6;

}

h3 {
    
    width: 65%;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #fc6;
    border-right: 1px solid #fc6;
    border-bottom: 1px solid #fc6;
    border-left: 1px solid #fc6;
}
