

		
<!--
/* 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/background01.gif');
		background-color: ffb53c;
		background-repeat: repeat-y;
		margin-left:0px;
		margin-top: 0px;
		}
		
		
		a:link{text-decoration:underline; color:6C0046;}
		a:active{text-decoration:underline; color:6C0046;}
		a:hover{font-weight:bold; text-decoration:none; color: 5F5F5F;}
		a:visited {text-decoration:none; color:6C0046;}
		

#container
	{
	width: 1200px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	}
		
/*coding for the menu bar on the top of each page*/		
	p.menu2{
		padding:0px 0px 0px 1px;
		margin: 0px 0px 0px 0px;
	
		width: 100px;
		position: absolute;
		left: 0px;	
		
		line-height: 100%;
	}
	
/* Blank space where the logo etc lives*/		
	p.SpaceHolder{
		z-index: 1;
		
		padding:0px 0px 0px 400px;
		margin: 0px 0px 0px 0px;
		Height: 170px;
		position: relative;
	}


/*coding for the main content title at the top of each page*/	
	p.customH1{
		z-index: 1;

		padding:10px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		
		width: 500px;
		height: 50px;

		position: relative;
		left: 110px;	
		
		text-align: left;
		font-family: times;
		color: 8c2f4e;
		font-size:190%;
		line-height: 100%;
	}
	
/*coding for potential sub-content title to appear under the left column*/	
	p.CustomH2{
		z-index: 1;
		
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: ffb53c;
		
		width: 640px;

		position: relative;
		left: 110px;	
		
		text-align: right;
		font-family: times;
		color: 002243;
		font-size:170%;
		line-height: 100%;
	}

/*coding for the main content of the page, this is an absolute table, and can be "stacked"*/	
	p.Content{
		z-index: 1;
		

		padding:0px 0px 10px 0px;
		margin: 10px 0px 0px 10px;
		width: 620px;

		position: relative;
		left: 110px;	
				
		text-align: ;
		line-height: 130%;		
		
		font-family: times;
		font-size:100%;
		color: 002243;
	}

/*coding for the right content of the page (summary information) cannot be stacked, only one per page */	
	div.HighlightsB{
		float: right;
		width: 450px;
		position: relative;			
		background-image: url('layout/Memo1.gif');
		padding: 40px 0px 0px 0px;
	}
	
	p.HighlightsB
	{
		width: 200px;
		height: 170px;
		padding: 0px 0px 0px 10px;
		font-family: times;
		font-size:90%;
		color: white;
	}

/*coding for the right content of the page (summary information) cannot be stacked, only one per page */	
	div.HighlightsR{
		float: right;
		width: 450px;
		height: 335px;
		position: relative;			
		background-image: url('layout/Memo2.gif');
		padding: 40px 0px 0px 0px;
	}
	
	p.HighlightsR
	{
		width: 220px;
		height: 335px;
		overflow: none;
		padding: 0px 0px 0px 10px;
		font-family: times;
		font-size:90%;
		color: white;
	}
	
/*coding for the bottom of each page*/	
	p.bottomLine{
		z-index: 2;
		border-style: solid;
		border-width: 3px 0px 0px 0px;
		border-color: 7b1135;

		padding:5px 0px 0px 350px;
		margin: 70px 0px 0px 0px;
		width: 100%;

		position: relative;
		bottom: 0px;

		line-height: 100%;		
		font-family: times;
		font-size:70%;
		color: 5F5F5F;
	}
img.floatLeft { 
	z-index: 1;
    float: left; 
    margin: 4px; 
	border-width: 0px 0px 0px 0px;
	position: relative;
}
img.floatRight { 
	z-index: 1;
    float: right; 
    margin: 4px; 
	border-width: 0px 0px 0px 0px;
	position: relative;
}

img.link
	{
	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	border-width: 0px;
	}

ul 
{
	list-style-image: url('layout/arrow.gif');
	font-family: times;
	font-size:95%;
	color: 002243;
	
	width: 500px;
	line-height: 110%;
	left: 110px;
	position: relative; 
}