﻿body 
{
    font-family: Arial;
    font-size: 12px;
    color: #303030;
    background-color: #e0e0e0;
}

.headerImage
{
    display: block;
    background-image: url(images/header_01.gif);
    width: 800px;
    height: 186px;
    border: solid 1px #11332b;
    border-bottom: 0px;
}

.contentarea
{
    border: solid 1px #11332b;
    border-bottom: 0px;
    border-left: 0px;
    text-align: justify;
    font-size: 11px;
    background-color: White;
    width:620px;
    padding-top: 10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;
}

.menubar
{
    background-color: #d7e3e0;
    border: solid 1px #11332b;
    border-bottom: 0px;
    width:160px;
    padding-top: 10px;
}

.menubar a
{
    display: block;
    padding: 5px 0px 5px 20px;
    margin-right: 2px; 
    color: #fc9706;
    text-decoration: none;
    font-weight: bold;
    width:160px;
    border-bottom: solid 1px #11332b;
}

.menubar a:hover
{
    background-color: #11332b;
    color: white;
}

.footer
{
    background-color: #7fa49b;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border: solid 1px black;
}

.footer a
{
    font-size: 10px;
    color: #11332b;
    text-decoration: none;
    margin-right: 5px; 
    margin-left: 5px;  
}

.footer a:hover
{
    color: white;
}

.title
{
    font-size:18px;
    color:#fc9706;
    font-weight:bold;
    font-style:italic;
}




p
{
    text-indent:15px;
}

.professional
{
    font-size:18px;
    color:#11332b;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    text-transform:uppercase;
}

.contact_tbl
{
    background-color: #d7e3e0;
    margin-left:5px;
    font-family: Arial;
    font-size: 9pt;
    text-align: left;
    color: #000000;
    font-weight:bold;
    padding: 5px;
}

.contact_heading
{
    background-color: #11332b;
    padding-top: 4px; 
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px; 
    margin-bottom: 5px; 
    margin-left: -5px;
    font-size: 10pt; 
    color: white; 
    font-weight: bold; 
    font-family:Arial;
}

h1
{
    font-size:18px;
}

h2
{
    font-size:16px;
}


h3
{
    font-size:18px;
    color:#fc9706;
    font-weight:bold;
    font-style:italic;
    
    
}