/* Common Module Elements */
.categoryTitleBar {

	width : 90%;
	font-weight: bold;
   color: white;
   text-decoration: none;
	background-color: #005881;
	padding:3px 3px 3px 8px;
	margin:15px 0px 10px 0px;
	font-size: larger;
	border-bottom: 2px solid ThreedShadow;
	border-right: 2px solid ThreedShadow;
	border-left: 2px solid ThreedLightShadow;
	border-top: 2px solid ThreedLightShadow;
}
.categoryDescription {
	padding: 3px 5px 5px 5px;
	/*border: 1px solid blue;*/
}
a.MoreInfoLink {
	color: navy;
	display:block;	  
	font-size : 9px;
	text-decoration : none;
}	  
a.ReturnLink {
	color: navy;
	display:block;	  
	font-size : 11px;
	text-decoration : none;
}	  
/* End of Common Module Elements */


/*Home Page Object*/

.homePageBox{
	width:224px;
	margin:5px;
	border:1px solid navy;
}

.homePageBoxNoBorder{
	width:224px;
	margin:5px;
	color: #506B80;
}

.homePageTitle{
	color: #506B80;
	font-size:14px;
	font-weight:bold;
	padding: 0px 0px 2px 0px;
}

.homePageContent{
	padding:0px 5px 15px 0px;
	background-color:white;
	line-height: 150%;
	color : #505380;
	text-align: justify;
}


/* Links Module Elements */
.linkContainer{
	margin: 2px 0px 10px 5px;
	/*border: 1px solid red;*/
}
.linkContent{
	margin: 2px 0px 5px 15px;
	/*border: 1px solid red;*/
}
.linkTitle{
    color : navy;
    font-size : 12px;
    font-weight : bold;
}
.linkURL{
	margin: 2px 0px 10px 15px;
	color: #333333;
}
/* End of Links Module Elements */


/* News Module Elements */
.storyContainer {
	margin: 2px 0px 10px 0px;
}
.storyHeadline, .storyHeadline a {
	font-size: 16px;
	text-decoration: none;
	color : #505380;
	font-weight:bold;
	margin: 2px 0px 2px 5px;
	width: 88%;
}
.storyHeadline a:hover{
	color : #AFAC7F;
}
.storySubtitle {
	font-size:12px;
	margin: 2px 0px 2px 20px;
}
.storyTimestamp{	
	font-size: 9px;
	margin: 2px 0px 2px 20px;
	/*border: 1px dotted red;*/
}
.storySummary {
	margin: 10px 0px 0px 15px;
	width: 85%;
}
/* End of News Module Elements */


/* FAQ Module Elements */
.FAQCategoryList {
	list-style: square;
}
.FAQList {list-style: square;
}
.FAQListItem {
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
	width: 85%;
}
.FAQCategoryCount {
	padding-left: 10px;
}
.FAQFrame {
	padding:5px;
   margin:5px;
	border : thin solid Gray;
	background : #eeeeee;
	width : 90%;
}
.FAQQuestionList{
	font-size: 11px; 
	color:black;
	font-weight:normal;
}

.FAQQuestion{
	font-size: 11px; 
	color:black;
	font-weight:bold;
}
.FAQAnswer {
	font-size: 10px; 
	color:black;
	font-weight:normal;
	padding-left: 15px;
}
.FAQImageFrame {
   padding:5px;
   margin:5px;
	border : thin solid black;
	background : #eeeeee;
}

/* Classes to support the FAQ Related Questions */
.FAQRelatedItemsCategoryTitle {
	
}
.FAQRelatedListItem {
	list-style: disc;
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
}
.FAQRelatedItem {
	
}

/* Classes to support the FAQ View Summary and Rating div tags */
.FAQSummaryBox {
	padding:5px;
   margin:6px;
	border : thin solid Gray;
	background : #eeeeee;
	width:275px;
   height:165px;
}
.FAQSummaryLabel {
	font-weight:bold;
}
.FAQSummaryData {
	font-weight:normal;
    
}
/* End of FAQ Module Elements */