﻿body
{
    font-family: Calibri;
    font-size: small;
    border: medium outset #FFFFFF;
    width: 800px;
    height: auto;
    position: relative;
    background-color: #000000;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    background-image: url('Images/Backgrounds/DWIFF_Web_Site_Background.bmp');
    background-repeat: repeat;
}
a
{
    font-family: Calibri;
}

#Masterpage
{
    font-family: Calibri;
    width: 800px;
    color: #000000;
    background-image: url('Images/Backgrounds/slant1_blue1.jpg');
}
#Masterpage_Menu
{
    float: left;
    clear: both;
    width: 800px;
    right: auto;
    left: auto;
    text-align: center;
    background-color: #0000FF;
    font-weight: bold;
}
#Masterpage_Content_Area
{
    float: left;
    width: 800px;
    background-image: url('Images/Backgrounds/slant1_blue1.jpg');
}
#Masterpage_Footer_Area
{
    float: left;
    clear: both;
    text-align: center;
    width: 800px;
    height: auto;
    border-right: silver;
    border-top: silver;
    border-left: silver;
    border-bottom: silver;
    font-size: x-small;
    background-image: url('Images/Backgrounds/MenuItemBackground.gif');
}
.Content_Left
{
    width: 200px;
    float: left;
    font-size: medium;
    text-align: center;
}
.Content_Center
{
    width: 400px;
    float: left;
    text-align: center;
}
.Content_Right
{
    width: 200px;
    float: left;
    font-size: medium;
    text-align: center;
}
.Sponsorship_Headers
{
    font-size: xx-large;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}
.Sponsorship_Body
{
    font-weight: bold;
    font-size: medium;
    text-align: left;
    margin-left: 10px;
}
.Sponsorship_Disclaimer
{
    font-style: italic;
    font-weight: bold;
}

