﻿body
{
    background-image: url('Images/Wallpaper.png');
    background-position: 17px 23px;
}

h1, h2, h3, h4, h5
{
    color: #273A3A;
}

p, div
{
    color: #333;
}

a
{
    color: #273A3A;
}

.Header
{
    position: relative;
    background-image: url('Images/HeadImage.gif');
    width: 755px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
}

.Navigation
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: -62px;
    height: 30px;
    width: 755px;
}

.NavBar
{
    margin-left: 85px;
    text-align: right;
}

.NavItem
{
    text-align: left;
    cursor: pointer;
    height: 25px;
    width: 78px;
    float: right;
    margin-left: 5px;
    background-image: url('Images/MainMenuBackground.png');
    background-repeat: no-repeat;
    background-position: -118px 0px;
    text-transform: uppercase;
}

.Main
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 755px;
    background-image: url('Images/Edges.gif');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fff;
    top: -30px;
}

.Content
{
    padding-top: 20px;
    margin-right: 20px;
    margin-left: 100px;
    min-height: 155px;
}


.Footer
{
    margin-left: auto;
    margin-right: auto;
    background-color: #142120;
    
    position: relative;
    width: 755px;
}
.Footer p
{
    font-size: 0.75em;
    margin: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.Footer a
{
    color: #C7DCDB;
}

.agenda tr
{
    border-bottom: 1px solid #fff;
}
.agenda tr td
{
    height: 55px;
    vertical-align: top;
    padding: 3px;
}

.agenda thead th
{
    height: 25px;
    padding: 3px;
    font-weight: bold;
    text-align: center;
    
}