﻿
body {
    background-color: #959595;
    font-family: Tahoma;
    margin-top: 0px;
    font-size: 14px;
    color:#000000;   
    text-align: left;
}

a
{
    color: #fff;
    text-decoration: none;
}


p {
    font-size: 14px;
    color:#000000;
    text-align:left;
    padding-left: 15px;
}

.tblMain
{   
    
    width: 980px;
    position: relative;
}


.tblHeader
{
    width:980px;
    background-color:#fff;
    border-bottom: 1px solid #003561;
    text-align: left;
    vertical-align: top;
}
.tblMainPage
{
    background-image: url('/images/sideshadow.png');
    background-repeat: repeat-y;
    width:1080px;
    height: 500px;
    text-align: left;
    position: relative;
    left: 72px;
}


h1
{
    font-family:'Book Antiqua'; 
    font-size:28px; 
    color: #445461; 
    font-style: italic;
    font-weight: bold;
    margin-left: 25px;

}
h2
{
    font-family:'Book Antiqua'; 
    font-size: 18px; 
    color: #445461;
    margin-top: 3px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: -2px;
}

.tdTopCenter
{
     text-align:center;
     
}

.divHeader {
    vertical-align: top;
    width: 980px;
    background-image: url('/images/sideshadow.png');
    background-repeat: repeat-y;
}

.divShadow 
{
    background-image: url('/images/sideshadow.png');
    background-repeat: repeat-y;
    width: 1016px;
}

.divMiddleLeft 
{
    background-repeat: repeat-y;
}

.divBottomLeft 
{
    background-repeat: no-repeat;
    width: 628px;
    height:25px;
}

.divTopNav {
    background-image: url('/images/sideshadow.png');
    background-repeat: repeat-y;
    background-position: center;
    width:1079px;
    color: #ad7840;
    height:108px;
}

.divTopNav a
{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.divTopNav a:hover
{   
    text-decoration: underline;
    color: #000;
}

.divBottomNav {
    background-image: url('/images/sideshadow.png');
    background-repeat: repeat-y;
    background-position: center;
    width:1079px;
    color: #ad7840;
    height: 70px;
}

.tblTop{
    width:901px;
    height:107px;
    color: #fff;
    font-size: 14px;
    background-image:url('/images/header.png');
    background-repeat:no-repeat;
}

    .tblTop td {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: top;
    }

.tblLeftContent {
    width:591px; 
    height: 500px;   
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}

.tblRightContent {
    background-image:url('/images/inner-shadow.png');
    background-repeat: repeat-y;
    width: 100px;
}

.navMenu 
{
    height: 25px;
    position: relative;
    left: 265px;
    top: 20px;
}


.navMenu li 
{
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
}


a.article:link {color:#000000;}      /* unvisited link */
a.article:visited {color:#000000;}  /* visited link */
a.article:hover {color:#0066FF;}    /* mouse over link */
a.article:active {color:#0066FF;}  /* selected link */

