@charset "utf-8";
/* CSS Document */

#StoryBox{
	display:block;
	width:95%;
	height:auto;
	font-size:12px;
	line-height:16px;
	margin: 0 auto;
	margin-top:16px;
}

#StoryBox H2{
	display:block;
	width:100%;
	height:auto;
	font-size:28px;
	line-height:30px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-top:8px;
	margin-bottom:0px;
}
#StoryBox H3{
	display:block;
	width:100%;
	height:14px;
	
	font-size:10px;
	line-height:12px;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:8px;
	padding-left:2px;
}
.addMeBar{
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin-top:4px;
	margin-bottom:8px;

}
.RightStoryColumn{
	display:block;
	float:right;
	width:255px;
	height:auto;
	padding:2px;
	margin-left:20px;
	margin-bottom:4px;


}
.storyImgBox{
	display:block;
	float:right;
	width:250px;
	height:auto;
	margin:8px;
	
	font-size:10px;
	line-height:12px;
	padding:2px;
	
	border:solid;
	border-color:#333333;
	border-width:1px

}
.storyImgBox img{
	width:244px;
	float:right;
	margin:3px;
}
/* -------------------------
	Top Headlines box
---------------------------*/
.innerStoryLinks{
	display:block;
	float:right;
	width:250px;
	height:auto;
	margin:4px;
	
	margin:4px;
	padding:2px;
	
	
	
	border:solid;
	border-color:#CCCCCC;
	border-width:1px
}
.innerStoryLinks h1{
	display:block;
	float:left;
	width:94%;
	height:20px;
	padding:2px;
	padding-left:12px;
	margin-bottom:4px;
	margin-top:4px;
	text-align:center;
	background:#EEEEEE;
	
	font-size:16px;
	text-transform:uppercase;
	line-height:20px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000066;
}

.innerStoryLinks ul{
	clear:both;
	display:block;
	width:95%;
	height:auto;
	margin-top:0px;
	
	font-size:12px;
	line-height:14px;
}

.innerStoryLinks li{
	clear:both;
	display:block;
	text-align:left;
	width:95%;
	height:auto;
	margin-left:-30px;
	margin-bottom:4px;
	padding-left:4px;
	padding-top:4px;
	
	border-bottom-color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.altLi{
	margin-bottom:8px;
	
}

.innerStoryLinks a:link{
	color:#333333;
	text-decoration:none;
	text-transform:capitalize;
}
.innerStoryLinks a:visited{
	color:#000000;
	text-decoration:none;
}
.innerStoryLinks a:hover{
	color:#0099FF;
	text-decoration:underline;
}
