	#FooterContent {
		font-size: 9pt;
		font-family: "arial", "Times New Roman", serif;
	 	color: #fff;
		background-color: #555; 
		float : right;				
		margin-right : 15px;
	}
	
		/* need this too, as regular link is there for site credit */
  	#FooterContent a ,
  	#FooterContent .seperator { 
	 	color: #fff;
		text-decoration : none;
	}
	#FooterContent a:hover {
	 	color: #000;
		cursor: pointer;
	}
	
  	#FooterContent #Copyright { 
  		margin-left : 35px;	
  		margin-right : 20px;
	}	
  	#FooterContent #SiteCredit { 
  		margin-left : 20px;
	}
	#FooterContent .outerSpan {
	}

	#FooterContent a.current ,
	#FooterContent a.current:hover { 
		/* TO DO: current one will stand out just a shade */
	 	color: #fff;
		cursor: default;
	}
	
	#FooterContent a.section {
		/* TO DO: current one will stand out just a shade */
	 	color: #fff;
	}
	#FooterContent a.section:hover { 
	 	color: #fff;
	}	

/**********************************************/

	


