﻿
body {
    margin: 0px;
    background-image: url(Background.jpg);
    font-family: Verdana, Arial, Sans-Serif;
}

form {
    margin: 0px;
}

h2 {
    margin-bottom: 4px;
    color: #663322;
}

h3 {
    margin-bottom: 4px;
    color: #884433;
}

a:link {
  color: #CC0000;
}

a:visited: {
  color: #CC0000;
}


.NavBarTable {
    width: 202px;
    height: 493px;
    margin-left: 15px;
}

.NavLogo {
    height: 125px;
    padding-left: 25px;
    vertical-align: bottom;
    text-align: center;
}

.NavSearchCell {
    height: 50px;
}

.NavSearchQuery_Empty {
    width: 100px;
    margin-bottom: 2px;
    background-color: white;
    border: solid 1px #DED7C0;
    color: #999999;
}

.NavSearchQuery {
    width: 100px;
    margin-bottom: 2px;
    background-color: white;
    border: solid 1px #DED7C0;
    color: black;
}

.NavSearchButton {
    margin-left: 6px;
    margin-bottom: 1px;
    cursor: pointer;
}

.NavItem {
    height: 34px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    text-align: center;
    font-family: Sylfaen, Times New Roman, Serif;
    font-size: 20px;
}

.NavItem:hover {
    text-decoration: underline;
}

.NavItemSelected {
    background-image: url(NavItemSelected.jpg);
}

.NavItemLink:link {
    text-decoration: none;
    color: #508A3E;
}

.NavItemLink:visited {
    text-decoration: none;
    color: #508A3E;
}

.NavItemLink:hover {
    text-decoration: underline;
}

.NavFooter {
    height: 90px;
    padding-left: 20px;
    padding-right: 30px;
    vertical-align: middle;
}

.NavRssItem {
    display: block;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-image: url(NavRssIcon.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 0.7em;
    color: #775500;
    text-decoration: none;
}

.NavRssItem:hover {
    text-decoration: underline;
}

.NavRssItem b {
    color: #CC6600;
}


.CopyrightBlock {
    margin-left: 150px;
    padding: 10px;
    padding-bottom: 20px;
    color: #996666;
    font-size: smaller;
}

.CopyrightBlock a {
    color: #884444;
}



.SummaryItem {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 45px;
    background-image: url(SummaryItem_BulletPoint.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #333333;
    font-size: smaller;
}

.SummaryItem a {
    color: #D6350F;
}

.SummaryItem a:hover {
    background-color: #FFEEDD;
}

.SummaryItemDivider {
    background-image: url(SummaryItem_Divider.gif);
    background-repeat: repeat-x;
    background-position: center;
    font-size: 1px;
}

.BasicText {
    font-size: 0.8em;
}
