﻿* 
{
    margin: 0;
}
html, body 
{
    height: 100%;
    text-align: left;
}

body 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
}

h1 
{
    text-align: center; 
    color: #000000; 
    background-color: #3c6990;
    background-image: url("Images/HBG.jpg");
    height: 25px;
    padding: 2px;
    font-family: Arial; 
    font-size: 16pt; 
    font-weight: bold; 
    font-variant: normal;
}

h2
{
	text-align: left; 
    color: #000000; 
    background-color: #3c6990;
    background-image: url("Images/HBG.jpg");
    height: 25px;
    padding: 2px 5px 2px 5px;
    font-family: Arial; 
    font-size: 16pt; 
    font-weight: bold; 
    font-variant: normal;}

h3
{
    text-align: left; 
    color: #000000; 
    font-family: Arial; 
    font-size: 12pt; 
    font-weight: bold; 
    font-variant: normal;
}

p
{
    font-size: 10pt;
    text-align: left;
}

a
{
    color: #487092;
    text-decoration: underline;
}

a:hover
{
    color: #7997b1;
    text-decoration: underline;
}
.divTopHeader 
{
    position: absolute;
    top: 35px;
    left: 150px;
    z-index: 5;
    width: 453px;
    height: 83px;
    text-align: right;
}

.divSearchBox 
{
padding-right: 2em;
}
.divContainer 
{
    width: 934px;
    text-align: left;
    background-color: #FFFFFF;
    min-height: 200px;
    height: auto !important;
    margin: 0px 1em 1em 1em;
}

.divHeaderBG 
{
    background-image: url("Images/HeaderBg.jpg");
    width: 100%;
    height: 219;
    background-repeat: repeat-x;
    background-position: bottom;
}

.Header
{
    width: 933px;
    height: 192px;

}

.Header ul
{
    padding: 0;
    margin: 0;
}

.Header li
{   
    float: left;
    list-style: none;
}

.Content
{
    width: 878px;
    min-height: 200px;
    background-color: #FFFFFF;
}

.Content ul
{
    list-style: circle;
}

.Content li
{
    list-style: circle;
}

.ContentAreaOne
{
    padding: .2em;
    width: 225px;
    min-height: 350px;
    border-right: solid 1px #666666;

}

.ContentAreaTwo
{
    padding: .2em;
    width: 405px;
    min-height: 350px;
}

.ContentAreaThree
{
    padding: .2em;
    width: 225px;
    min-height: 350px;
    border-left: solid 1px #666666;
}

.Footer
{
    height: 41px;
    width: 100%;
    background-image: url("Images/FooterBG.jpg");
    border-style: none;
}

.divFooterContent 
{
    width: 934px;
}

.divFooterContent ul
{
    margin: 0;
    padding: 0em 0em 0em 0em;
}

.divFooterContent li
{
    float: left;
    list-style: none;
}

.LeftFooter
{
    padding-left: .5em;
    padding-top: 1em;
    width: 560px;
    text-align: left; 
    font-size: 10pt; 
    color:#000000;
}

.LeftFooter a
{
    text-decoration: none;
    font-size: 10pt; 
    color:#144709;
}

.LeftFooter a:hover
{
    text-decoration: underline;
    color: #000000;
}

.RightFooter
{
    width: inherit;
    text-align: left; 
    font-size: 10pt; 
    color:#8c9bbc;
}

.RightFooter a
{
    text-decoration: none;
    font-size: 10pt; 
    color:#144709;
}

.imgArticleThumb 
{
    border: 1px solid black;
    margin: 2px;
}

.imgArticle
{
    border: 1px solid black;
    float: right;
    margin: 5px 5px 5px 5px;
}

p.RelatedLinks
{
    margin: 5px;
}

.RelatedLinks a:link, .RelatedLinks a:active, .RelatedLinks a:visited, .RelatedLinks a:hover
{
    font-family: Arial;
    font-weight: bold;
    color: #a01e20;
    font-size: 10pt;
}

.RelatedLinks a:link, .RelatedLinks a:active, .RelatedLinks a:visited
{
    text-decoration: none;
}
.RelatedLinks a:hover
{
    text-decoration: underline;
}

hr
{
    color: #ddddff;
}

.hrFooter
{
    color: #000000;
}

.divArticleSearch
{
     background-color: #dddddf;
     padding: 10px;
}