body 
{
    width:100%;
    margin:0 auto;
    padding:0px;
    background-color:white;
    text-align:center;
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 10pt;
    border: none;
}

#Container
{
    margin: 0 auto;
    text-align:center;
    background-color: white;
    border: none;
}

#ContainerLeft
{display:none;}
#ContainerRight
{display:none;}


#ContainerCenter
{
    margin: 0 auto;
    text-align:left;
    background-color: white;
    border-left: thin #dfedaf 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; 
    margin:0px auto;
    border-top: thin white solid; 
    border-bottom: thin #383838 solid
}

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

#introindex p
{
    margin-left:1em;
    font-size: 1em;
}

#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:#4C533D;
    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;
} 

.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;
}



