﻿* {
    margin: 0;
}
html, body {
    padding: 0;
    text-align: center;
    font-family: Times New Roman, Serif;
    font-size: 13px;
}
plaintext {
    font-family: Baskerville, Georgia, Times New Roman, Serif;
    font-size: 13px;
    text-align: left;
}
div {
    padding: 0;
}
h1 {
    padding: 12px 5px 2px 5px;
    font-family: Bodoni, Book Antiqua, Baskerville, Georgia, Times New Roman, Serif;
    font-size: 26px;
}
h2 {
    padding: 11px 5px 11px 5px;
    font-family: Bodoni, Book Antiqua, Baskerville, Georgia, Times New Roman, Serif;
    font-size: 18px;
}
h3 {
    padding: 2px 5px 11px 5px;
    font-family: Bodoni, Book Antiqua, Baskerville, Georgia, Times New Roman, Serif;
    font-size: 16px;
}
h4 {
    padding: 5px 5px 7px 5px;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 13px;
}
h5 {
    padding: 0 5px 3px 5px;
    font-family: Book Antiqua, Baskerville, Georgia, Times New Roman, Serif;
    font-size: 13px;
}
p {
    padding: 3px 0;
    font-family: Times New Roman, Serif;
    font-size: 14px;
    text-align: left;
}
p.small {
    clear: left;
    padding: 3px 0;
    font-family: Baskerville, Georgia, Times New Roman, Serif;
    font-size: 12px;
    text-align: left;
}
p.smallRight {
    clear: left;
    padding: 3px 0;
    font-family: Baskerville, Georgia, Times New Roman, Serif;
    font-size: 12px;
    text-align: right;
}
p.medium {
    padding: 4px 5px;
    font-family: Baskerville, Georgia, Times New Roman, Serif; 
    font-size: 13px;
    text-align: justify;
}
p.large {
    padding: 5px 5px;
    font-family: Times New Roman, Serif;
    font-size: 14px;
    text-align: justify;
}
p.blurb {
    margin-top: 6px;
    border-top: solid 1px silver;
    padding: 6px 5px;
    font-family: Times New Roman, Serif;
    font-style: italic;
    font-size: 13px;
    text-align: center;
}
ul {
    padding-left: 20px;
}
hr {
    margin: 0 1px;
    color: Silver;
}
span.appearaslink {
    color: Blue;
    text-decoration: underline;
}
span.appearasnormal {
    color: inherit;
    text-decoration: inherit;
}
#wrapper800 {
    position: relative;
    width: 772px;
    margin: 0 auto;
    padding: 0 4px;
    text-align: left;
    border: solid 1px gray;
    background-color: White;
}
#wrapper1024 {
    position: relative;
    width: 1002px;
    margin: 0 auto;
    padding: 0 4px;
    text-align: left;
    border: solid 1px gray;
    background-color: White;
}
div.FullWide {
    clear: both;
    width: 100%;
}
div.Masthead {
    clear: both;
    width: 100%;
    background-color: black;
    text-align: center;
}
div.NavBarSilver {
    clear: both;
    width: 100%;
    height: 23px;
    border-top: solid 5px Gray;
    background-color: Gray;
    color: White;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
}
div.TwoWideLeft {
    float: left;
    width: 702px;
    padding-left: 4px;
    height: 23px;
    border-top: solid 5px Gray;
    background-color: Gray;
    color: White;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
}
div.Player {
    float: right;
    width: 280px;
    padding-left: 12px;
    padding-right: 4px;
    background-color: Gray;
    text-align: center;
}
div.TwoWideRight {
    clear: inherit;
    float: right;
    width: 852px;
    padding-right: 4px;
}
div.LeftColumn {
    clear: left;
    float: left;
    width: 130px;
    padding: 3px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
}
div.LeftSpacer {
    clear: left;
    float: left;
    width: 130px;
    height: 41px;
    padding: 3px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
}
div.MainColumn800 {
    float: right;
    width: 560px;
    padding: 8px;
    margin-right: 29px;
}
div.MainColumn1024 {
    float: left;
    width: 560px;
    padding: 8px;
}
div.RightColumn
{
    clear: right;
    float: right;
    width: 280px;
    padding: 3px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
}
div.Column270pxWide 
{
    float: left;
    width: 270px;
    padding: 3px;
    margin-right: 2px;
    text-align: center;
}
div.Column180pxWide 
{
    float: left;
    width: 180px;
    padding: 3px;
    margin-right: 2px;
    text-align: center;
}
div.QuarterColumn 
{
    float: left;
    width: 240px;
    padding: 3px;
    margin-right: 2px;
    text-align: center;
}
div.QuintileColumn 
{
    float: left;
    width: 164px;
    padding: 4px;
    margin-right: 2px;
    text-align: center;
}
div.Column120pxWide
{
    float: left;
    width: 120px;
    padding: 3px;
    margin-right: 2px;
    text-align: center;
}
div.LeftPic {
    float: left;
    width: 254px;
    padding: 2px;
    margin: 5px 0px 5px 5px;
    background-color: silver;
    font-family: Times New Roman, Serif;
    font-style: italic;
    font-size: 13px;
    text-align: center;
}
div.RightPic {
    float: right;
    width: 254px;
    padding: 2px;
    margin: 5px 5px 0px 5px;
    background-color: silver;
    font-family: Times New Roman, Serif;
    font-style: italic;
    font-size: 13px;
    text-align: center;
}
#usacstripe800 {
    width: 772px;
    height: 20px;
    text-align: right;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 11px;
    color: Yellow;
    background-color: #000075;
}
#usacstripe1024 {
    width: 1002px;
    height: 20px;
    text-align: right;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 11px;
    color: Yellow;
    background-color: #000075;
}
#bottomstripe {
    width: 100%;
    height: 20px;
    text-align: right;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 11px;
    color: Yellow;
    background-color: #000075;
}