﻿body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/HTile1.jpg);
    background-repeat: repeat-x;
    height: 256px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 17px;
}

a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

a:hover, a:visited
{
    color: #DFDBDB;
    text-decoration: underline;
}

#container
{
    width: 778px;
    margin: 0px auto 0px auto;
    padding: 0px;
    background-image: url(images/header1.jpg);
    background-repeat: no-repeat;
    }

#headerMenu
{
    padding-top: 6px;
    width: 768px;
    text-align: right;
    font-size: 14px;
}

#headerMenu a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

#headerMenu a:hover
{
    color: #DFDBDB;
    text-decoration: underline;
}

#headerMenu a:visited
{
    color: #CCCCCC;
    text-decoration: underline;
}

#content
{
    width: 735px;
    padding: 10px 15px 10px 15px;
    margin: 181px 0px 0px 5px;
    background-color: #5F5E5B;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    text-align: justify;
    min-height: 475px;
}

h4
{
    padding: 5px;
    background-color: #6D8165;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: Verdana;
    font-variant: small-caps;
}

.imageLeft
{
    margin: 0px auto 0px auto;
    padding: 8px 8px 4px 8px;
    width: 500px;
    border: 1px solid #FFFFFF;
    background-color: #6D8165;
    font-size: 12px;
    text-align: center;
    }
    
.imageLeft img
{
    border: 1px solid #FFFFFF;
}

.imageRight img
{
    border: 1px solid #FFFFFF;
}

.imageRight
{
    float: right;
    margin: 5px 0px 10px 15px;
    padding: 10px;
    border: 1px solid #FFFFFF;
    background-color: #6D8165;
    }

#bottom
{
    clear: both;
    width: 778px;
    height: 30px;
    background-image: url(images/footer3.jpg);
    background-repeat: no-repeat;
    }

#footer
{
    width: 778px;
    margin: 0px auto 10px auto;
    padding: 0px;
    text-align: center;
    color:#FFFFFF;
    font-size: 13px;
    height: 25px;
}

#footer a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover, a:visited
{
    color: #999999;
    text-decoration: underline;
}