﻿a:link
{
    color: #ff0000;
    font-weight: bold;
}

a:visited
{
    color: #555555;
    font-weight: bold;
}

a:hover
{
    color: #ffffff;
    font-weight: bold;
}

body
{
    background-color: #cccccc;
    margin: 0;
}

div.Table
{
    text-align: center;
}

form
{
    margin: 0;
}

.banner
{
    background: #ff0000;
    background-image: url(Images/banner.png);
    float: right;
    height: 100px;
    width: 610px;
}

.container
{
    width: 760px;
}

.contentPage
{
    background-color: #ffffff;
    float: right;
    padding: 5px 5px 5px 5px;
    width: 600px;
}

.eventDate
{
    font-weight: normal;
    text-align: center;
    width: 200px;
}

.eventDesc
{
    text-align: center;
    width: 400px;
}

.eventHeader
{
    font-weight: bold;
}

.eventTitle
{
    font-size: 20pt;
    font-style: italic;
    text-align: center;
}

.headerBar
{
    font-size: 8px;
    height: 10px;
    text-align: right;
    width: 760px;
}

.logo
{
    background-color: #000000;
    background-image: url(Images/Logo_SPY.png);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    height: 100px;
    width: 150px;
}

.map
{
    height: 400px;
    width: 590px;
}

.navBar
{
    background-color: #000000;
    float: left;
    width: 150px;
}

.navHeader
{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.navItem
{
    background-color: #ffffff;
    font-size: 12px;
    font-style: italic;
    width: 150px;
}

.navItem:hover
{
    background-color: #ff0000;
}

.navTable
{
    width: 150px;
}
