
	body {
		text-align:center;
		font-family: Garamond, serif;
		font-size: 16px;
		}
	
	#frame {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		
		}
		
	#contentleft {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		border-right: medium solid #800000; 
		
		}
		
	#contentleft p { margin-bottom:15px }
	
	
	#contentcenter {
		width:570px;
		padding:0px;
		float:left;
		background:#fff;
		}

	#footnote {
		font-size:smaller;
		font-style:italic;
	}

	#contentbottom {
		border-top: medium solid #800000; 
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		background:#fff;
		width:750px;
		text-align:center;
		font-size: 13px;
		}

	#contentheader {
		background:#fff;
		}
	#contentheader img {border:none;}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:20px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
	#rimage {
		padding:10px;
		float:right;
		text-align:center;
		font-size:12px;
		
		}
	
	#rimage a{
		text-decoration:none;
	}
	
	a {
		text-decoration:underline;
		color:#000;
	}
	
	a:hover {
		color:#800000;
	}
	
	p:first-letter {
		color:#800000;
		font-size:larger;
		font-weight:bold;
		text-decoration:none;
		
	}