html {
	margin: 0;
	padding: 0;
	}
h5 {
	font-size: 12px;
	font-weight: bolder;
	line-height: 15px;
}


p { 
	margin-top: 0; 
	text-align: justify;
	}

a:link {
	color: #005500;
	text-decoration: none;
	}
	
a:visited {
	color: #FFCC00;
	text-decoration: none;
	}
	
a:hover {
	color: #005500;
	text-decoration: underline;
	}
	
a:active {
	color: #FF6600;
	text-decoration: none;
	} 

#titleBox {
	text-align: center;
	margin-bottom: 10px;
	background-color: #005500;
	padding: 2px;
	border: 1px solid #666600;
	color: #FFFFFF;
}
#topLinks a:link,v:link {
	color: #FFFFFF;
}

#topLinks a:active {
	color: #FFFFFF;
	background-color: #FFFFd9;
}

#topLinks {
	background-color: #005500;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 130px;
	left: 0px;
	top: 5px;
	margin-left: 0px;
	position: relative;
	color: #FFFFFF;
}
#topLinks span {
	padding-right: 10px;
}
#contentBox {
	background-color: #FFFFFF;
	border: 1px solid #663300;
	padding: 5px;
	margin-bottom: 10px;
}

#summaryBox {
	margin-bottom: 10px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #663300;
}


#mainContainer {
	position: relative;
	width: 750px;
	left: 130px;
}
body {
	background-color: #E5DDB4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
}
#leagueLogo {
	position: absolute;
	left: 10px;
	z-index: 5;
	top: 0px;
}

#leagueUpdate {
	float: right;
}
#footerLinks span {
	padding-left: 10px;
}
#sideLinks {
	width: 120px;
	float: left;
	top: 10px;
	text-align: center;
	line-height: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mapBox {
	border: 1px solid #663300;
	overflow: visible;
	top: 10px;
	left: 10px;
}
