#homeContainer {
	background: #fff url(/images/templates/info-area-back.png) bottom left no-repeat;
}

h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1.tennis, h1.baseball, h1.softball {
	font-size: 14px;
}

h1.tennis {
	color: #005447;
}

h1.baseball {
	color: #2e4c80;
}

h1.softball {
	color: #970f00;
}

#homeContainer p.learnMore {
	float: right;
	padding: 0px;
	margin: 3px 15px 2px 0px;
}

#col1 {
	float: left;
	width: 241px;
	text-align: center;
	padding: 0px 5px 0px 10px;
}

#col2 {
	float: left;
	width: 241px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0px 5px 0px 5px;
}

#col3 {
	float: left;
	width: 241px;
	text-align: center;
	padding: 0px 10px 0px 5px;
}


.homeTopLinks ul li a, .homeTopLinks ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.homeTopLinks ul li a:hover {
	text-decoration: underline;
}

.homeTopLinks ul {
	list-style-type: none;
	min-height: 192px;
	margin: 0px;
	padding: 0px;
}

.homeTopLinks ul li {
	background: url(/images/templates/home/rule.png) bottom left no-repeat;
	padding: 3px 0px 5px 0px;
}

.homeTopLinks ul li.last {
	background: none;
}

div.lowerContentContainer {
	margin: 25px 0px 0px 0px;
	padding: 10px 0px;
	background: transparent url(/images/templates/home/home-bottom-content-area-top.png) top left no-repeat;
	clear: both;
	
	min-height: 300px;
	height: auto !important;
	height: 250px;
}

div.lowerContentContainer h1 {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

div.lowerContentContainer ul {
	list-style-type: none;
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 0px 0px;
}

div.lowerContentContainer ul li a {
	font-size: 14px;
}

ul#tennisList  li a, ul#tennisList  li a:visited {
	color: #005447;
	text-decoration: none;
}

ul#tennisList li a:hover {
	text-decoration: underline;
}

#tennisList li{
	text-align: left;
}

ul#baseballList a, ul#baseballList a:visited {
	color: #2e4c80;
	text-decoration: none;
}

ul#baseballList li a:hover {
	text-decoration: underline;
}

#baseballList li{
	text-align: left;
}

ul#softballList a, ul#softballList a:visited {
	color: #970f00;
	text-decoration: none;
}

ul#softballList li a:hover {
	text-decoration: underline;
}

#softballList li{
	text-align: left;
}