﻿*
{
     margin: 0;
     padding: 0;
     font-family: Times New Roman, Times, Serif;
     text-align: justify;
     text-justify: newspaper
}

html,
body
{
     background-color: #902e1c;
}

h1,
h2,
h4
{
    font-family: Times New Roman;
    font-size: 13pt;
    }

h1
{
    color: #20220c;
    font: Times New Roman;
    font-size: 18pt;
    text-align: left;
   }

h2
{
    color: #C71B1C;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
}

h3
{
    font-family: Times New Roman;
    font-size: 11pt;
    color: #BA3D1D;
    font-style: italic;
    font-weight: bold;
}


a,
a:active,
a:hover,
a:link,
a:visited
{
     color: #3c210c;
     font-weight: bold;
     text-decoration: underline;
}

a:active,
a:hover
{
     color: #c71b1c;
}

a:visited
{
     color: #575616;
}

p
{
     margin-bottom: 15px;
}

div#header,
div#footer,
div#container,
div#main
{
     margin: 0 auto;
     width: 883px;
}

div#header
{
     line-height: 0;
}

div#container
{
     position: relative;
     background-color: #f7e1ab;
     width: 870px;
     margin-left: 5px;
     overflow: hidden;
}

div#content,
div#content_2
{
     margin: 0 25px;
     overflow: hidden;
}

div#footer
{
     line-height: 0;
}

div#footertext
{
     background-image: url(../cmsimages/footer.jpg);
     background-repeat: no-repeat;
     height: 121px;
     line-height: 1em;
}

div#copyright,
div#ppd,
div#ppd a
{
     font-family: Times New Roman;
     font-size: 12px;
     font-weight: bold;
     margin-top: 30px;
}

div#copyright
{
    float: left;
     text-align: left;
     margin-left: 280px;
     width: 225px;
}

div#ppd
{
     float: right;
     text-align: right;
     margin-right: 110px;
     width: 200px;
}

div#ppd a
{
     color: #511004;
}

