
		HTML{
		overflow-x: hidden; !important
		}
		
<!--

		img{
		border-width:0px;
		padding: 0px 0px 3px 0px;
		margin: 0px 0px 0px 0px;}
		
		table{
		table-layout: fixed;
		border-spacing:0px;
		border-collapse: collapse;
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;}
		
		BODY{
		background-image: url('Layout/PotentialLayout-v03-MainPage_11.png');
		background-repeat: repeat-x;
		margin-left:0px;
		margin-top: 0px;
		}
		
		a:link{text-decoration : none; color:4E4C4C;}
		a:active { text-decoration : none; color:4E4C4C;}
		a:hover { font-weight: bold ; text-decoration: none; color:4E4C4C;}
		a:visited {text-decoration: none; color:4E4C4C;}		

/*coding for the menu bar on the top of each page*/		
	p.menu2{
		border-style: solid;
		border-width: 0px 0px 0px 0px;
		border-color: 6C0046;
		background-color: ;
		
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		
		width: 660px;
		position: relative;
		left: 0px;	
		line-height: 70%;
	}

/*coding for the main content title at the top of each page*/	
	p.CustomH1{
		border-style: solid;
		border-width: 0px 0px 2px 0px;
		border-color: black;
		background-color: ;

		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		
		width: 660px;
		position: relative;
		left: 0px;	
		
		text-align: right;
		
		font-family: times;
		color: 6C0046;
		font-size:200%;
		line-height: 70%;
	}	

	/*coding for the main content of the page, this is an absolute table, and can be "stacked"*/	
	p.ContentLeft{
		padding:0px 0px 0px 0px;
		margin: 10px 0px 0px 10px;
		width: 650px;

		position: relative;
		left: 0px;	
		
		text-align: justify;
		line-height: 120%;		
		
		font-family: times;
		font-size:110%;
		color: 5F5F5F;
	}
/*coding for the bottom of each page*/	
	p.bottomLine{
		border-style: solid;
		border-width: 0px 0px 2px 0px;
		border-color: 6C0046;
		background-color: ;

		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		
		width: 100%;
		position: relative;
		left: 0px;	
		
	}