body
{
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%; /*     background: #8A82AE url(/images/background.png);     background-repeat: repeat-x;      */ /* fallback (Opera) */
    background: #54498D; /* Mozilla: */
    background: -moz-linear-gradient(top, #006454, #54498D); /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#006454), to(#54498D)); /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#006454', EndColorStr='#54498D', GradientType=0);
    min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 90%;
}

#wrapper
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: #006253;
    border: solid 2px #54498D;
}

#bodyContentText
{
    font-size: 80%;
}

a
{
    color: #004080;
}
a:hover
{
    color: #7F4515;
    text-decoration: none;
}

p
{
    margin: .4em 0 .8em 0;
    padding: 0;
}

#header2
{
    margin: 0;
    padding: 0;
}


/* Header styles */

#header
{
    clear: both;
    width: 1000px;
    margin-top: -3px;
    background-color: #006253;
}
#header ul
{
    clear: left;
    text-align: center;
    width: 100%;
    list-style: none;
    margin: 0 0 0 6px;
    padding: 0;
}
#header ul li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* 
style="width: 175; height: 25; font-size: medium; font-weight: bold; color: White;
background-color: #818D68; border-style: ridge; border-color: #688B84"
*/
#header ul li a
{
    display: block;
    float: left;
    margin: 0 0 0 0;
    padding: 0px 10px;
    text-align: center;
    background: #006253;
    border-style: ridge;
    border-color: #688B84;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    left: 0px;
    line-height: 1.3em;
    font-weight: bold;
    height: 38px;
}
#header ul li a:hover
{
    background: #369;
    color: #fff;
}
#header ul li a.active, #header ul li a.active:hover
{
    color: #fff;
    background: #369;
    font-weight: bold;
}
#header ul li a span
{
    display: block;
}

#col1
{
    background-color: White;
    margin: 0;
}
#col1Content
{
    background-color: White;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: medium;
}
p.paraHeader
{
    font-weight: bold;
    font-size: 14pt;
    color: #800000;
    margin-top: 15px;
}

#footer
{
    text-align: center;
}

#footer P
{
    color: White;
}

