@charset "utf-8";
/* CSS Document */

.indexBox{
	display:block;
	float:left;
	width:98%;
	height:auto;
}
.indexHeading{
	display:block;
	float:left;
	width:100%;
	line-height:22px;
	font-size:18px;
	text-align:left;
	margin-bottom:0px;
	margin-top:8px;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-transform:uppercase;
	clear:both;
	color:black;
}
.otherIndexLink{
	display:block;
	float:left;
	width:98%;
	height:auto;
	margin-bottom:16px;


}
.otherIndexLink a:link{
	color:#333333;
	text-decoration:none;
}
.otherIndexLink a:visited{
	color:#333333;
	text-decoration:none;
}
.otherIndexLink a:hover{
	color:#0099FF;
	text-decoration:none;
}

.bodyLink a:link{
	display:block;
	float:left;
	width:90%;
	height:auto;
	color:#333333;
	text-decoration:none;
}
.bodyLink a:visited{
	color:#333333;
	text-decoration:none;
	

}
.bodyLink a:hover{
	color:#333333;
	text-decoration:none;

}
.bodyLink img
{
	display:block;
	float:left;
	padding:4px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	margin:2px;
	margin-right:8px;
	background-color:#FFFFFF;
	


}
.storyRow {
	display:block;
	float:left;
	width:96%;
	height:auto;
	margin-bottom:10px;
	font-size:12px;
	line-height:14px;
	padding:4px;
	
	border-bottom-width:1px;
	border-bottom-color:#EEEEEE;
	border-bottom-style:solid;
	
	
		background-color:#F7F7F7;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:1px;

}



.storyRow h2{
	display:block;
	float:left;
	width:100%;
	height:18px;
	clear:left;
	line-height:18px;
	margin:0px;
	margin-bottom:4px;
	
	font-size:16px;
	font-weight:bold;
}

.storyRow h2 a:link{
	color:#000066;
	text-decoration:none;
}
.storyRow h2 a:visited{
	color:#000066;
	text-decoration:none;

}
.storyRow h2 a:hover{
	color:#0099FF;
	text-decoration:none;

}

.storyIndexID{
	display:block;
	float:left;
	width:100%;
	height:10px;
	font-size:8px;
	line-height:10px;
}


/*Event index styles*/

.eventRow{
	display:block;
	float:left;
	width:620px;
	height:auto;
	padding:4px;
	margin:16px auto;
	
	background-color:#F7F7F7;
	border-color:#EEEEEE;
	border-style:solid;
	border-width:1px;

}

.eventRow h2{
	display:block;
	float:left;
	width:100%;
	height:auto;
	
	text-transform:uppercase;
	font-size:18px;
	color:#000033;
	
	margin:0px;
	margin-bottom:4px;
	
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.eventDate{
	display:block;
	float:left;
	width:100%;
	height:auto;
	
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin-bottom:4px;

}
.eventInfo{
	display:block;
	float:left;
	width:470px;
	height:auto;
	margin-bottom:8px;

}
.eventImgBox{
	display:block;
	float:right;
	height:auto;
	width:133px;
	padding:4px;
	
	background-color:#EEEEEE;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	
	font-size:10px;
	text-align:left;
	line-height:12px;
	
	margin-bottom:8px;

}
.eventCaptionText{
	display:block;
	float:none;
	margin: 0px auto;
	width:125px;
	height:auto;

}
.eventImgBox img{
	display:block;
	float:none;
	margin: 0px auto;
	width:125px;
	height:auto;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	margin-bottom:4px;


}

.indexDate{
	display:block;
	float:left;
	width:100%;
	height:12px;
	line-height:14px;
	font-size:10px;
	color:#666666;
	margin-bottom:8px;


}







