/*	Filename: sc.css . Supporting File: sc.htm .
	Supreme Court of the United States Information Site.
	Updated: 20091214 . tba */

body {
font-family : "Times New Roman", Times, serif;
font-size : 100%;
font-style : normal;
font-weight : normal;
background-image : url(images/tile_c.jpg);
background-repeat : repeat;
background : #ffe;
color : #000;
text-align : left;
margin : 3px;
padding : 3px;
width: 95%;
}
#banner {
vertical-align : top;
display: inline;
}
#bio { font-family: "Times New Roman", Times, serif;
clear: left;
text-align: left;
}
#logo {
text-align: left;
vertical-align : top;
display: inline;
}
#content {
text-align : left;
font-style : normal;
font-size : 100%;
/* padding : 20px; */
}
#footer {
/* width: 90%; */
clear : left;
font-size : 100%;
font-style : normal;
font-weight : normal;
text-align : left;
}
#hdr {
font-size : 130%;
font-style : normal;
font-weight : bold;
}
#up {
text-align : center;
}
.imgs {
	text-align:left;
	font-style:italic;
	font-size:100%;
	padding:3px;
	display:block;
	clear:left;
	width:550px;
}
.refs {
	text-align:left;
	font-style:italic;
	font-size:100%;
	padding:5px;
	display:block;
	clear:left;
}
p {
background : #fff;
color : #000;
}
li {
border : 0;
list-style-type : none;
padding-bottom : 10px;
}
table, tr, td {
text-align : left;
vertical-align : top;
}
th {
font-size : 1.3em;
font-weight : bold;
padding : 0;
text-align : center;
vertical-align : top;
}
img {
border : 2px;
}
img.floatLeft {
border : 1px solid #000;
text-align : left;
float : left;
margin-right : 7px;
}
img.floatRight {
border : 1px solid #000;
text-align : right;
float : right;
margin-left : 7px;
}
.q a:link {
background : #000;
color : #fff;
text-decoration : none;
border : 1px solid #ffa;
}
.q a:visited {
background : #000;
color : #fff;
text-decoration : none;
border : 1px solid #000;
}
.q a:active {
background : #000;
color : #fff;
text-decoration : none;
border : 1px solid #000;
}
.q a:hover {
background : #fff;
color : #000;
text-decoration : none;
border : 1px solid #000;
}
.Lft {
float : left;
padding : 2px;
}
.Rght {
float : right;
padding : 2px;
}

/*
.q a:link {background:#000;color:#fff;text-decoration:none;border:1px solid #ffa;}
.q a:visited {background:#000;color:#fff;text-decoration:none;border:1px solid #000;}
.q a:active {background:#000;color:#fff;text-decoration:none;border:1px solid #000;}
.q a:hover {background:#fff;color:#000;text-decoration:none;border:1px solid #000;}
.Lft {float:left;padding:2px;}
.Rght {float:right;padding:2px;}
*/