﻿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: Lucida Handwriting;
}
#MastHead
{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 180px; /*Height of top frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    background-image: url('../images/header.gif');
    background-repeat: repeat-x;
}
#Content
{
    position: fixed;
    top: 180px; /*Set top value to MasThead*/
    left: 0;
    right: 0;
    bottom: 96px; /*Set bottom value to Footer*/
    overflow: auto;
}
#ResultScreen
{
    position: fixed;
    top: 180px; /*Set top value to MasThead*/
    left: 0;
    right: 0;
    bottom: 96px; /*Set bottom value to Footer*/
    overflow: auto;
}
#Footer
{
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 96px; /*Height of bottom frame div*/
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    color: #ffffff;
    text-align: center;
    background-image: url('../images/header.gif');
    background-position: 0px 90%;
    background-repeat: repeat-x;
}
* html body
{
    /*IE6 hack*/
    padding: 180px 0 96px 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-position: 0px 35%;
    text-align: center;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 154px;
    color: #FFFFFF;
}
.Navigation a
{
    color: #FFFFFF;
    text-decoration: underline;
}
.Navigation a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.Navigation .StaticSelected
{
    color: #FFFFFF;
    text-decoration: none;
}
a
{
    color: #003366;
    text-decoration: underline;
}
a:hover
{
    color: #003366;
    text-decoration: none;
}
h1
{
    margin: .1em 60px 0 60px;
    font-family: "Lucida Handwriting";
    font-size: large;
    font-weight: normal;
    color: #003366;
}
h2
{
    font-family: "Lucida Handwriting";
    font-size: medium;
    font-weight: normal;
    margin: 0 60px 0 60px;
}
p
{
    font: medium "Lucida Handwriting";
    margin: 0 60px 0 60px;
    text-align: center;
}
#folders
{
    font-family: "Lucida Handwriting";
    color: #003366;
}
#Footer p
{
    margin: 0px;
    padding: 2px;
    font-family: "Lucida Handwriting";
    font-size: small;
    font-weight: normal;
}
#Footer a
{
    color: #ffffff;
    text-decoration: underline;
    font-family: "Lucida Handwriting";
    font-size: small;
    font-weight: normal;
}
#Footer a:hover
{
    color: #ffffff;
    text-decoration: none;
    font-family: "Lucida Handwriting";
    font-size: small;
    font-weight: normal;
}
.SiteMap
{
    font-family: "Lucida Handwriting";
    font-size: large;
    color: #003366;
}
.Container table th
{
    font-weight: normal;
}
#myPresence
{
    font: large Lucida Handwriting;
    width: 235px;
    right: 0px;
    float: right;
    height: 55px;
    z-index: 1;
    top: 55px;
    position: fixed;
    text-decoration: none;
    color: White;
    font-weight: normal;
}
#myPresence a
{
    font: x-large Lucida Handwriting;
    text-align: left;
    text-decoration: none;
    color: White;
    font-weight: normal;
}
#myPresence img
{
}
