﻿

body 
{
    font-family: Verdana;
    font-size: medium;
    color: Black;
}

h1
{
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    color:Red;
    border: solid 2px gold;
    background-color: Black;
    padding: 5px;
    margin-bottom: 15px;
    height:70px;
    width: 76%;
}


h2
{
    text-align: center;
    font-size: large;
}
h3
{
    text-align:center;
    font-size:medium;
    color:Red;
}
#leftContent {
    width: 188px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 103px;
    margin-top: 10px;
    left: 8px;
    height: 171px;
}
 .box
        {
            float: none;
            padding:10px;
            border-left:solid 1px black;
        }
 .box2
        {
            float: none;
            padding:10px;
            border-left:solid 1px black;
        } 
 .box3
        {
            float: none;
            padding:10px;
            border-left:solid 1px black;
        } 
       
#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#MainContent
{
    margin-left: 225px;
    text-align: center;
    width: auto;
}
