

		
<!--
/* really only used for the top table that ensures that the images do not get oddly padded */		
	table{
		table-layout: fixed;
		border-spacing:0px;
		border-collapse: collapse;
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}

/* regular body properties including the background image and the padding on top of the page (without it the entire layout looks stupid)*/		
	Body{
		background-image: url('layout/PotentialLayout-v02-Inside_11.gif');
		background-repeat: repeat-x;
		margin-left:0px;
		margin-top: 0px;
		}
		
A:link {background: ; text-decoration: none;  font-weight:bold; color: 6C0046;}
A:visited {background: ; text-decoration: none; font-weight:bold; color: 6C0046;}
A:active {background: ; text-decoration: none;  font-weight:bold;  color: 4E4C4C;}
A:hover {background: ; text-decoration: none;  font-weight:bold; color: 4E4C4C;}	


		
a.listing1{
		
		border-style: solid;
		border-width: 0px 0px 0px 0px;
		background:;
		
		display:block;
		padding:0px 0px 0px 0px;
		margin: 20px 0px 0px 30px;
		width: 620px;

		position: relative;
		left: 0px;	
		
		text-align: justify;
		line-height: 100%;		
		
		font-family: times;
		font-size:100%;
		}		
		
/*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: 6C0046;
		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: 5F5F5F;
		font-size:200%;
		line-height: 70%;
	}
	
/*coding for potential sub-content title to appear under the left column*/	
	p.CustomH2{
		border-style: solid;
		border-width: 0px 0px 2px 0px;
		border-color: 6C0046;
		background-color: ;

		padding:0px 0px 0px 0px;
		margin: 15px 0px 0px 0px;
		
		width: 490px;
		position: relative;
		left: 0px;	
		
		text-align: right;
		
		font-family: times;
		color: 5F5F5F;
		font-size:175%;
		line-height: 90%;
	}

/*coding for potential sub-content title to appear under the left column*/	
	p.CustomH3{
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: 6C0046;
		background-color: ;

		padding:0px 20px 0px 20px;
		margin: 30px 20px 20px 0px;
		
		width: 660px;
		position: relative;
		left: 0px;	
		
		text-align: right;
		
		font-family: times;
		color: 5F5F5F;
		font-size:120%;
		line-height: 90%;
	}

/*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: 480px;

		position: relative;
		left: 0px;	
		
		text-align: justify;
		line-height: 120%;		
		
		font-family: times;
		font-size:90%;
		color: 5F5F5F;
	}

/*coding for the right content of the page (summary information) cannot be stacked, only one per page */	
	p.ContentRight{
		padding:0px 0px 0px 0px;
		margin: 10px 0px 0px 10px;
		width: 150px;

		position: absolute;
		left: 500px;
		top:210px;
		
		text-align: ;
		line-height: 100%;		
		
		font-family: times;
		font-size:120%;
		color: 6C0046;
	}

/*coding for the right content of the page (summary information) cannot be stacked, only one per page */	
	p.Contact1{
		padding:0px 0px 0px 0px;
		margin: 10px 0px 0px 10px;
		width: 150px;

		position: absolute;
		left: 500px;
		top:240px;
		
		text-align: ;
		line-height: 100%;		
		
		font-family: times;
		font-size:80%;
		color: 5F5F5F;
	}

/*coding for the right content of the page (summary information) cannot be stacked, only one per page */	
	p.Contact2{
		padding:0px 0px 0px 0px;
		margin: 10px 0px 0px 10px;
		width: 150px;

		position: absolute;
		left: 500px;
		top:710px;
		
		text-align: ;
		line-height: 100%;		
		
		font-family: times;
		font-size:80%;
		color: 5F5F5F;
	}
	
	
/*coding for the Full content of the page  */	
	p.ContentFull{
		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:90%;
		color: 5F5F5F;
	}
	
/*coding for the mini-summaries of projects paragraphs  */	
	p.ContentMini{
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: 6C0046;

		padding:10px 10px 10px 10px;
		margin: 20px 2px 20px 20px;
		width: 640px;

		background: ;
		position: relative;
		left: 0px;	
		
		text-align: justify;
		line-height: 120%;		
		
		font-family: times;
		font-size:90%;
		color: 6C0046;
	}
	

ul 
{
	list-style-image: url('pictures/arrow.gif');
	font-family: times;
	font-size:90%;
	color: 5F5F5F;
	display:block;
}
	

/*coding for images that are to appear the right content of the page (summary information)*/	
	img.imagesright{
		border-color: 6C0046;		
		border-style: solid;
		border-width: 2px;
	}

	img.inmenu{border-width: 0px;}
	
/*coding for images or exhibits to appear on the main content (left side of the page)*/	
	p.exhibitleft{
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 10px;
		width: 480px;

		
		position: relative;
		left: 0px;	

		text-align: center;
		line-height: 100%;		
		}

/*coding for descriptions which are to  appear under images or exhibits on the main content (left side of the page)*/		
	p.Exhibitdesc{
		padding:0px 0px 0px 0px;
		margin: 10px 0px 10px 70px;
		width: 350px;

		position: relative;
		left: 0px;	
		
		text-align: justify;
		line-height: 100%;		
		
		font-family: times;
		font-size:80%;
		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;	
		
	}
	
	
	
	
	#.floatLeft
	{
	z-index: 1;
    float: right; 
    margin: 4px; 
	border-width: 0px 0px 0px 0px;
	position: relative;
	}