﻿

body 
{
    font-family: Arial;
    font-size: 12pt; 
    color: #000000;
    margin: 0px;
    background-color: #000000;
    
}



.contentarea
{
 width: 750px;
 background-color: #ffffff;
 height: 800px;
 display: table;
 margin-top: 40px;
    
 }


.header
{
 width: 750px;

 height: 145px;
 background-image: url('images/HeaderBackground.gif');
     
}

.menubar
{
 width: 750px;
 height: 35px;
 background-image: url('images/MenuBackground.gif');    
 text-align: left;
}


.bodycontent
{
 text-align: left;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 20px;
 padding-bottom: 10px;
 width: 730px;
    
    
    }


.footer
{
 width: 100%;
 text-align: center;
 height: 130px;
 margin-top: 20px;
 margin-bottom: 20px;
 color: #ffffff;
 font-family: Times New Roman;
 font-size: 9pt;   
 }


/* ----------  TEXT STYLES  ----------  */

.Titles
{
    font-family: Times New Roman;
    font-size: 28pt;
    color: #503C16;
    float: right;
    border-bottom: solid 1px #503C16;
    width: 730px;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 20px;
}





 /* DROPDOWN STYLES */
.navDropDownMenu
{
    float:left;
    position:absolute;
    border:1px solid #827540;
    background-color:#b5b9bb;
    width:200px;
}
.navDropDownMenu > a
{
    color:#000000;
    display:block;
    font-family:Arial;
    font-size:10pt;
    text-decoration:none;
    padding:5px 5px 5px 5px;
}
.navDropDownMenu > a:hover
{
    color:#FFFFFF;
    background-color:#3d4750;
}
a:link
{
color: #4a300d;
}
a:visited
{
color: #4a300d;

}

a:hover
{
color: Blue;
}
