﻿.bodytext
{
    color: #000000;
    font-size: small;
    font-style: normal;
    font-weight: normal;
    border: #99CC00 solid;
}
.header
        {
            width: 800px;
            height: 100px;
        }
.footer
{
    width: 800px;
    height: 40px;
    background-image: url('footer.PNG');
    text-align: center;
    color: #FFFFFF;
    vertical-align: text-bottom;
}
.menutable
        {
            width: 800px;
            height: 50px
        }

a:visited {text-decoration: none;}
a:link   {text-decoration: none}
a:active    {text-decoration: none}
a:hover     {text-decoration: underline}
a
{
    color: #99CC00;
    font-weight: bold;
    font-size: x-large;
}

td.menus a {
    background-image: url('hover_tab.PNG');
    width: 160px;
    text-align: center;
    background-repeat: no-repeat;
    height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
    display: block;
    line-height: 45px;
}
td.menus a:link   {color:white;text-decoration: none}
td.menus a:active    {color:white;text-decoration: none}
td.menus a:hover     {background-position: -160px 0;text-decoration: none}

.menu_active
{
    background-image: url('green_tab.PNG');
    width: 160px;
    text-align: center;
    color: #005AB4;
    background-image: url('green_tab.PNG');
    background-repeat: no-repeat;
    height: 40px;
    font-weight: bold;
    font-size: medium;
        line-height: 45px;
}
.main
{
    background-position: center;
    background-image: url('main.PNG');
    background-repeat: repeat-y;
    background-color: #EEEEEE;
}
.mainCols
{
    text-align: center;
    vertical-align: text-top;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #005AB4;
}
.mainBold
{
    font-weight: bold;
    color: #005AB4;
}
.mainWelc
{
    padding: 0px;
    text-align: left;
    height: 250px;
    vertical-align: top;
}
.mainWelc_OLD
{
    padding: 10px;
    text-align: left;
    background-position: -5px top;
    background-image: url('welcome.PNG');
    background-repeat: no-repeat;
    width: 515px;
    height: 250px;
    vertical-align: top;
}
.article
{
    padding: 10px;
    text-align: left;
    background-image: url('article.PNG');
    background-position: center top;
    background-repeat: no-repeat;
    vertical-align: top;
}
.imageStyle1
        {
            width: 85px;
            height: 99px;
            float: left;
            margin-right: 23px;
            margin-top: 0px;
        }
.imageStyle2
        {
            width: 160px;
            height: 200px;
        }
body
{
    font: normal normal 12px verdana;
    color: #000000;
    background-color: #EEEEEE;
}
b
{
    font-weight: bold;
    color: #005AB4;
}
h2
{
    font-weight: bold;
    color: #005AB4;
    font-size: 20px;
}
h3
{
    font-weight: bold;
    color: #005AB4;
    font-size: 14px;
}
hr
{
    border: 0;
    color: #005AB4;
    background-color: #005AB4;
    height: 1px;
    width: 100%;
}

