/* scotus.css - 20090830 - tba */
body { font-family: "Times New Roman", Times, serif;
	font-size: 100%; font-style: normal; font-weight: normal;
	background: #fff; color: #000; text-align: center;
	margin: 3px;
}
#banner { vertical-align: top; }
#bio { font-family: "Times New Roman", Times, serif;
	margin: .5em;
	padding: .5em;
	clear: left;
	width: 90%;
	text-align: left;
}
#bkgd { background-image: url(images/tile_c.jpg); } 
#content { font-family: "Times New Roman", Times, serif; 
	background-color: #fff; color: #000;
}
/*
#ref {
	text-align: left;
	font-style: italic;
*/	
p { font-family: "Times New Roman", Times, serif;
	background: #fff; color: #000;
}
table, tr, td { 
	padding: 0px; 
	text-align: left; 
	vertical-align: top; 
	border: 0px;
}
th { font-size: 1.3em;
	font-weight: bold;
	padding: 0px; 
	text-align: center; 
	vertical-align: top; 
	border: 0px;
} 
img {
	border:2px;
}
img.floatLeft {
	border:1px solid #000;
	float:left;
	margin-right:7px;
}
img.floatRight {
	border:1px solid #000;
	float:right;
	margin-left:7px;
}
