/* CSS Document */

a.nodrop {
	color:#980010;
	text-decoration:none;
	font-size:inherit;
}
a.nodrop:hover {
	color:#980010;
	text-decoration:underline;
	font-size:inherit;
}

p.index {
	font-size:1.2em;
}

/*------- Sports Pages -------*/
#sportsCols {
	width:98%;
 	height:100%;
	margin-top:45px;
}
.sport {
	width:32%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1.4em;
}
.sport div {
font-size:0.9em;
line-height:1.7;
}
.sport a {
	color:#000;
	text-decoration:none;
}
.sport a:hover {
	color:#990000;
	text-decoration:underline;
}
.sportC {
	width:49%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1.4em;
}
.sportC a {
	color:#000;
	text-decoration:none;
}
.sportC a:hover {
	color:#990000;
	text-decoration:underline;
}


/*------------- Schedule Pages --------------*/
.sportsSchedule {
	text-align:left;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
.sportsSchedule span.day {
	font-weight:bold;
	display:block;
	font-size:1.2em;
}
.sportsSchedule ul {
	line-height:1.6;
}
.sportsSchedule ul li span.subtext {
	 font-size:.9em;
	 display:block;
	 padding-left:15px;
	 margin-top:-5px;
}
.sportsSchedule ul li span.subtext a {
	color:#000;
	text-decoration:underline;
}
.sportsSchedule ul li span.subtext a:hover {
	color:#980010;
	text-decoration:underline;
}


/*------------- Listen Page --------------*/
#listen {
margin-left:auto;
margin-right:auto;
}
#listen td a {
	color:#000;
	font-size:1.2em;
	text-decoration:none;
}
#listen td a:hover {
	color:#980010;
	text-decoration:underline;
	font-weight:bold;
}
a.emailLink  {
	font-weight:bold;
	color:#980010;
	text-decoration:underline;
}
a.emailLink:hover {
	font-weight:bold;
	color:#980010;
	text-decoration:underline;
}