
/* Layout Stylesheet */ 

html, body{ 
margin:0;
background-color:#000000; fixed top center;
width:100%;
 
 }

#pagewidth{
float:center;
position:relative;
}

#maincol{

background-color:#D2E3F9; fixed top center; 
width:800px;
margin-bottom:10px;
margin-top: 0em;
}

p{
	margin-left: 2em;
	margin-right: 2em;
	font: 100% 
	color: black
	text-align: justify;
	font-size: 100%; 
  	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}
	 

		
p.cursive{
	 margin: 1em;
	 font-size: 120%; 
	 font-family: serif;
	 color: navy
	 text-align: right;
	 text-indent: 1em;
	}
	 
p.normal{
		margin: 1em;
		font: 100%;
		font-family:"arial";
		color: #000;
		text-align: justify;
		text-indent: 1em;
	}
	
	


