/* css for this world is not for sale
*/

body	{
	font-size: 100%;	/* to avoid IE wierdness when using ems 			*/
  						/* see source of http://webdesign-l.com/policies/ 	*/
  					
	font-family: arial, helvetica, sans-serif; 
	margin:0px 5px 0px 10px;
}


h1{
	font-family: times, serif; 
	font-size: 3.0em; 
	font-weight: 900;
	margin-top: 0.2em;
	margin-bottom:  0.8em;
}

p {
	margin-top: -0.2em;
	margin-bottom:  0.8em;
}

.lhsIndex {
	position: absolute;
	left: 10px;
	/*
	top: 76px;
	*/
	width: 200px;
	padding: 0px 10px 10px 10px;
	/*
	border: 1px solid #000;
	*/
}

.lhsIndex ul {
	list-style-type:none;
}

.lhsIndex li {
	margin-left: -40px;
}

.lhsIndex p {
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

.lhsIndex h3 {
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

.content {
	margin-top: -1.2em;
	margin-left: 220px;
	width: 30em;
}

.content h2{
	margin-top: -0.1em;
	margin-bottom:  0.2em;
}

.content h3{
	margin-top: -0.1em;
	margin-bottom: 0.2em;
}

.indentedPara {
	text-indent: 3em;
}


.quote {
	font-style: italic;
	width: 30em;
}

.authorOfQuote {
	text-align: right;
	margin-right: 2em;
}

.lastRvisionDate {
	text-align: right;
	margin-right: 2em;
	font-size: 0.8em;
	font-style: italic;
}


.searchEngineStuff{
	font-style:  italic;
	color: #999999;
}