#NavMain {
	background: transparent;
	font-family: arial, sans-serif;
	font-weight:bold;
	font-size: 12pt; /* using absolute for menu */
}

#NavMain li { 
 	list-style: none; 
	float: left;
	line-height: 20px;
}

#NavMain li#last-nav {
	margin-right: 15px;
}

#NavMain li a { 
	float: left;
	text-decoration: none;
	padding : 0px;
	color: #131215;
}

#NavMain li span.outerSpan {
	padding: 0px 12px 0px 12px ;
	text-align: center;
	margin : 0px;
}

#NavMain li a:hover { 
	color: #CCC;	
	cursor: pointer;
}


#NavMain li a.section {
	color: #e7e9df;
}

#NavMain li a.section:hover { 
	color: #2e2344;	
	cursor: pointer;
}

#NavMain li a.current,
#NavMain li a.current:hover { 
	color: #e7e9df;
	cursor: default;
}





		

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}





#FooterContainer { 
}

#Footer { 
	width: 100%;
	margin-top : 0px;
	margin-bottom : 15px;
	height : 19px;
	background: transparent url(../images/footer-bg-616x18.png) top left no-repeat;

	font-size: 8pt;
	line-height: 14pt;
	font-family: "arial", "Times New Roman", serif;
 	color: #1d2f1c; 
	/*background-color : #400; */
	padding-left : 16px;
	}
		/* need this too, as regular link is there for site credit */
  	#Footer a ,
  	#Footer .seperator { 
   		color : #242424;
		text-decoration : none;
	}
	#Footer a:hover {
	   	color: #AAA; 
		cursor: pointer;
	}
	
  	#Footer #Copyright { 
  		margin-right : 4px;
	}	
  	#Footer #SiteCredit { 
  		margin-left : 6px;
  		margin-right : 4px;
	}
	#Footer .outerSpan {
	}

	#Footer a.current ,
	#Footer a.current:hover { 
		/* current one will stand out just a shade */
   		color : #888;
		cursor: default;
	}
	
	#Footer a.section {
		/* current one will stand out just a shade */
   		color : #888;
	}
	#Footer a.section:hover { 
	   	color: #AAA; 
	}	




