h1, h2, h3, h4, h5, h6, p, span, ul, li, a {
	padding: 0;
	margin: 0;
	}

/* Section Seperators */

*.contentSep {
	display: block; clear: both;
	height: 1px; width: 100%;
	border-bottom: 1px solid #bed3b4;
	margin-bottom: 1.5em;
	}

/* Headings */
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 1.6em;
	font-weight: 600;
  	margin-bottom: 0.643em	
	}

#left h1, #contentWrapper h1 {
	color: #9d3535;
	}
	
#right h1 {
	color: #447907;
	}	

h2 {
	font-family: Tahoma, Helvetica, Arial;
	color: #8d2d2e;
	word-spacing: -0.05em;
	font-size: 1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	}
	
.bookletIcons h2 {
	}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: -0.05em;
	letter-spacing: 1px;
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}

/* Paragraphs */
	
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	word-spacing: -0.05em;
	text-align: left;
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
	}
		
	p strong {
		color: #333333;
		}
		
	#contentWrapper li p {
		font-size: 1em !important;
		}		

#rightPage p {
	margin-bottom: 1em;
	padding-right: 10px;
	}
	
#siteFooter p {
	word-spacing: -0.05em;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.1em;
	margin: 1em 0 0 0;
	color: #2b6a00;
	}
	
	#siteFooter p strong {
		color: #2b6a00;
		}		
		
/* lists */
	
ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	color: #636363;
	word-spacing: -0.05em;
	text-align: left;
	line-height: 1.3em;
	font-size: 1.1em;
	margin: 0 0 1.5em 0;
	padding: 0 2em 0 2em;
	}
	
	li {
		margin: 0 0 0.75em 0;
		}

#right > li {
	width: 95%;
	}
	
ol li {
		margin-bottom: 1em !important;
		}

* html ol {
	padding: 0;
	margin-left: 23px;
	}
	
* html ol li {
		list-style-position:outside;
		margin-bottom: 0.7em !important;
		}

   
/* Links */

#contentWrapper a, .content a {
	color: #658a19;
	text-decoration: underline;	
	}
	
#contentWrapper a:active, #contentWrapper a:visited,  .content a:active,  .content a:visited {
	color: #6d8517;
	text-decoration: underline;
	}
	
#contentWrapper a:hover,  .content a:hover {
	color: #276d06;
	text-decoration: none;
	}

#rightPage h2 a {
	font-family: Tahoma, Helvetica, Arial;
	color: #2b6a00;
	word-spacing: -0.05em; letter-spacing: -0.5px;
	font-size: 1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	}

#bookNote a {
	color: #2b6a00;
	letter-spacing: 0px;
	word-spacing: 0em;
	text-decoration: none;
	}
	
#bookNote a:active, #bookNote a:visited {
	color: #51622f;
	text-decoration: none;
	}
	
#bookNote a:hover {
	color: #276d06;
	text-decoration: underline;
	}
	
#siteFooter p a {
	font-size: 0.9em;
	color: #2b6a00;
	text-decoration: none;
	margin: 0 5px !important;
	}
	
#siteFooter p a:hover {
	color: #830000;
	text-decoration: underline;
	}
	
#siteFooter #footerImageLinks {
	margin: 2em 0;
	text-align: center;
	}	
	
#siteFooter #footerImageLinks a {
	display: inline;
	margin: 0 5px !important;
	}
	
#siteFooter #footerImageLinks a img {
	border: none;
	}
	
	ul.bookletIcons {
		float: left;
		clear: both;
		margin: 0 0 1.0em 0;
		padding: 0 2em 0 0;
	}
		
ul.bookletIcons li {
	list-style-type: none;
	}
	
	ul.bookletIcons h2 {
		padding: 0.25em 2em !important;
		background: transparent left center no-repeat url(../images/lists/booklet.png);
		}
		
	ul.bookletIcons p {
		margin-left: 2em;
		}

td.label {
	font-family: Tahoma, Helvetica, Arial;
	color: #8d2d2e;
	word-spacing: -0.05em;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}