/* CSS Document */

body {
	background-image: url(stripe.jpg);
	background-repeat: repeat-x;
	margin:0px;
	text-align:center;
}

#contentbox {
	position:relative;
	width:900px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
}

#content {
	width:750px;
	float:right;
	margin-top:10px;
}

h1 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:24px;
	color:#3366CC;
}

h2 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

h3 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:18px;
	color:#991C24;
}

p {
	font-family:Georgia, "Times New Roman";
	font-size:12px;
	line-height:18px;
}

blockquote {
	font-family:Georgia, "Times New Roman";
	font-size:12px;
	line-height:18px;
}

ul {
	font-family:Georgia, "Times New Roman";
	font-size:12px;
}

li {
	font-family:Georgia, "Times New Roman";
	font-size:12px;
}

a:link {
	color:#3366CC;
	text-decoration:none;
}

a:hover {
	color:#0099CC;
	text-decoration:underline;
}

a:visited {
	color:#0066CC;
	text-decoration:none;
}

h3.courtcase {
	font-style:italic
}

a.readmore {
	font-style:bold
	color:#991C24;
}

li.readmore {
	font-style:bold
	color:#991C24;
}

span.hed {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:18px;
	color:#991C24;
}

span.source  {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:14px;
	font-style:italic;
	color:#000;
}

span.date  {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:14px;
	font-style:bold;
	color:#000;
}
