/* ====== ELEMENTS ====== */

h2 {
	font-size: 19px;
	border-bottom: solid 1px #000000;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 0px;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-left: 12px;
	padding-bottom: 7px;
	background: url(http://www.jeremyleejames.com/images/jlj-css-images/expand.gif) left no-repeat;
	margin: 0;
	margin-left: 20px;
}

h4 {
	text-transform: capitalize;
}

hr {
	margin: 20px 0px 1.8571em 0px;
	background-color:#000000;
	border-width:0;
	color:#000000;
	height:1px;
	line-height:0;
	page-break-after:always;
	text-align: center;
	clear: both;
}
	hr:after {
		content:"\a7\a7";
		font-size:1.25em;
		clear: both;
	}
		
blockquote {
	font-size: 28px;
	margin: 10px 55px 10px 30px;
	padding: 0px 0px 0px 5px;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color:#a7a7a7;
}
	blockquote p {
		margin: 10px 5px 10px 10px;
		padding: 0px 0px 0px 0px;
		line-height: 28px;
		text-indent: 0px;
		text-align: left;
		color:#a7a7a7;
		font-weight: normal;
		font-style: italic;
		font-size: 28px;
	}
		.body_text blockquote p, .extended blockquote p {
			font-size: 22px;
			line-height: 22px;
			text-align: left;
			padding-right: 5px;
		}
	
	ol li {
		list-style-type: decimal;
		margin-left: 40px;
		padding-bottom: 14px;
		padding-right: 30px;
		text-align: justify;
	}

	ul li {
		list-style-type: disc;
		margin-left: 40px;
		padding-bottom: 14px;
		padding-right: 30px;
		text-align: justify;
	}
 
 
/* ==== links ============*/


a:link, a:visited { text-decoration: underline; color:#666666;}
	a:link.current, a:visited.current {
		color:#9e1616;
		text-decoration: none;
	}

a:hover, a:active { text-decoration: underline overline; color:#9e1616; }
	a:active.current, a:hover.current {
		color:#9e1616;
		text-decoration: underline overline;
	}

/* ........location-dependent link styling......... */
		h1 a:link, h1 a:visited {
			text-decoration: none;
			color: #000000;
			font-weight: normal;
		}
		h1 a:hover, h1 a:active {
			text-decoration: none;
			color: #9e1616;
			font-weight: normal;
		}
