﻿body 
{
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: Black;
}

h1
{
    font-size: 26px;
    font-family: Arial;
}

a, a:visited, a:active
{
    color: #bf3504;
}

.sortHeader, .sortHeader:visited, .sortHeader:active
{
    color: White;
}

.shading
{
    background-color: Black;
    height: 90px;
}

.searchBox
{
    height: 50px;
    padding: 10px;
    background-color: #e7e7e7;
}

.footer
{
    height: 50px;
    padding: 10px;
    background-color: #e7e7e7;
}

.bodyContent
{
    background-color: #f8f8f8;
    padding: 5px;
}

.videoBox
{
    border: 2px solid #6d0500;
    background-color: #cc8e5b;
    height: 310px;
}

.infoBox
{
    border: 2px solid #bebebe;
    background-color: #e7e7e7;
    height: 310px;
}

.petition
{
    border: 2px solid #bebebe;
    background-color: #ededed;
}

.menuBar
{
    background-color: #92683a;
    color: White;
    font-weight: bold;
}

.menuBarTable
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.menuBarTable td
{
    border: 1px solid #6d0500;
    background-color: #763c16;
}

.menuBarTable a, .menuBarTable a:visited, .menuBarTable a:active
{
    color: White;
    text-decoration: none;
}

.menuBarTable a:hover
{
    text-decoration: underline;
}

.table
{
    border: 1px solid Gray;
}

.table td
{
    border: 1px solid #cccccc;
}

.item
{
    background-color: White;
}

.alternatingItem
{
    background-color: #dddddd;
}

.heading
{
    background-color: Black;
    color: White;
    font-weight: bold;
    height: 90px;
}

.headingBranded
{
    background-color: White;
    color: Black;
    font-weight: bold;
    height: 90px;
}

.tableHeading
{
    background-color: Black;
    color: White;
    font-weight: bold;
}

.redCopy
{
    font-weight: bold;
    color: Red;
}

.button
{
    background-color: Black;
    color: White;
    border: 2px solid gray;
    padding: 5px;
}