body 
{
    width: 100%;
    margin: 0 auto; 
    padding: 0px;
    background:white url('pinstripe.gif'); 
    background-repeat: repeat; 
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 9pt;
    border: none;
}

#Container
{
    margin: 20px auto;
    text-align: center;
    width: 806px;
    padding: 5px;
    font-size: 1em;
    background-color: #D7DBC8;
    border: thin #dfefaf solid;
}

#ContainerLeft
{display: none;}

#ContainerRight
{display: none;}

#ContainerCenter
{
    margin: 0 auto;
    padding-top: 20px;
    width: 800px;
    text-align: left;
    font-size: 1.1em;
    background-color: white;
    border-left: thin white solid;
    border-right: thin #dfedaf solid;
    border-bottom: thin #dfedaf solid;

}

#linksbar
{
    margin: 0px auto;
    text-align: center;
    width: 800px;
    background-color: white;
    font-size: 1.1em;
    color: black;
    border-left: thin white solid;
    border-right: thin #dfedaf solid;
    border-top: thin white solid;
}

#linksbar p 
{
    line-height: 2.4em;
    background-color: #c2c2c2; 
    float: none;
    width: 800px;
    margin: 0px auto;
    padding-left: 0;
    padding-right: 0;
    border-top: thin white solid; 
    border-bottom: thin #383838 solid;
}

#introindex 
{
    margin: 25px auto;
    text-align: left;
    width: 98%;
    padding: 0;
    font-size: 1em;
    background-color: transparent;
    border: none;
}

#introindex p
{
    margin: 1.5em;
    font-size: 1em;
    background-color: transparent;
}

#introservices 
{
    margin: 25px auto;
    text-align: left;
    width: 98%;
    padding: 0;
    background-color: transparent;
    border: none;
}
 
#introservices p
{
    margin-left: 1em;
    font-size: 1em;
}

#contact
{
    margin: 25px auto;
    text-align: center;
    width: 98%;
    padding: 0;
    font-size: 1em;
    background-color: transparent;
    border: none;
}

#contact p 
{
    margin: 1em;
    text-align: left;
    border: none;
}

ul
{
    margin-top: 1em;
    text-align: left;
    font-size: 1em;
    padding-left: 1em;
    color: black;
    border: none;
}

ul li
{
    margin-left: 1.5em;
    margin-top: .5em;
}

div.banner
{
    margin: 0px auto;
    width: 98%;
    background: #808775;
    text-align: left;
    font-size: 1.25em;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
    font-weight: bold;
    border: none;
}

div.copyr
{

    margin: 0 auto;
    width: 100%;
    background: transparent;
    text-align: center;
    font-size: 1em;
    color: #696969;
    border: none;
}

hr 
{
    width: 90%;
    text-align: center;/*this will align it for IE*/
    margin: 10px auto; /*this will align it right for Mozilla*/
}

blockquote
{
    font-weight: normal;
    font-size: 1em;
    line-height: 1.25em;
    text-align: left;
    border: none;
}
.ppltable
{
    float: right;
    border: none;
}


.bqcenter 
{
    margin-left: 7em;
}

a:link 
{
    color: #6b0407;
    text-decoration: none;
    font-weight: bold;
}

a:visited 
{
    color: #6b0407;
    text-decoration: none;
    font-weight: bold;
}

a:hover 
{
    color: white;
    background: #6b0407;
    font-weight: bold;
    text-decoration: none;
}

a:active 
{
    color: #6b0407;
    text-decoration: none;
}

span.credit 
{
    color: #3a1111;
    font-weight: bold;
}

div.pgprint {display: none;}

.callus
{
    font-size: 1.75em;
    color: #C95600;
    font-style: italic;
    font-weight: bold;
}

#footnote
{
    margin-top: 150px;
    width: 100%;
    height: 90px;
    text-align: center;
    background-color: transparent;
    font-size: .8em;
    font-weight: bold;
    color: #696969;
    border: none;
}




