﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    background-color: #D9D9FF;
    color: #000099;
}
.banner {
    background-position: center;
    background-image: url('Banner.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #8A9DAB;
}
.heading {
    border: medium none #FF9933;
    margin: 30px;
    font-family: 'Comic Sans MS';
    font-size: large;
    font-weight: bold;
    color: #000080;
    empty-cells: show;
}
h1 {
    padding: 20px;
    font-family: 'Comic Sans MS';
    font-size: large;
    font-weight: bold;
    color: #000080;
    vertical-align: bottom;
    text-align: left;
    background-color: #FFFF99;
    background-repeat: no-repeat;
}
.logo {
    font-family: 'Broadway BT';
    font-size: 30pt;
    font-weight: bold;
    color: #000080;
    background-color: #FFFF99;
    vertical-align: top;
    text-align: right;
}
td.logo {
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 60px;
}
.topmenu {
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    background-color: #CCFFCC;
}
.crumbs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    background-color: #FEE7D8;
}
.mainbody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}
.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    background-color: #C0C0C0;
}
.menubtnoff {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #808080;
    padding: 5px;
    border-style: ridge;
    cursor: auto;
    background-color: #C0C0C0;
}
.menubtnon {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    border-style: outset;
    cursor: pointer;
}
td.menubtnon:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000080;
    border-style: inset;
    cursor: pointer;
}
a.menubtnlink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #000080;
    cursor: pointer;
    text-decoration: none;
}
a.menubtnlink:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000080;
    cursor: pointer;
    text-decoration: none;
}
.menubtnsel {
    border: medium inset #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #000066;
    padding: 5px;
    cursor: none;
    background-color: #FFFF99;
}

