body{


}

h1{

	display: block;
	visibility: normal;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 5px;
}

.annotation{
	display: none;

}

#dialogWrapper{

	font: 12pt Helvetica;

	height: 1000px;
	
	width: 350px;
	padding: 15px;
	margin: 10px;
	float: right;

}

#dialog{
 position: absolute;
 font-size: 10pt;
 width: 350px;
 padding: 10px;
 border: 1px solid #a99;
 opacity: 0; 
}

#dialog ul{
	list-style:disc;
	
}

#dialog li{
	margin-left: 1.5em;
}

.disputed{

	background: #ffe0e0;
}

.disputed.lev1{

	background: #ffea5b;
}

.disputed.lev2{

	background: #ffa45b;
}

.disputed.lev3{

	background: #f66;
}

.disputedText{
	font-style: italic;
}


.sources{

	margin: 10px 0px;
}


#speechOutline{
	color: #a22;
	list-style-type: disc;
	text-indent: 0.5em;
	margin-left: 2.0em;
}

#speechOutline li{
	line-height: 1.2em;
}

.mainBox{

	width: 500px;
	margin: 10px;
	padding: 15px;
	border: 1px solid #999;	
	font-family: "Times New Roman", "serif";	
	font-size: 15px;
	line-height: 20px;	
}

#speechWrapper{
	width: 500px;
	text-align: justify;
	text-indent: 20pt;
	float: left;
}

