﻿
html, body 
{
    height: 100%;
    text-align: left;
}

body 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    background-image: url("Images/HeaderBG.jpg");
    background-repeat: repeat-x;
    color: #000000;
    text-align: left;
}

h1 
{
    text-align: center; 
    color: #ffffff; 
    background-image: url("Images/TitleBG.jpg");
    background-repeat: repeat-x;
    font-family: Arial; 
    font-size: 12pt; 
    padding: .5em;
    font-variant: normal;
}

h2
{
	text-align: left; 
    color: #000000; 
    background-image: url("Images/TitleBG2.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    padding: .5em .5em .5em 0em; 
    font-variant: normal;
    margin-bottom: 3px;
    }

h3
{
    text-align: left; 
    color: #000000; 
    font-family: Arial; 
    font-size: 12pt; 
    font-variant: normal;
}

p
{
    font-size: 10pt;
    text-align: left;
}

a
{
    color: #4f5f5f;
    text-decoration: underline;
}

a:hover
{
    color: #6c8484;
    text-decoration: underline;
}
.divHeaderRight 
{
    padding-top: .5em;
    width: 879px;
    text-align: right;
}

.divSearchBox 
{
padding-right: 2em;
}
.divContainer 
{
    width: 878px;
    text-align: left;
    background-color: #FFFFFF;
    min-height: 200px;
    height: auto !important;
    margin: 0px 1em 1em 1em;
}

.Header

{
    width: 878px;
    height: 153px;
    margin-top: .5em;
    background-image: url("Images/Header.jpg");
    border-bottom: solid 1px #000000;
}

.Header ul
{

    padding: 0;
    margin: 0;
}

.Header li
{
    list-style: none;
    float: left;
}

.Content
{
    width: 878px;
    min-height: 200px;
    background-color: #FFFFFF;
}

.Content ul
{
    list-style: circle;
}

.Content li
{
    list-style: disc;
}

.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;
}

.SideMenu
{
    margin: 0px 5px 0px 5px;
    background-color: #E4E4F1;
    color: #ffffff;
    border: solid 2px #867FA3;
}

.MenuHeader
{
    background-image: url("Images/TitleBG.jpg");
    background-repeat: repeat-x;
    height: 18px;
    color: #ffffff;
    padding: 5px;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    font-family: Arial;
    font-weight: bold;
}

.CustomArticleHeader
{
    background-image: url("Images/TitleBG.jpg");
    background-repeat: repeat-x;
    height: 18px;
    color: #ffffff;
    padding: 3px;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    font-family: Arial;
    font-weight: bold;
}

.MenuItem
{
    border-bottom: solid 1px #C7C6DB;
    padding: 2px;
    font-size: 10pt;
    color: #000000;
}

.MenuItem a
{
    text-decoration: none;
    display: block;
}

.Footer
{
    height: 56px;
    width: 891px;
    background-image: url("Images/FooterBG.jpg");
    background-repeat: repeat-x;
    border-style: none;
}

.divFooterContent ul
{
    margin: 0;
    padding: 0em 0em 0em 0em;
}

.divFooterContent li
{
    float: left;
    list-style: none;
}

.LeftFooter
{
    padding-left: .5em;
    padding-top: 3em;
    width: 560px;
    text-align: left; 
    font-size: 10pt; 
    color:#8c9bbc;
}

.LeftFooter a
{
    text-decoration: none;
    font-size: 10pt; 
    color:#144709;
}

.LeftFooter a:hover
{
    text-decoration: underline;
    color: #000000;
}

.RightFooter
{
    padding: 2.5em 0em 0em 0em;
    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: #3c4192;
}

.hrFooter
{
    color: #000000;
}

.divArticleSearch
{
     background-color: #dddddf;
     padding: 10px;
}

.divFeature
{
	border-bottom: 1px solid silver;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

.divFeater ul
{
	text-align: left;
}

.divFeature li
{
	text-align: left;
}

.RelatedEmployeeLinks
{
	
    
    padding: 3px;
	text-align: center;
	display:block;
	height:auto;
	
}

.RelatedEmployeeLinks ul
{
    margin: 0;
    padding: 0em 0em 0em 0em;
    
}

.RelatedEmployeeLinks  li
{
    float:left;    
    list-style-type:none inherit;
}
 
 .RelatedEmployeeLinks, .MenuItem
    {
    text-align:left;
    }
.articleImageStyle
{
    width:394;
    padding:3px;
}
    
    
    

.tblLayoutTable
{
	width: 878px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.tdTplOneLeft
{
	vertical-align: top;
	text-align: left;
	width: 225px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.tdTplOneMiddle
{
	vertical-align: top;
	width: 400px;
	padding: 5px 4px 5px 4px;
	margin: 0px;
}

.tdTplOneRight
{
	vertical-align: top;
	border-left: 1px solid silver;
	text-align: left;
	width: 225px;
	padding:5px;
	margin: 0px
}

.tdTplTwoLeft
{
	vertical-align: top;
	text-align: left;
	width: 225px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.tdTplTwoRight
{
	vertical-align: top;
	text-align: left;
	width: 633px;
	padding: 5px;
	margin: 0px;
}

.divTplThree
{
	clear: both;
	width: 868px;
	padding: 5px;
	margin: 0px;
}
