﻿body
{
    margin:0;
    background-color: rgb(215, 204, 191);
}

table.main
{
    width:100%;
    height:100%;
    border-collapse:collapse;
}

td.out
{
   border:solid 3px #FFF;
   background-color: rgb(183, 164, 142);
}

td.header
{
   border:solid 3px #FFF;
   background-color: rgb(215, 204, 191);
   width: 890px;
   height:40px;
   text-align:center;
   font-family: Arial;
   color:rgb(16, 39, 57);
   font-size: medium;
   font-weight:bold;
}

td.nav
{
   border:solid 3px #FFF;
   background-color: rgb(215, 204, 191);
   vertical-align:top;
   width: 190px;
   height:550px;
}

td.body
{
   border:solid 3px #FFF;
   background-color: rgb(245, 242, 239);
   vertical-align:top;
   width: 700px;
}

td.bannerin
{
   border:solid 3px #FFF;
   background-color: rgb(16, 39, 57);
   height: 158px;           
}

td.bannerout
{
   border:solid 3px #FFF;
   background-color: rgb(16, 39, 57);
}

td.footerin
{
   border:solid 3px #FFF;
   background-color: rgb(16, 39, 57);
   height:40px;
   width: 890px;
   text-align:center;
   font-family: Arial;
   color:#FFF;
   font-size: small;
   font-weight:bold;
}

td.footerout
{
   border:solid 3px #FFF;
   background-color: rgb(16, 39, 57);
}

tr.nav
{
   text-align:center;
   color:rgb(16, 39, 57);
}

th.nav
{
    background-color:rgb(183, 164, 142);
}

p.nav
{
    font-family: Arial;
    font-size: small;
    color: rgb(16, 39, 57);
    vertical-align: top;
    text-align:left;
    margin: 0px;   
}

div.body
{
    margin:10px 25px 10px 25px;
    vertical-align: top;
    text-align:left;
}

img
{
    border-style:none;
    text-align:center;
}

a.header,a.nav,a.body
{
    color: rgb(16, 39, 57);
    text-decoration: none;
}

a.header:hover,a.nav:hover,a.body:hover
{
    text-decoration:underline;
    color:rgb(102, 118, 142)
}

a.footer 
{
    text-decoration:none;
    color: rgb(255, 255, 255);
}

a.footer:hover 
{
    text-decoration:underline;
    color:rgb(255, 255, 255)
}

.title
{
    font-family: Arial;
    color: rgb(16, 39, 57);
    font-size: larger;
}

.text
{
    font-family: Arial;
    color: rgb(16, 39, 57);
    line-height: 1.5;
    font-size: small;
}

.textBold
{
    font-family: Arial;
    color: rgb(16, 39, 57);
    line-height: 1.5;
    font-size: small;
    font-weight:bold;
}

.imgSpan
{
    text-align:center;
}