@charset "utf-8";
#photoInfo {
	font-size: 11px;
	color: #009900;
	font-style: italic;
}
.sliderHeadlineText {
	font-size: 18px;
	color: #68B93B;
	font-weight: bold;
	padding-right: 70px;
}
.topNewsHeadlines {
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.topNewsHeadlines a{
	color: #5F5F5F;
	text-decoration: none;
}
.topNewsHeadlines a:hover{
	color: #68B93B;
	text-decoration: underline;
}
#storyPhoto{
	float: left;
	margin-right: 10px;
}
#photoContainer {
	border: 1px solid #68B93B;
}
.otherNewsHeadlines {
	padding-bottom: 5px;
}
.otherNewsHeadlines a{
	color: #68B93B;
	text-decoration: none;
}
.otherNewsHeadlines a:hover{
	color: #68B93B;
	text-decoration: underline;
}
.headlineInfo {
	font-size: 10px;
	font-weight: normal;
}
#storyCaption {
	font-size: 18px;
	color: #68B93B;
	font-weight: bold;
}
.toolBoxCaption {
	font-size: 16px;
	font-weight: bold;
	color: #68B93B;
}

#userNewsToolBox {
	margin-top: 10px;
	background-color: #F2FAED;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px dashed #97D376;
}