﻿body
{
    margin: 0;
    padding: 150px 0 102px 0;
    width: 100%;
    min-width: 480px;
    text-shadow: 0 0 0 #000;
    font-family: Comic Sans MS;
    color: #333333;
}
#MastHead
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
    clear: both;
    float: left;
    width: 100%;
    background-image: url('logo.gif');
    background-repeat: repeat-x;
    background-color: #004140;
}
#Content
{
    top: 150px;
    bottom: 102px;
    height: 96%;
    overflow: auto;
    width: 96%;
}
table th
{
    font-weight: normal;
    color: #004140;
    font: Comic MS Sans;
    font-size: larger;
}
.Label
{
    color: #333333;
}
#Footer
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 102px;
    padding: 0;
    clear: both;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    background-image: url('footer.gif');
    background-repeat: repeat-x;
}
.Navigation
{
    background-image: url('roundbar-green.gif');
    background-repeat: repeat-x;
    background-position: 0px 35%;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 127px;
}

.DynamicMenu
{
    background-image: url('roundbar-green.gif');
    background-repeat: repeat-x;
    overflow: hidden;
    font-family: Comic Sans MS;
    text-align: center;
    z-index: 1;
}
.DynamicSelected
{
    background-image: url('dentbar-green.gif');
    background-repeat: repeat-x;
    color: #0B1F1F;
}
.DynamicSelected a
{
    color: #0B1F1F;
}
.DynamicSelected a:hover
{
    color: #0B1F1F;
}
.StaticSelected
{
    background-image: url('dentbar-green.gif');
    background-repeat: repeat-x;
    color: #0B1F1F;
}
.StaticSelected a
{
    color: #0B1F1F;
}
.StaticSelected a:hover
{
    color: #0B1F1F;
}
a
{
    color: #004140;
    text-decoration: underline;
}
a:hover
{
    color: #004140;
    text-decoration: none;
}
h1
{
    margin: .1em 60px .1em 60px;
    font-family: "Comic Sans MS";
    font-size: large;
    font-weight: normal;
    color: #004140;
}
h2
{
    font-family: "Comic Sans MS";
    font-size: medium;
    font-weight: normal;
    margin: 0 60px 0 60px;
    color: #333333;
}
p
{
    font: medium "Comic Sans MS";
    margin: 0 60px 0 60px;
    text-align: center;
    color: #333333;
}
#Footer p
{
    color: #ffffff;
    margin: 0px;
    padding: 2px;
    font-family: "Comic Sans MS";
    font-size: small;
    font-weight: normal;
}
#Footer a
{
    color: #ffffff;
    text-decoration: underline;
    font-family: "Comic Sans MS";
    font-size: small;
    font-weight: normal;
}
#Footer a:hover
{
    color: #ffffff;
    text-decoration: none;
    font-family: "Comic Sans MS";
    font-size: small;
    font-weight: normal;
}
.SiteMap
{
    font-family: "Comic Sans MS";
    font-size: medium;
    color: #004140;
}
#myPresence
{
    font: large Comic Sans MS;
    width: 200px;
    right: 0px;
    float: right;
    height: 55px;
    z-index: 1;
    top: 36px;
    position: fixed;
    text-decoration: none;
    color: White;
    font-weight: normal;
}
#myPresence a
{
    font: x-large Comic Sans MS;
    text-align: left;
    text-decoration: none;
    color: White;
    font-weight: normal;
}
#myPresence img
{
}
