﻿html

{
    height: 100%;
}

body 
{
  font-family: Tahoma;
  font-size: 10pt;
  margin: 0px 0px 0px 0px;
  color: #000000;
  background-color: #8391B4;
}

.divBack

{
    padding: 0px 0px 0px 0px;
}

.divMainContent
{
    position:relative;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    height: auto;
    width: 881px;
}

.divHeader
{
    width: inherit;
    height: inherit;
    border-width: 0px;
    border-style: none;
    background-color: #8391B4;
}

.divContent

{
    height: auto;
    width: inherit;
    background-color: #FFFFFF;
    border-left: solid 1px;
    border-right: solid 1px;
    margin: 0px;
    padding: 0px;
    min-height: 300px;
}

.ContentArea
{
      padding: 0em 0em 0em .3em;
      list-style: none;
      margin: 0;
}

.ContentArea li 
{
    float: left;
}

.divFooter

{
    clear: both;
    width: inherit;
    height: inherit;
    border-width: 1px;
    border-style: none;
}

.divPageBottom
{
    z-index: 1;
    position: absolute;
    bottom: 0;
    color: #000000;
    width: 100%;
    height: 104px;
    background-repeat:repeat-x;

}

h1
{
      margin: 0pt 0pt 2pt 0pt;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 14pt;
      font-weight: bold;
      text-align: center;
}

h2
{
      margin: 0px;
      padding: 2px;
      font-family: Arial;
      font-size: 14pt;
      font-weight: bold;
      text-align: center;
      background-color: #b6bbc1;
}

h3
{
      margin: 0px;
      padding: 0px;
      font-family: Arial;
      font-size: 12pt;
      font-weight: bold;
      text-align: left;
      background-color: Transparent;
}
h4
{
      margin: 0px;
      padding: 0px;
      font-family: Arial;
      font-size: 12pt;
      font-weight: bold;
      text-align: left;
      color: Navy;
      background-color: Transparent;
      display: block;
      border-top: 1px solid #d0d0d0;
}

p
{
       margin: 5px;
       font-family: Arial;
       font-size: 10pt;
       color: #000000;
       text-align: left;
}

.TopMenu
{
    position: relative;
    top: 14pt;
    text-align: right;
    margin: 4px 0px 0px 0px;
}

.TopMenu a:link, .TopMenu a:visited, .TopMenu a:active
{
    color: #ffffff;
    text-decoration: none;
}

.TopMenu a:hover
{
    color: #99CCFF;
    text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
    font-family: Arial;
    font-size: 10pt;    
}

a:link, a:visited, a:active
{
    text-decoration: underline;
    color: #000050;
}

a:hover
{
    color: #990000;
    text-decoration: underline;
}

.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: #aab6d0;
     padding: 10px;
}