﻿body {
    font-family: Verdana;
    font-size: medium;
    margin: 0px;
}

h1, h2 {
    margin: 0px;
}

#topContent 
{
    text-align: left;
/*    background-color: #ABADB0; */
    background-color:Orange;
    color: White;
    font-size: large;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    margin-left: 15px;
    margin-top: 15px;

    height: 75px;
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 2px solid black;
    width: 1000px;
}


#topContent a {
    text-decoration: none;
    color: White;
}

#menuContent {
    text-align: left;
    left: 145px;
    margin-left: 145px;
    background-color:Orange;
    color: White;
    text-decoration: none;
    font-weight: bold;
    padding: 1px;
    height: 22px;
    width: 770px;
}

#menuContent a {
    text-decoration: none;
    color: White;
}

#menutable 
{
    text-align: center;
    background-color:Orange;
    color: White;
    text-decoration: none;
    font-weight: bold;
    padding: 0px;
    height: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
    width: 99%;
   
}


#leftContent 
{
    background-color:Orange;
    width: 110px;    
    padding: 10px;
    font-size: 95%;
    text-align: Center;
    position: absolute;
    top: 92px;
    margin-top: 10px;
    left: 0px;
    border-left: 2px solid black;
    margin-left: 15px;
    border-bottom: 2px solid black;
    height: 1500px;
    
}

#leftContent a {
    text-decoration: none;
    color: White;
}

#rightContent {
    background-color:Orange;
    width: 100px;    
    padding: 10px;
    font-size: 95%;
    text-align: Center;
    position: absolute;
    top: 92px;
    margin-top: 10px;
    height: 1500px;
    left: 907px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}

#rightContent a {
    text-decoration: none;
    color: White;
}


#mainContent {
    text-align: left;
    margin-left: 145px;
    padding: 10px;
    margin-right: 120px;
	font-size: 80%;    
	width: 750px;
	height: 1440px;
}

#footerContent {
    text-align: center;
    margin-left: 140px;
    padding: 10px;
    margin-right: 120px;
    font-size: small;
    background-color:Orange;
    bottom: 1500;
    border-bottom: 2px solid black;
	width: 750px;
}


#payout
{
width:60%;
border-collapse:collapse;
}
#payout td, #payout th 
{
border:1px solid black;
padding:3px 7px 2px 7px;
}
#payout th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:Orange;
color:#ffffff;
}
#payout tr.alt td 
{
color:#000000;
background-color:Orange;
}

#schedule
{
width:90%;
border-collapse:collapse;
margin-left: 10px;
}
#schedule td, #schedule th 
{
border:1px solid black;
padding:3px 7px 2px 7px;
}
#schedule th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:Orange;
color:#ffffff;
}
#schedule tr.alt td 
{
color:#000000;
background-color:Orange;
}

#toptable
{
font: Arial;
font-size: 1.2em;
font-style: italic;
width: 880px;
}

