﻿body 
{
    padding: 0px 0px 0px 0px;
    margin: 0px; 
    color: #191970; 
    font-size: 12px;
    font-family: Arial; 
    background-color: #e1e1e1; 
    height: 100%; /* needed to assign 100% to other objects */
    background-position: center top; 
    background-image: url(_images/Web_Template_0208_bg.jpg); 
    background-repeat: repeat-y;   
}
div 
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
img
{
    border-width: 0px;
}

#background
{
    position: absolute;
    z-index: 0;
    top: 0px; left: 50%;
    margin-left: -375px;
    height: 100%; width: 750px;
    background-position: center top; 
    background-image: url(_images/Web_Template_0208_bg.jpg); 
    background-repeat: repeat-y;
}  
#header
{
    position: absolute; 
    z-index: 1; 
    top: 0px; left: 50%; 
    margin-left: -375px;
}
#menu
{
    position: absolute;
    z-index: 2;
    top: 72px; left: 50%;
    width: 580px;
    margin-left: -225px;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
}
#bodypic
{
    position: absolute;
    z-index: 3;
    top: 99px; left: 50%;     
    margin-left: -175px;
}
#body
{
    position: absolute; 
    z-index: 4; 
    top: 260px; left: 50%;
    width: 730px; 
    margin-left: -365px;
}
#mainquote
{
    position: absolute;
    z-index: 5;
    top: 145px; left: 50%;
    margin-left: -355px;
    width: 140px;
    font-style: italic;
    font-size: 11px;
}
#MainContent
{
    width: 710px;
    padding: 20px 10px 5px 10px;
}
#footer
{
    width: 710px;
    padding: 20px 10px 5px 10px;
}
a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a,a:visited
{
    color:#191970;
}
p a
{
    text-decoration: underline;
}
h1
{
    background-image: url(_images/h1hr.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 6px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    color: Black;
}
h2
{
    font-weight:bold;
    font-size: 16px;
    font-family: Times New Roman;
    text-decoration: underline;
}
h3
{
    color: maroon; 
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: -15px;
    padding-bottom: 0px;
}
div.quotebox
{
    padding: 0px 10px 0px 10px;
    margin: 5px 5px 5px 5px;
    background-position: left top;
    background-repeat: repeat-y;
    background-image: url('_images/Quote_box_3x1.jpg');
    width: 135px;
}
div.quotebox h1
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #191970;
    background: none;
}
#menu ul
{
    list-style-type: none;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
}
#menu li
{
    margin-left: 5px;
    float: left;
}
div.resources ul
{
    list-style-type: none;
}
ul.emailcontactlist
{
    float: right;
    border: solid 1px darkgray;
    list-style-type: none;
    text-align: center;
    background-color: #f5f5f5;
    width: 210px;
}
ul.dialogbox
{
    width: 200px;  
    list-style-type: none;
    margin-left: 0px;  
}
ul.dialogbox li
{
    margin-left: 0px;
}
div.dialogbox
{ 
    height: 175px;
    width: 700px;
    padding: 5px 5px 5px 5px;
    border: solid 1px darkgray;
    background-color: #f5f5f5;
}
.documentlinks a
{
    font-weight:bold;
    text-decoration: none;
    font-style: italic;
}
.documentlinks a:hover
{
    text-decoration: underline;
    color: #daa520;
}