﻿html, body
{
    height: 100%;
    margin: 0px 0px;
    padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align: center; /* Hack for IE5/Win */
    font-size: medium;
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #b9c2d3;
}

#container
{
    border: thin solid #000000;
    min-height: 100%;
    position: relative;
    width: 960px;
    margin: 0px auto; /* Right and left margin widths set to "auto" */
    text-align: left; /* Counteract to IE5/Win Hack */
    padding: 0px;
    background-color: #b9c2d3;
    background-image: url('Assets/bk_mid.jpg');
    background-repeat: repeat-y;
    background-color: #b9c2d3;
}

#header
{
    padding: 0px;
    width: 960px;
    background-color: #b9c2d3;
    background-color: #b9c2d3;
    background-image: url('Assets/bk_mid.jpg');
    background-repeat: repeat-y;
    background-color: #b9c2d3;
}

#body
{
    position: absolute;
    height: 100%;
    width: 960px;
    padding: 0px;
    /*bottom: 0px;*/
    padding-bottom: 0px; /* Height of the footer */
	body link="FFFFFF" /* link colors */
}

#footer
{
    position: relative; /*absolute;*/
    bottom: 0;
    width: 960px;
    height: 239px; /* Height of the footer */
    background-color: #b9c2d3;
}

.menu
{
    width: 200px;
    margin-left: 6px;
    font: large Tahoma;
    display: none;
    position: absolute;
    border: 0x solid gray;
    background-color: #133068;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
}

.menu a:link
{
    text-decoration: none;
    color: #FFFFFF;
}

.menu a:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

.menu a:hover
{
    color: #FFFF00;
    background-color: #133068;
}

#ads
{
	margin-top:20px;
}
	
/* These classes are used by the script as rollover effect for table 1 and 2 */
.tableRollOverEffect1
{
    background-color: #b9c2d3;
    color: #FFF;
}

.tableRollOverEffect2
{
	background-color:#000;
	color:#FFF;
}
	
.tableRowClickEffect1
{
	background-color:#F00;
	color:#FFF;
}

.tableRowClickEffect2
{
	background-color:#00F;
	color:#FFF;
}

.MakeBetter
{
    font-size:large;
    color: Blue;
}

.contentTables
{
    margin-left: 70pt;
    width: 680px;
}