﻿body
{
    background-color: BLACK;
    font-family: Arial;
    color: #2e3035;
    font-size: 12px;
    margin: 0px;
    direction: ltr;
}

h1
{
    height: 45px; 
    margin-top:20px;
    margin-bottom:10px;
}

h2
{
    height: 35px;
        margin:0px;
}

h3
{
     margin-top:10px;
    margin-bottom:5px;
}

h4
{
    height: 20px;
     margin-top:10px;
    margin-bottom:5px;
}

p
{
    margin:0px;
}


a
{
    color: #af2102;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    font-weight: bold;
}

#page
{
    width: 800px;
    background-image: url(/images/felt.jpg);
    text-align:left;
}

#page .gradient
{
    background-image: url(/images/header_whitegradient.JPG);
    background-repeat: no-repeat;
    width: 800px;
    display: block;
    height: 300px;
    position: absolute;
    z-index: 0;
}


#page .gradient .content
{
    z-index: 1;
}

.breadcrumb
{
    background-color: #000000;
    color: #ffffff;
    font-size: 8pt;
    text-transform: uppercase;
    padding:10px;
    text-align:right;
}

.footer
{
    background-image: url(/images/jeanmarshal_beading.PNG);
    display:block;
    width: 800px;
    height: 45px;
    padding-top: 275px;
    color: White;
    text-align: center;
    font-size: 8pt;
    float: none;
}

.footer a
{
    color:White;
    text-decoration:none;
}