﻿body 
{
    background-image:url(../siteimages/MainBG.png);
    background-repeat:repeat;
    height:1000px;
    background-color:#a2cbe8;
    font-family:Arial;
}
/*a:link, a:active, a:hover, a:visited
{
    color:#61a328;
}*/
table.MainTable
{
    border:solid 2px #4ba300;
    background-color:#ffffff;
}
td.TopNavBG
{
    background-image:url(../siteimages/TopNavBG.png);
    background-repeat:no-repeat;
    width:280px;
    height:210px;
}
.NavStaticItem
{
    color:#ffffff;
    font-size:12pt;
    padding:4px 0px 4px 10px;
}
table.NewsTable
{
    width:196px;
    background-color:#f4f4f4;
    color:#8b8b8b;
    border-right:solid 1px #cacaca;
    height:100%;
}
.NewsHeader
{
    height:40px;
    width:196px;
    background-color:#e8e8e8;
    font-size:12pt;
    color:#696868;
    text-align:center;
}
.NewsContent
{
   color:#696868;
   font-size:9pt; 
   height:800px;
}
.MainContentTable
{
    width:100%;
    background-color:#ffffff;
    color:#8b8b8b;
}
.MainHeader
{
    height:40px;
    width:100%;
    background-color:#e8e8e8;
    font-size:12pt;
    color:#696868;
}
td.MainContent
{
font-size:9pt;
padding:3px 5px 3px 5px;
}
.MainHeaderGreen
{
    color:#61a328;
}
.MainHeaderBlue
{
    color:#0462a8;
}
.LoginArea, .LoginArea a:active, .LoginArea a:hover, .LoginArea a:visited, .LoginArea a:link
{
    color:#ffffff;
    padding-bottom:3px;
    font-size:9pt;
}
td.House
{
    background-image:url(../siteimages/House.png);
    background-repeat:no-repeat;
    width:523px;
    height:293px;
    text-align:right;
    vertical-align:top;
    color:#327db5;
    font-size:8pt;
    padding:5px 5px 0px 0px;
}
.House a:link, .House a:visited, .House a:active, .House a:hover
{
    color:#327db5;
    font-size:8pt;
}
.Footer
{
   background-image:url(../siteimages/FooterBG.png); 
   background-repeat:repeat-x;
   height:24px;
   width:100%;
   font-size:8pt;
   color:#ffffff;
   padding:0px 6px 0px 6px;
}
.Footer a:link, .Footer a:visited, .Footer a:active, .Footer a:hover
{
    color:#ffffff;
    font-size:8pt;
}