﻿/* general styles */
body, P, TD
{
    font: 11px verdana;
}

/* link styles */
a
{
    color: darkgreen;
    text-decoration: none;
}
a:hover
{
    color: #339900;
    text-decoration: underline;
}

/* Header styles */
/* banner */
#bodyTable
{
    margin-left: 60px;
    padding: 5px;
    width: 850px;
}
#topBanner
{
    border: 1px solid #339900;
    background-image: url(banner.bmp);
    background-repeat: no-repeat;
    width: 100%;
    vertical-align: bottom;
    height: 124px;
}
/* left navigation style */
#leftNavigation
{
    width: 129px;
    border-bottom: 1px solid Gainsboro;
}

#leftNavigation td
{
    background-color: whitesmoke;
    height: 20px;
    border-right: 1px solid Gainsboro;
    border-left: 1px solid Gainsboro;
    background-image: url(Images/backCell.gif);
    background-repeat: repeat-x;
}

.menuBackStyle
{
    background-image: url(Images/backCell.gif);
    background-repeat: repeat-x;
}

#rightNavigation
{
    border: 1px solid gray;
    background-color: whitesmoke;
}

#rightNavigation TD
{
    border-top: 1px solid gray;
    font: 9px verdana;
}

#bottomNavigation
{
    background-color: forestgreen;
}
#bottomNavigation a
{
    color: White;
}

h5
{
border-top:1px gray dotted;
padding-top:5px;
}



