.newsCategory{
FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: black;
    TEXT-DECORATION: none;
	border: 1px solid black;
	width:400px;
	background-color:#eeeeee;
	padding:5px;
	margin-bottom:10px;
	
}

.newsTitle{
    color : black;
    font-size : 14px;
    font-weight : bold;
    margin-top:10px;
}

.newsURL{
	margin-top:10px;
	margin-left:5px;
	display:block;
	color : black;
    font-size : 10px;
    font-weight : bold;
	width:80%;
    TEXT-DECORATION: none;

}

.newsContent{
    MARGIN-TOP: 10px;
    FONT-SIZE: 11px;

}

.newsDate{
	font-size:10px;
	color:gray;
	margin-left:5px;
}

.newsReturn{
	font-size:10px;
	color:#E63B03;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
	text-decoration:none;
}

.newsNavURL{
	display:block;
	color : white;
    font-size : 10px;
    font-weight : bold;
    TEXT-DECORATION: none;
	text-align:left;
	padding-top:10px;
}

.newsNavDate{
	font-size:10px;
	color:gray;
	text-align:left;
}	

/* News Module Elements */
.storyContainer {
	margin: 2px 0px 10px 5px;
}
.storyHeadline, .storyHeadline a {
	font-size: 16px;
	text-decoration: none;
	color: #1B3D1D;
	font-weight:bold;
	display:block;
	margin: 2px 0px 2px 5px;
	/*border: 1px dashed red;*/
}

.storyHeadline a:hover{
	color:#1B3A3C;
}

.storyHeadlineHolder{
	padding-bottom:10px;
    
}

.storyHeadlineNav {
	color:#4c6d94;
	font-size:11px;
	text-decoration:none;
}


.storySubtitle {
	font-size:12px;
	margin: 2px 0px 2px 20px;
}
.storyTimestamp{	
	font-size: 9px;
	margin: 2px 0px 2px 20px;
	/*border: 1px dotted red;*/
}

.storyTimestampNav{
        color:gray;
        margin-bottom:5px;
    }   
    
.storySummary {
	margin: 10px 0px 5px 20px;
	/*border: 1px dotted red;*/
}

#navNews{
	height:140px;
	width:305px;
	overflow:auto;
	padding:5px;
}

#navNewsHeader{
	font-size:18px;
	font-weight:bold;
	line-height:1.5
}

#moreNav{
	text-decoration:none;
	color:#487092;
	font-weight:bold;
}

/* End of News Module Elements */