﻿body {
    font-family: Verdana;
    font-size: 8pt;
    margin: 0px;
    text-align: justify;
}

h1, h2 {
    margin: 0px;
    font-size: 12pt;
    color:#555555;
}

#topContent {
    text-align: right;
    background-color: #600;
    color: White;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
}

#topContent a {
    text-decoration: none;
    color: White;
}

#leftContent {
    width: 230px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 60px;
    margin-top: 10px;
    left: 0px;
}

#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#mainContent {
    text-align: justify;
    margin-left: 250px;
    padding: 10px;
    color: #555555;

}

#footerContent {
    text-align: center;
    padding: 5px;
}
