/* CSS Document */

/* Debugging code. */

html { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.3em; font-style: normal; color: #333; } 
/* Debugging code. */


body {
	background-color: #E45500;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	font-style: normal;
	margin: 0px 10%;
	padding: 0px; }
	
p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.3em; font-style: normal; color: #333; margin: 0; padding: 0; } 	
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.3em; font-style: normal; color: #333; } 
li {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.3em; font-style: normal; color: #333; list-style-type: disc; } 
ul {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.3em; font-style: normal; color: #333; list-style-type: disc; } 
ol {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.3em; font-style: normal; color: #333; } 	

a {
	color: #333; }

a:link { 
	color: #333; } 

a:visited { 
	color: #E45500; } 

a:hover { 
	color: #E45500; } 

a:active { 
	color: #E45500; } 

.homepageSubheader { 
	color: #333;
	margin: 0px 0px 3px 0px; 
	padding: 0px 0px 3px 0px; } 

.homepageBody { 
	color: white; 
	margin: 0px 0px 3px 0px; 
	padding: 0px 0px 3px 0px; } 

.interiorBody {  
	margin: 0px 0px 3px 0px; 
	padding: 0px 0px 3px 0px; } 

.interiorSubheader {
	margin: 9px 0px 3px 0px;
	padding: 9px 0px 3px 0px;
	font-weight: bold; } 

.interiorList { 
	margin: 0px 0px 0px 46px;
	padding: 0px 0px 0px 46px; } 

.interiorListItem { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; } 

.instructorsSubheader {  
	font-weight: bold;
	margin: 0px 0px 3px 6px; 
	padding: 0px 0px 3px 6px; } 
	
/* Debugging code. */
	
td p.instructorsSubheader {  
	font-weight: bold;
	margin: 0px 0px 3px 6px; 
	padding: 0px 0px 3px 6px; } 

.instructorsBody { 

/* Debugging code. */

font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 1.3em; 
font-style: normal; 
color: #333;

/* Debugging code. */
	margin: 0px 0px 3px 6px; 
	padding: 0px 0px 3px 6px; } 
	
td p.instructorsBody { 
	margin: 0px 0px 3px 6px; 
	padding: 0px 0px 3px 6px; } 	

/* Debugging code. */

.contactSubheader {  
	font-weight: bold;
	margin: 0px 0px 3px 6px; 
	padding: 0px 0px 3px 6px; } 

.contactBody { 
	margin: 0px 0px 9px 6px; 
	padding: 0px 0px 9px 6px; } 

/* List of links at the top of the Spiritual practices and celebrations page, spiritual.html */

#listOfLinks { 
	color: black; } 

#listOfLinks a:link { 
	color: black; } 

#listOfLinks a:visited { 
	color: #E45500; } 

#listOfLinks a:hover { 
	color: #E45500; } 

#listOfLinks a:active { 
	color: #E45500; } 

/* Link styling for the home page text that is linkedf to the Spiritual page. */ 

#homepageText p { 
	color: white; } 

#homepageText a:link { 
	color: white; 
	text-decoration: none; } 

#homepageText a:visited { 
	color: white;
	text-decoration: none; } 

#homepageText a:hover { 
	color: #333;
	text-decoration: none; } 

#homepageText a:active { 
	color: #333;
	text-decoration: none; } 
