 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Untitled</title>
	<style>      BODY  {
               	font-family : Goudy Old Style;
               	font-size : 20px;
               	COLOR : silver;
               }
               
               TD  {
               	font-family : Arial;
               	font-size : 11px;
               }
               
           	A  {
               	text-decoration : none;
           		color : #336633;
           		font-size : 11px;
           		font-family : Arial
               }
               
               A:HOVER {
               	text-decoration : underline;
               }
               
               H1  {
               	FONT-FAMILY : Arial;
      			font-size : 20px;
               	
               }
               H2  {
               	COLOR : #333399;
               	FONT-FAMILY : Arial;
      			font-size : 16px;
               	
               }
           	H3  {
           	    Color : #ffa500;
           		Font-Family : Goudy Old Style;
           	}
           	
           	P   {
           	    Color : Black;
           		Font-Family : Arial;
           		Font-Size : 14px;
      		}
           	
           	H4  {
           	Color : #ffa500;
           	Font-Family : Arial;
           	font-size : 10px;
           	margin-top : 0px;
           	}
      		
      		.orange {
      		color : #ff9933;
      		}
      		
      		.sandyblue {
      		color : #0099CC;
      		}
      		.yellow {
      		color : #ffcc00;
      		}
			.yellowb {
      		color : #000000;
			font-weight: bold;
			font-size: 12px;
      		}
      		.red {
      		color : #cc3333;
      		}
      		.guidedblue {
      		color : #333399;
      		}
      		.purple {
      		color : #663366;
      		}
      		.green {
      		color : #006666;
      		}
			.greenlink {
      		color : #006666;
			font-weight: bold;
			font-size: 14px;
      		}
      		.greenh2 {
      		background-color : #006666;
      		color: #8fbc8f;
      		}
      		.storylayer {
      		position:absolute; 
      		width:100%; 
      		height:550px; 
      		z-index:4; 
      		left: 30%; 
      		top: 400px; 
      		visibility: hidden;
      		}
      		.faqlayer {
      		position:absolute; 
      		width:100%; 
      		height:550px; 
      		z-index:4; 
      		left: 30%; 
      		top: 500px; 
      		visibility: hidden;
      		}
      		.contactlayer {
      		position: static;
      		width:100%;
      		height:450px;
      		z-index:4;
      		left: 150px;
      		top: 500px;
      		visibility: visible;
      }</style>
</head>
<body>
</body>
</html>
