﻿body
{
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    width: 100%;
    min-width: 480px;
    font-family: Calibri;
    color: #003399;
}

#MastHead {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 205px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    text-align: center;
    background-image: url('../images/logo.gif');
    background-repeat: repeat-x;
}

#ViewButton {
    right: 55px;
    float: right;
    z-index: 1;
    top: 125px;
    position: fixed;
}

audio {
    width: 300px;
    height: 40px;
}

#Footer
{
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 115px; /*Height of bottom frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    color: white;
    text-align: center;
    background-image: url('../images/footer.gif');
    background-repeat: repeat-x;
}

#Button1 {
    Visibility: hidden;
}

#Content
{
    position: fixed;
    top: 216px; /*Set top value to MasThead*/
    left: 0;
    right: 0;
    bottom: 115px; /*Set bottom value to Footer*/
    overflow: auto;
    z-index: 1;
}
.Navigation {
    background-image: url('../images/roundbar-blue.gif');
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 181px;
    z-index: 2;
    font-size: 16pt;
    line-height: 35px;
}
.DynamicMenu
{
    background-image: url('../images/roundbar-blue.gif');
    background-repeat: repeat-x;
    font-family: Calibri;
    text-align: center;
}
.DynamicSelected
{
    background-image: url('../images/dentbar-blue.gif');
    background-repeat: repeat-x;
    color: black;
}
.DynamicSelected a
{
    color: black;
}
.DynamicSelected a:hover
{
    color: black;
}
.StaticSelected
{
    background-image: url('../images/dentbar-blue.gif');
    background-repeat: repeat-x;
    color: black;
}
.StaticSelected a
{
    color: black;
}
.StaticSelected a:hover
{
    color: black;
}
a
{
    color: #003399;
    text-decoration: underline;
}
a:hover
{
    color: #003399;
    text-decoration: none;
}
h1
{
    margin: .4em 60px .1em 60px;
    font-family: "Calibri";
    font-size: x-large;
    font-weight: bold;
    color: #003399;
}
h2
{
    font-family: "Calibri";
    font-size: large;
    font-weight: normal;
    margin: 0 60px 0 60px;
    color: #003399;
}
p
{
    font: medium "Calibri";
    margin: 0 60px 0 60px;
    text-align: center;
    color: #003399;
}
#Footer p
{
    color: white;
    margin: 0px;
    padding: 1px;
    font-family: "Calibri";
    font-size: large;
    font-weight: normal;
}
#Footer a
{
    color: white;
    text-decoration: underline;
    font-family: "Calibri";
    font-size: large;
    font-weight: normal;
}
#Footer a:hover
{
    color: white;
    text-decoration: none;
    font-family: "Calibri";
    font-size: large;
    font-weight: normal;
}
