@charset "UTF-8";
/* CSS Document */

#footerText{
	clear: both;
	color: gray;
	display: block;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center; 
	
	/*New Code - paper fold*/
	overflow:visible;
		padding:35px 0 0 0;
		position:absolute;
		margin-top:-10px;
		margin-left:-23px;
		margin-right:23px;
		width:1025px;
		height:120px;
		background:url(../img/headerArea/bottompageout.png) top center no-repeat;
		overflow:visible;
	}
	
	#footer_contain{
		width: 980px; 
		height:auto;
		margin: 30px auto;
		overflow:visible;
	}
 
	#footerText a:link {border: none; color: #297FB8; text-decoration:none;}

	#footerText a:hover {border: none; color: #297FB8; text-decoration: underline;}

	#footerText a:over {border: none; color: #297FB8; text-decoration: underline;}

	#footerText a:active, a:visited, a:focus {border: none; color: #297FB8; text-decoration:none;}
	
