﻿h1, h2 {
    margin: 0px;
}

#topContent {
    text-align: left;
    color: maroon;
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    margin-top:0px;
}

#topContent a {
    text-decoration: none;
    color: White;
}

#leftContent {
    width: 230px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 158px;
    margin-top: 10px;
    left: -4px;
}

#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#mainContent {
    text-align: left;
    margin-left: 256px;
    padding: 10px;
}

#footerContent {
    text-align: center;
    padding: 5px;
}

.MyButton
{
    background-color:Maroon;
    color:Yellow;
    font-size:x-large;
    font-weight:bold;
    width:200px;
}

.MyList
{
    color:Yellow;
    font-size:larger;
    font-weight:bold;
    background-color:Maroon;
    position:absolute;
    top: 237px;
    left: 35px;
}

.MyLabel
{
    position:absolute;
    background-color:Transparent;
    color:Maroon;
    font-size:larger;
    font-weight:bold;
    top: 294px;
    left: 390px;
    width: 272px;
}

.MyDiv
{
	position:absolute;
}

