﻿HTML 
{
    width: 100%; 
    height: 100%; 
}

BODY 
{ 
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url('images/bg_all.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    color: navy;
    font-family: verdana, arial;
    font-size: 10pt;
}

FORM, H1 
{ 
    margin: 0; 
    padding: 0; 
}

A
{
    text-decoration: none;
    color: Navy;
}

A:hover
{
    text-decoration: underline;
    color: Blue;
}

#header 
{
    width: 775px; 
    margin: auto; 
    height: 91px; 
    background-image: url('images/bg_header.png'); 
    text-align: left; 
}

#header H1 B 
{ 
    display: none; 
}

#contentBox 
{ 
    width: 775px; 
    margin: auto; 
    text-align: left; 
}

#content 
{ 
    position: relative; 
    width: 747px; 
    height: 208px; 
    background-image: url('images/bg_gradient.png'); 
    background-position: top; 
    background-repeat: repeat-x; 
    margin-left: 12px; 
}

#menu 
{ 
    padding-left: 5px; 
    padding-top: 1px; 
    font-family: arial; 
    font-weight: bold; 
    font-size: 10pt; 
    color: #cddeff; 
    width: 742px; 
    height: 17px; 
    background-image: url('images/bg_menu2.png'); 
}

#menu A 
{ 
    margin: 0 3px 0 3px; 
    color: #cddeff; 
    text-decoration: none; 
}

#menu A:hover 
{ 
    text-decoration: underline;
    color: white; 
}

.ffield 
{ 
    border: solid 1px #c2be91; 
    color: navy; 
    font-family: verdana; 
}#content b, #content strong 
{
    font-weight: normal;
}

