﻿body 
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background: #dddddd;
}
td
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
input
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
select {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
A:link
{
    font-weight: normal;
    font-size: 11px;
    color: #3300FF;
    text-decoration: none
}
A:visited
{
    font-weight: normal;
    font-size: 11px;
    color: #0000CC;
    text-decoration: none
}
A:hover
{
    font-weight: normal;
    font-size: 11px;
    color: #3366FF;
    text-decoration: underline
}
.heading
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: #CC0000;
}
.GreenHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #55AE3A;
}
.RedHeading
{
	font-size: 14px;
	font-weight: bold;
	color: #EE0000;
}
.BlackHeading
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: #000000;
}
.smallHeading
{
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	/*font-variant: small-caps;*/
}
A:link.smallHeading
{
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	/*font-variant: small-caps;*/
    text-decoration: none

}
A:visited.smallHeading
{
    font-weight: bold;
	font-size: 14px;
	color: #000066;
	/*font-variant: small-caps;*/
    text-decoration: none
}
A:hover.smallHeading
{
    font-weight: bold;
	font-size: 14px;
    color: #3366FF;
    text-decoration: underline
}
A:link.heading
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: #CC0000;
    text-decoration: none

}
A:visited.heading
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: #CC0000;
    text-decoration: none
}
A:hover.heading
{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: #CC0000;
    text-decoration: underline
}

.completedLeague
{
	color: #EE0000;
	text-decoration: line-through;
}
.redText
{
	color: #EE0000;
}
.blueText
{
	color: #000066;
}
.greenText
{
	color: #55AE3A;
}
.whiteText
{
	color: #FFFFFF;
}
.highlight
{
	background-color: #D0D8EE;	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
#container
{
    width: 960px;
    padding-top:10px;
    padding-bottom:10px;
}
#logo
{
    float: left;
    padding-right: 70px;
    padding-top:10px;
}
#header
{
    background-image: url(/Images/Layout/Header.png);
    background-repeat: no-repeat;
    padding-left:20px;
    height:98px;
}
#menu
{
    padding-top:10px;
    float:left;
}
#links
{
    padding-top:11px;
    padding-left:5px;
    float:left;
}
#LeftMenu
{
    float:left;
    width:205px;
}
#RightContent
{
    float:right;
    width:755px;
    background-image:url(/Images/Layout/HorizontalLine.gif);
    background-repeat:repeat-y;

}
#RightPadding
{
    padding-left:15px;
}
.LeftButton
{
    background-image: url(/Images/RedBook.png);
    background-repeat: no-repeat;
    height:38px;
    padding-left:70px;
    padding-top:18px;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
}
.LeftButton:hover
{
    background-image: url(/Images/BlueBook.png);
    background-repeat: no-repeat;
    height:38px;
    padding-left:70px;
    padding-top:18px;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
}
.LeftButton a
{
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
}
