
}
body {
	background-color: White;
	color: black;
	font-family: "Arial", Helvetica, Verdana, Geneva,sans-serif;
	font-size: 10pt;
			}

H1 {
	font-family: "Times New Roman", Times, serif;
	background-color: White;
	font-size: 24px;
	color: Navy;
	text-align: center;
	font-style: italic;
	line-height: 1.1em;
	}
	
H2 {
	font-family: "Times New Roman", Times, serif;
	background-color: White;
	font-size: medium;
	color: Navy;
	text-align: center;
	line-height: .5em;
	font-weight: bold;
	
		}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: Navy;
	text-align: left;
	line-height: .5em;		
	}
		
	p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.5em;
	
	}
	
	
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: Black;
	text-align: left;
	line-height: 1.5em;
	}

blockquote{
margin-top: 10px;
margin-bottom: 20px;
margin-left: 40px;
	
}	
#container
{

width: 88%;
line-height: 1.5em;
margin-top: 10px;
}

A.plain {
	color: black;
	text-decoration: none;
	}

A:HOVER {
	color: Blue;
	text-decoration: underline;
	}
	
#leftnav
{
float: left;
width: 150px;
background-color: #99CCFF;
margin-top: 100px;
margin-left: 10px;
border-style: solid;
border-color: Black;
border-width: 1px;
font-size: 10pt;
height: 350px;
}
#photos
{
float: left;
	
}
 
#content
{
margin-left: 220px;


}
table.right {
	margin-left: 220px;
	float: right;
}
li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em
	
}

a {
	font-family: Arial, Helvetica, sans-serif;
}



