﻿body {
    font-family: Verdana;
    font-size: medium;
    margin: 0px;
	text-align: center;
}

h1, h2 {
    margin: 0px;
}


#topContent a {
    text-decoration: none;
    color: #3366FF;
	font-size: x-small;
	font-family: Verdana;
}

#leftContent {
    width: 153px;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 76px;
    margin-top: 10px;
    left: -6px;
	height: 593px;
	bottom: 180px;
	right: 1464px;
}

#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: 240px;
    padding: 10px;
    width: 598px;
	border-top: dotted 1px #660;
	height: 19px;
	top: 89px;
}

#footerContent {
    text-align: center;
    padding: 5px;
}
#rightContent {
    width: 175px;    
    padding: 10px;
    text-align: left;
    font-size: 90%;
	position: absolute;
    top: 59px;
    margin-left: 810px;
    margin-top: 10px;
    left: 2px;
	height: 1336px;
}