﻿body
{
    margin: 0;
    text-shadow: 0 0 0 #000;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
/* for ie mac*/
/* commented backslash hack v2 \*/
html, body
{
    height: 100%;
    padding: 0;
}
* html, * html body
{
    overflow: hidden;
    padding: 50px 0;
    margin: -50px 0;
    padding: 0;
    margin: 0;
}
#Label1
{
    font-variant: small-caps;
    color: White;
}
* html #Content
{
    overflow: scroll;
    height: 99.9%;
}
* html #Content-all
{
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* end hack */

#MastHead
{
    position: absolute; /* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
    top: 0px;
    left: 0px;
    height: 140px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    overflow: hidden;
    text-align: center;
    color: White;
    font-size: large;
}
#MastHead-inner
{
    height: 140px;
    background-image: url('header-green.gif');
    background-repeat: repeat-x;
}
#Footer-inner
{
    height: 75px;
    background-image: url('footer-green.gif');
    background-repeat: repeat-x;
}
/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #MastHead-inner, * html #Footer-inner
{
    margin-right: 16px;
}
/* end hide*/

#Footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    z-index: 999;
    text-align: center;
    color: White;
}
.spacer1
{
    height: 140px;
}
/* same height as footer/header to preserve space*/
.spacer2
{
    height: 75px;
}
/* same height as footer/header to preserve space*/

p
{
    margin-top: 0;
}
html > body #MastHead, html > body #Footer
{
    position: fixed;
}
/* for moz/opera and others*/
.Navigation
{
    background-image: url('roundbar-green.gif');
    background-repeat: repeat-x;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 118px;
    line-height: 22px;
    z-index: 1;
}
.DynamicMenu
{
    background-image: url('roundbar-green.gif');
    background-repeat: repeat-x;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
.DynamicSelected
{
    background-image: url('dentbar-green.gif');
    background-repeat: repeat-x;
    color: #333333;
}
.DynamicSelected a
{
    color: #333333;
}
.DynamicSelected a:hover
{
    color: #333333;
}
.StaticSelected
{
    background-image: url('dentbar-green.gif');
    background-repeat: repeat-x;
    color: #333333;
}
.StaticSelected a
{
    color: #333333;
}
.StaticSelected a:hover
{
    color: #333333;
}
a
{
    color: Green;
    text-decoration: underline;
}
a:hover
{
    color: Green;
    text-decoration: none;
}
h1
{
    margin: .1em 60px .1em 60px;
    font-size: large;
    font-weight: normal;
    color: #333333;
}
h2
{
    font-size: medium;
    font-weight: normal;
    margin: 0 60px 0 60px;
    color: #333333;
}
p
{
    margin: 0 60px 0 60px;
    color: #333333;
}
#Footer p
{
    color: White;
    margin: 0px;
    padding: 2px;
    font-size: medium;
    font-weight: normal;
}
#Footer a
{
    color: White;
    text-decoration: underline;
    font-size: medium;
    font-weight: normal;
}
#Footer a:hover
{
    color: White;
    text-decoration: none;
    font-size: medium;
    font-weight: normal;
}
table th
{
    font-weight: normal;
    color: #333333;
}
#span1
{
    margin: 0 60px 0 60px;
    color: #333333;
}
