﻿body
{
    margin: 0;
    padding: 140px 0 75px 0;
    width: 100%;
    min-width: 480px;
    text-shadow: 0 0 0 #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
}
#MastHead
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 140px;
    clear: both;
    float: left;
    width: 100%;
    background-color: #A40000;
    text-align: center;
}
#MastHead Image
{
    top:25px;
}
#Content
{
    top: 140px;
    bottom: 75px;
    overflow: auto;
    width: 96%;
    color: #333333;
    right: 60px;
}
#Content a
{
    color: #A40000;
    text-decoration: underline;
}
#Content a:hover
{
    color: #A40000;
    text-decoration: none;
}
#Content p
{
    font-size: smaller;
}
#Navigation
{
    background-image: url('../images/roundbar-red.gif');
    background-repeat: repeat-x;
    background-position: 0px 100%;
    text-align: center;
    width: 100%;
    top: 118px;
    position: absolute;
    left: 0px;
}
#Footer
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    clear: both;
    float: left;
    width: 100%;
    background-color: #A40000;
    text-align: center;
    color: #ffffff;
    font-size: smaller;
}
#Footer a
{
    color: #ffffff;
    text-decoration: underline;
}
#Footer a:hover
{
    color: #ffffff;
    text-decoration: none;
}
.DynamicMenu
{
    background-color: #A40000;
    overflow: hidden;
    text-align: center;
}
.DynamicSelected
{
    background-color: #A40000;
}
.StaticSelected
{
    background-image: url('../images/dentbar-red.gif');
    background-position: 0px 100%;
    background-repeat: repeat-x;
}
h1
{
    margin: .1em 60px .1em 60px;
    font-size: large;
    font-weight: normal;
}
h2
{
    font-size: medium;
    font-weight: normal;
    margin: 0 60px 0 60px;
}
p
{
    margin: 0 60px 0 60px;
}
.SiteMap
{
    font-size: large;
}
body table th
{
    font-weight: normal;
}