body{
	font-family: Calibri, Arial;
	background:#F0F0F0;
}

#mainBody{
	position:absolute;
	left:50px;
	top:60px;
	width:600px;
	height:130%;
	z-index:1;
	border-left:green 1px solid;
	border-right:green 1px solid;
	padding-left:10px;
	background:white;
}

#content{
	position:absolute;
	width:400px;
}

#dates{
	position:absolute;
	width:500px;
	top:300px;
	border:green 1px solid;
	left:60px;
	padding-left:2px;
}

#dates h3{
	color:darkblue;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:2px;
}

#dates ul{
	list-style-type: none;
	padding-left:5px;
}

#dates em{
	font-style:normal;
	font-weight:bold;
	color:green;
}

img#header{
	width:590px;
}

h1#title{
	width:100%;
	text-align:center;
	color:green;
}

#sideBar {
	position:absolute;
	left:650px;
	top:60px;
	width:250px;
	height:100%;
	z-index:2;
	padding-left:20px;
}

ul#mainMenu{
	width:900px;
	font-size:18px;
	padding-top:10px;
	padding-left:10px;
}

ul#mainMenu li {
	display: inline;
	list-style-type: none;
	padding-right:10px;
}

ul#mainMenu a:visited, ul#mainMenu a {
	color: darkblue;
	text-decoration:none;
}

ul#mainMenu a:hover {
	color: darkgreen;
	text-decoration:none;
	border-top:blue 2px solid;
}

#sideBar h2{
	color:darkblue;
}

#leah h2{
	color:darkblue;
	text-align:center;
}

#leah h3{
	color:darkblue;
	text-align:center;
}

#letter{
	border-top:green 1px solid;
	border-bottom:green 5px solid;
	border-left:green 1px solid;
	border-right:green 5px solid;
	
	position:center;
	width:95%;
	
	font-size:9pt;
	color:darkgreen;
	
	padding:5px;
}

p em{
	color:darkred;
	font-weight:bold;
}

ul#sideMenu li{
	padding-bottom:5px;
	list-style-image: url(images/sport_soccer.png); 
}

ul#sideMenu a:visited, ul#sideMenu a {
	color: green;
	text-decoration:none;
}

ul#sideMenu a:hover {
	color: darkgreen;
	text-decoration:none;
	border-left:blue 2px solid;
	padding-left:2px;
}

ul#teams li
{
	list-style-type: none;
	padding-top:10px;
	text-align:center;
}

ul#teams a:visited, ul#teams a {
	color: darkblue;
	text-decoration:none;
	font-weight:bold;
	border-left:white 20px solid;
	border-right:white 20px solid;
	border-top:white 5px solid;
	border-bottom:white 5px solid;
}

ul#teams a:hover {
	color: darkgreen;
	text-decoration:none;
	border-left:yellow 20px solid;
	border-right:yellow 20px solid;
	border-top:yellow 5px solid;
	border-bottom:yellow 5px solid;
	background:yellow
}

h2.body
{
	color:darkblue;
	text-align:center;
}

h3.team
{
	font-size:20pt;
	color:#990000;
	text-align:center;
	margin-bottom:0px;
}

h3.league
{
	color:green;
	text-align:center;
	margin-top:0px;
}

table.calendar
{
	width:98%;
	cellspacing:0px;
}

tr.header
{
	color:white;
	background:darkblue;
}

tr.header td
{
	text-align:center;
}

td.date{
	text-align:right;
}

tr.even{
	background:#E0E0E0;
}

tr.odd{
	background:#E8E8E8;
}

ul li.excel{ list-style-image: url(images/page_excel.jpg); }
ul li.pdf{ list-style-image: url(images/page_white_acrobat.png); }
ul li.word{ list-style-image: url(images/page_white_word.png); }

