/* CSS Document */ 
#spread{
}
.homearticlebody{
	font-size: 16px;
	line-height: 26px;
}
h1{
	color: #002a4f;
	margin-bottom: 15px;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
}
h2{
	color: #002a4f;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
}
h3{
	color: #002a4f;
	font-size: 26px;
	line-height: 24px;
	text-transform: uppercase;
}
p{
	margin-bottom: 10px;

}
sup{
	vertical-align: super;
	font-size:8px;
}
.red{
	color: #ff0000;
}
.blue{
	color: #003366;
}
.green{
	color: #00ff00;
}
#storycontent td h2{
	margin-bottom: 0;
	line-height: 24px;
}
#storycontent b, #storycontent strong{
	font-weight:bold;
}
#storycontent i, #storycontent em{
	font-style:italic;
}
#storycontent ol{
	margin-left: 20px;
	margin-bottom: 10px;
}
#storycontent ol li{
	list-style-type:decimal;
}
#storycontent ul{
	margin-left: 20px;
	margin-bottom: 10px;
}
#storycontent ul h3{
	line-height: 20px;
	margin-bottom:0;
	margin-left: -15px;
	color: #999999;
}
#storycontent ul li{
	list-style-type:circle;
}
#storycontent ul.nobullets{
	margin-left:10px;
}
#storycontent ul.nobullets h3{
	line-height: 20px;
	margin-left: -10px
	margin-bottom:0;
}
#storycontent ul.nobullets li{
	list-style-type:none;
}
#mainContent{
	padding: 21px;
	background-color: #f6f6f6;
	margin-bottom: 25px;
}
#storycontent{
	min-height: 700px;
	padding: 20px;
}
#adspace{
	margin-bottom: 25px;
}
#storycontent a:link, #storycontent a:visited{
	color: #ce311f;
	font-weight: bold;
	text-decoration:none;
}
#storycontent a:hover{
	color: #000000;
}
#sidebar{
	width: 250px;
	margin-left: 30px;
	/*margin-top: 10px;*/
	color: #333333;
}
#storycontent ul li.nobullet{
	list-style-type:none;
	margin-left: -5px;
}
#biopopup{
	position: absolute;
	background-color: #ddddee;
	z-index: 100;
	width: 300px;
	height: 115px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
}
div.athletephoto{
	float: left;
	width: 85px;
	margin-right: 10px;
}
div.athletephoto img{
	width: 75px;
	border: 1px solid #333333;
}
div.athletebio{
	float: right;
	width: 200px;
}
div.athletebio p{
	margin: 5px 0;
	font-size: 11px;
}
#storycontent div.photoframe{
	padding:5px;
	background-color:#282E3C;
	border-radius:5px;
}
#storycontent div.photocredit{
	font-size:10px;
	text-align:right;
}
#storycontent div.photocaption{
	font-size:12px;
	color: #ffffff;
}
#storycontent div.photocaption:empty {
    display: none;
}