@charset "UTF-8";

h1, h2, h3, p, li, td
{
    text-align: left;
    padding: 0;

    font-family: 'Century Gothic', Helvetica, Arial;
    font-weight: normal;
}

h1, h2, p, td
{
    margin: 13px 0px;
}

h1
{
    color: #493B23;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #493B23;
    padding: 8px;
}
h2
{
    color: #493B23;
    font-size: 15px;
}
p, li, h3, td
{
    color: #336666;
    font-size: 13px;
}
h3
{
    font-weight: bold;
    font-style: italic;
    margin: 10px 0px 5px 0px;
}
ul
{
    margin: 0;
    padding: 0 0 0 40px;
    text-align: left;
}
li
{
    list-style-type: circle;
    margin: 0;
    min-height: 19px;
}
ul li ul
{
    margin: 10px 0px;
}

ul li ul li
{
    font-size: 11px;
}
.nomp
{
    margin: 0;
    padding: 0;
}
.reference
{
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.central
{
    font-size: 15px;
    padding: 0 80px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}
a
{
    font-family: 'Century Gothic', Helvetica, Arial;
    font-weight: bold;
    color: #660066;
    text-decoration: none;
    font-style: italic;
}
a:hover
{
    color: #CCBBCC;
}
a:visited{}
.smalltopmargin
{
    margin-top: 0px !important;
}
.largebottommargin
{
    margin-bottom: 25px !important;
}
.extraspace
{
    margin-bottom: 25px;
}

@media print{
    #preload, #wallpaperleft, #wallpaperright, #menu, #banner, #subbanner, #footer, .bottomBack, .topBack, .bottomAddThis, .topAddThis, #contact, #footerpic
    {
        display: none !important;
    }
}
