/* ELEMENT FORMATS -- broadest selectors */

body, table, th, td, div, p {
	background: #ffffff;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif; 
}

a:link, a:visited	{
	color: #115e85; 
	text-decoration: none
}

a:hover, a:active	{
	color: #333333; 
	background-color: #dedfe2;
	text-decoration: none;
}

p	{
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 18px; 
	text-align: justify;
}

ul, ol, li	{
	color: #333333; 
	font-weight: normal;
	font-size: 13px; 
	line-height: 18px; 
	text-align: justify;
	margin-bottom: 8px;
}

/* CLASS FORMATS -- more specific selectors 

	main content areas:
	.sidebar 	-- sidebars on all pages
	.body 		-- main content on menu pages
	.article	-- main content on interior (story) pages
	.case 		-- main content on court case pages
	
*/

.nav a, a.nav	{ 
	font-size: 11px; 
	line-height: 11px
}

.article h1, .body h1	{
	font-size: 17px; 
	line-height: 20px; 
	color: #333333; 
	text-align: left
}
.body h1	{
	text-align: center;
}

.article h2, .body h2 {
	font-size: 15px; 
	line-height: 18px; 
	text-align: left;
	color: #333333; 
}

.blurb	{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding-top: 6px;
	padding-left: 1em;
	padding-right: 20px;
	color: #737C93;
	background-color: transparent
}

.blurb:first-letter	{
	float: left;
	margin-left: -0.75em;
}

.blurbcredit	{
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	padding-left: 1em;
	padding-right: 20px;
	color: #737C93;
	background-color: transparent
}

p.q	{
	font-weight: bold;

}


/* some table formatting */
.article th, .article td	{
	font-size: 13px; 
	line-height: 16px; 
}

.article caption	{
	font-weight: bold;
}

.chartsmall th, .chartsmall td	{
	font-size: 11px; 
	line-height: 14px; 

}

.subhed	{
	font-size: 13px; 
	line-height: 16px; 
	font-weight: normal;
	text-align: center;
	color: #333333; 
}
.client {
	font-size: 12px;
	line-height: 15px;
}

.cutline {
	font-size: 10.5px;
	line-height: 13px;
	color: #666666;
	margin-bottom: 12px;
}

.kicker { 
	font-weight: bold;
	color: #666666;  
}

.navBar	{
	background-color: #ece7c2;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 1em;
/*	border:solid 1px red; */
}

.mainNav {
	font-size: 14px; 
	text-align: left;
	margin: 0;
	background-color: transparent;
}

.subNav { 
	font-size: 11px; 
	text-align: right;
	margin: 0;
	background-color: transparent;
}

.feature	{
	background-color: #FDF7D9; 
}


.sidebar p	{
	font-size: 12px; 
	line-height: 17px; 
	text-align: left; 
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 6px; 
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: transparent;
/*	border:solid 1px red; */
}

.case h1 {
	font-size: 24px; 
	line-height: 28px; 
}
.case h2 {
	font-size: 20px; 
	line-height: 22px; 
}
.case h3 {
	font-size: 16px; 
	line-height: 18px; 
}

.case, .case p	{
	font-family: "Times New Roman", Times, serif; 
	color: #000000;
}

.case a:link, 
.case a:visited, 
.case a:hover, 
.case a:active	{
	font-weight: bold;
	text-decoration: underline;
}

.case pre	{
	font-family: "Courier New", Courier;
}


.pub, .mag, .title	{
	font-style: italic;
}

.subtitle	{
	font-weight: normal;
	font-style: italic;
}

.center, p.center	{
	text-align: center
}

.left p, p.left	{
	text-align: left
}

.right p, p.right	{
	text-align: right
}

.just p, p.just	{
	text-align: justify
}

.footer hr	{
	color: #BCCAB2;
	background-color: #BCCAB2;
	border: 0;
	height: 8px;
}

/* ID FORMATS -- most specific selectors */
 
#wrapper	{
	position:absolute;
	left: 0px;
	top: 0px;
	margin-left: 48px; 
	margin-top: 30px; 
	width: 631px; 
	height:0px;
/*	background-color: #F0FEFF;	*/
}

#flag a:hover	{
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#quicklinks	{
	background-color: #F2F1EA;
	margin-bottom: 0px;
/*	border:solid 1px red; */
}

#ontheair	{
	background-color: #D6D0AB;
	margin-bottom: 0px;
}

#elsewhere	{
	background-color: #F0EABD;
	margin-bottom: 0px;
}

#debug	{
	position:absolute; 
	left: 50px; 
	top: 25px;
	width: 150px;
	padding: 3px; 
	border:solid 1px #CCCCCC; 
	z-index:100;
	display: none; 
}

