﻿#Container
{
    position: absolute;
    width: 1000px;
    top: 0px;
    left: 50%;
    margin-left: -500px;
    padding-bottom: 50px;
    z-index: 100;
    margin-bottom: 50px;
}
#Logo
{
    position: absolute;
    left: 0px;
    top: 48px;
}
#Logo img
{
    border: none;
}
#Date
{
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    text-align: right;
    font-size: 1.2em;
    font-family: Georgia, 'Times New Roman';
}
#Email
{
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    text-align: right;
}
#Email a
{
    font-family: Georgia, 'Times New Roman';
    font-style: italic;
    text-decoration: none;
    font-size: 1em;
}
#LinkBar
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background-color: White;
    color: Gray;
    text-align: center;
    font-size: 0.8em;
    z-index: 100;
}
#LinkBar a
{
    text-decoration: none;
    color: Gray;
    padding: 0 12px 0 12px;
}
#LinkBar a:hover
{
    color: #167899;
}