									/* CSS File: Headers */



h1
	{
	color		: #004a68	;
	font-size	: medium	;
	padding-top	: .75em		;
	}

h2
	{
	color		: #004a68	;
	font-size	: small		;
	padding-top	: .75em		;
	}

h3
	{
	color		: #004a68	;
	font-size	: x-small	;
	padding-top	: .75em		;
	}

h4
	{
	color		: #004a68	;
	font-size	: x-small	;
	padding-top	: .75em		;
	}

h5
	{
	color		: #004a68	;
	font-size	: x-small	;
	padding-top	: .75em		;
	}

h6
	{
	color		: #004a68	;
	font-size	: x-small	;
	padding-top	: .75em		;
	}


/* Main Headers */

#main_title
	{
	font-size   : medium   ;
	font-weight : bold      ;
	margin-top  : .75em		;
	}

#main_sub_title
	{
	font-size   	: small		;
	color			: #004a68	;
	font-weight 	: bold      ;
	margin-top  	: .5em		;
	margin-bottom	: .75em		;
	}

	/* Since the Main Title is also a link, the code below formats it */

	#main_title a:link
		{
		color			: #004a68	;
		text-decoration	: none		;
		}

	#main_title a:visited
		{
		color			: #004a68	;
		text-decoration	: none		;
		}

	#main_title a:active
		{
		color			: #004a68	;
		text-decoration	: none		;
		}

	#main_title a:hover
		{
		background-image	: url(../images/outer_background.jpg)	;
		text-decoration		: none	;
		}



/* Left Column Headers */

.left_header
	{
	color			: #004a68			;
	font-size		: small			;
	text-align		: center			;
	border-bottom	: 1px solid #004a68	;
	font-weight		: bold      		;
	padding-bottom	: .75em				;
	margin-bottom	: .5em				;
	}

.left_sub_header
	{
	color   		: #004a68			;
	font-size		: xx-small			;
	font-weight 	: bold    		  	;
	margin-top		: 1.5em				;
	margin-bottom	: .75em				;
	}

.left_sub_header_ethics
	{
	color   		: #004a68			;
	font-size		: x-small			;
	font-weight 	: bold    		  	;
	border-bottom	: 1px solid #004a68	;
	text-align		: center			;
	padding-bottom	: .75em				;
	margin-top		: 1.5em				;
	margin-bottom	: .75em				;
	}

.left_sub_header_greyed
	{
	color   		: #004a68			;
	font-size		: xx-small			;
	font-weight 	: normal    	  	;
	margin-top		: 1.5em				;
	margin-bottom	: .75em				;
	}



/* Right Column Headers */

.right_header
	{
	color			: #004a68	;
	font-size		: small	;
	text-align		: center	;
	font-weight		: bold      ;
	margin-bottom	: .5em		;
	}

.right_sub_header_mid
	{
	color   		: #004a68			;
	font-size		: x-small				;
	font-weight 	: bold    		  	;
	margin-bottom	: .5em				;
	text-align		: center			;
	}

.right_sub_header
	{
	color   		: #004a68			;
	font-size		: x-small				;
	font-weight 	: bold    		  	;
	padding-bottom	: .75em				;
	text-align		: center			;
	border-bottom	: 1px solid #004a68	;
	}



/* Center Column Headers */

.pageheader
	{
	color   	: #004a68	;
	font-size	: small	;
	font-weight : bold		;
	text-align	: center	;
	}

.pageheader_sub
	{
	color   	: #004a68	;
	font-size	: x-small		;
	font-weight : bold		;
	text-align	: center	;
	}

.pageheader_lastupdate
	{
	font-size	: xx-small	;
	text-align	: center	;
	padding-top	: 1.5em		;
	}

.statuteheader
	{
	text-align	: center	;
	}

.westlaw_link
	{
	padding-top	: 1em		;
	}

.caseheader
	{
	color   	: #004a68	;
	font-size	: x-small		;
	font-weight : bold		;
	float		: left		;
	}

.caseheader_sub
	{
	color   		: #004a68	;
	font-size		: x-small		;
	font-weight		: bold		;
	float			: right		;
	}

.full_caseheader
	{
	border-top		: 1px solid #004A68	;
	margin-top		: 2em	;
	padding-top		: 2em	;
	margin-bottom	: 2em	;
	padding-bottom	: 2em	;
	}

.center
	{
	text-align	: center	;
	}

.case_excerpts
	{
	margin-bottom	: 2.5em	;
	}




							/* End of CSS File */