﻿body {
    margin: 0;
    font-family:Verdana;
    background-color: white;
}

body, td {
    font-size: 9pt;
    line-height: 1.5em;
}

h1 
{
    color: rgb(46,61,134);
    font-family: VERDANA;
    font-size: 14pt;
}
h2 
{
    color: rgb(46,61,134);
    font-family: VERDANA;
    font-size: 12pt;
}
h3 
{
    color: rgb(46,61,134);
    font-family: VERDANA;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 3px;
}
h4
{
    color: rgb(46,61,134);
    font-family: VERDANA;
    font-size: 10pt;
}
P{
    margin-top: 3px;
}

#Header
{
    display: block;
    background-image: url(/Images/Layout/headerbackground.gif);
    background-position: top left;
    background-repeat:repeat-x;
}

#Menu
{
    display: block;
    width:100%;
}

#Content
{
    display: block;
    padding:10px;
    background-image: url(/Images/Layout/topcurve.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


#Footer
{
    position: relative;
    display: block;
    background-image: url(/Images/Layout/bottomcurve.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    color: rgb(46,61,134);
    font-family: VERDANA;
    font-size: 10pt;
    font-weight: bold;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 150px;
}