body {
	font-family: Arial, Verdana;
	background-color: #93C5E7; 
	padding: 8px;
	}
	
a:link		{color: #003399;}
a:visited	{color: #003399;}
a:active 	{color: #6699CC;}
a:hover 	{color: #6699CC;}

.main {
width: 800px; 
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 3px solid gray;
border-bottom: 3px solid gray;
background-color: white;

margin-left: auto;
margin-right: auto;
padding: 10px; 
}

h1 { 
	font-size: 36px;
	margin-top: 0px; 
	}

h2 { 
	font-size: 24px;
	margin-top: 0px; 
	}
	
h3 { 
	font-family:  'Courier New', 'Times New Roman', Times, Monospace , sans-serif ;
	margin-top: 0px; 
	font-size: 30px;
	}
	
.content {
	//float: right; 
	//width: 400px; 
	}
	
.navigation {
width: 160px; 
float: left; 
background-color: #95CAE4; 
font-size: 11px;  
padding: 6px; 
border: 8px solid white; 
line-height: 150%; 

}
	
p 	{
text-indent: 2em;
}

.subitem {
margin-left: 1em; 
}
.permission {
	font-family: 'Times New Roman';
	font-size: 9px;
	}	

.byline {
font-style: italic; 
text-indent: 0em; 
}
img {
border: 1px solid #CCCCCC;
padding: 2px; 
}



