/* #nav MENU styles start */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	margin: 0px;
}
	
#nav a {
	display: block;
	color: #FFFFFF; /* white */
	text-decoration: none;
}

#nav li.folder {
	float: left;
}

	#nav li.folder ul {
		position: absolute;
		width: 175px;
		left: -999em;
		border: 1px solid #161B32; /* galatic blue */
		border-bottom: none;
		border-top: 1px solid #161B32; /* galatic blue */
	}
	
	#nav li:hover ul, 
	#nav li.sfhover ul {
		left: auto;
		background: #3E4F99; /* blue */
	}

	#nav li.folder ul li {
		border-bottom: 1px solid #161B32; /* galatic blue */
	}
	
	#nav li.folder ul li:hover, 
	#nav li.folder ul li.sfhover {
		background: #3E4F99; /* blue */
	}
	
		#nav li.folder ul li a {
			display: block;
			padding: 4px 8px 5px 19px;
			#width: 100%; /* plays nice in IE */
		}
		
		#nav li.folder ul li a:hover {
			/* hover color: orange sherbert */
			background: #F0DEBB;
			color: #D9945F; /* orange */
			text-decoration: underline;
		}


.flashShow {
	visibility: visible;
}

.flashHide {
	visibility: hidden;
}

/* #nav MENU styles end */



a:link, a:hover, a:visited, a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #435083;
	text-decoration: none;
}


/* begin fsa custom styles */
.fsaFooterfsaLinks, a.fsaFooterfsaLinks:link, a.fsaFooterfsaLinks:hover, a.fsaFooterfsaLinks:active, a.fsaFooterfsaLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
a.fsaFooterfsaLinks:hover {
	text-decoration: underline;
}
a:hover {
	color: #e19000;
	text-decoration: underline; 
}

.fsaFeatureText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
}

.fsaNoTile {
	background-repeat: no-repeat;
}



.fsaCopyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}


p .fsaSideBarText, .fsaSideBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
p .fsaEventsHeader, .fsaEventsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7c8d3e;
	line-height: 21px;
}
.fsaSidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CE6F30;
	line-height: 21px;
}
.fsaEventsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#fsamainContentCell {
	padding-left:5px; 
	padding-right:5px;
}


.fsaContentHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 21px;
	text-transform:uppercase;
}


.fsaIntroParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}
.fsaSubHeadText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #e19000;
	line-height: 21px;
}
.fsaBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.fsapaddingTop20px {
	padding-top:18px;
}
.fsaPageTitle {
	font-size:21px;
	color:#ECB41E;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-top:10px;
}

/* end fsa custom stypes */