﻿body
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    width: 100%;
    min-width: 480px;
    text-shadow: 0 0 0 #000;
    font-family: Comic Sans MS;
    color: #333333;
}
#MastHead
{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 150px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    color: white;
    background-image: url('../images/logo.gif');
    background-repeat: repeat-x;
}
#Footer
{
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 102px; /*Height of bottom frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    color: #ffffff;
    text-align: center;
    background-image: url('../images/footer.gif');
    background-repeat: repeat-x;
}
#Content
{
    position: fixed;
    top: 150px; /*Set top value to MasThead*/
    left: 0;
    right: 0;
    bottom: 102px; /*Set bottom value to Footer*/
    overflow: auto;
}
#ResultScreen
{
    position: fixed;
    top: 150px; /*Set top value to MasThead*/
    left: 0;
    right: 0;
    bottom: 102px; /*Set bottom value to Footer*/
    overflow: auto;
}
table th
{
    font-weight: normal;
    color: #004140;
    font: Comic MS Sans;
    font-size:medium;
}
.Label
{
    color: #333333;
}
* html body
{
    /*IE6 hack*/
    padding: 150px 0 102px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}
* html #Content
{
    /*IE6 hack*/
    height: 100%;
    width: 100%;
}
* html #ResultScreen
{
    /*IE6 hack*/
    height: 100%;
    width: 100%;
}
.Navigation
{
    background-image: url('../images/roundbar-green.gif');
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 126px;
    z-index:1;
}
.DynamicMenu
{
    background-image: url('../images/roundbar-green.gif');
    background-repeat: repeat-x;
    font-family: Comic Sans MS;
    text-align: center;
}
.DynamicSelected
{
    background-image: url('../images/dentbar-green.gif');
    background-repeat: repeat-x;
    color: #0B1F1F;
}
.DynamicSelected a
{
    color: #0B1F1F;
}
.DynamicSelected a:hover
{
    color: #0B1F1F;
}
.StaticSelected
{
    background-image: url('../images/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: .4em 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;
}
#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;
}
