﻿body {
    font-family: Verdana;
    font-size: medium;
    margin: 0px;
}

h1, h2 {
    margin: 0px;
}

#topContent {
    text-align: right;
    background-color: #500000;
    color: White;
    font-size: x-large;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

#topContent a {
    text-decoration: none;
    color: White;
}

#leftContent {
    width: 230px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 200px;
    margin-top: 10px;
    left: 0px;
}

#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #500000;
    border-bottom: dotted 1px #500000;
}
#mainContent {
    text-align: center;
    margin-left: 250px;
    padding: 10px;
}
.style5
    {
        text-align: center;
    }

#footerContent {
    text-align: center;
    padding: 5px;
    background-color: #500000;
    color: #FFFFFF;
}