/* core elements */

body {
	text-align: center; /* To Make Content Centered */
	background: #E1E5D9;
	color: #666666;
	font-family: Arial;
	margin: 8px;
	padding: 0;
}

p, li { 
	font: 0.8em/1.4em Arial; 
	margin-top: 0px; 
	text-align: justify;
	}
ul {
	margin-top: 2px;
	padding-left: 15px;
}

li {
	text-align: left; 
	line-height: 1.4em;
}

h1, h2, h3, h4 {
	text-transform: capitalize;
	color: #7D775C;
	padding-top: 3px;
	margin-bottom: 2px;
}

h2 { 
	font-size: 1.1em; 
	font-weight: bold;
	letter-spacing: 1px; 
	}

h3 { 
	font-size: .9em; 
	font-style: italic;
	letter-spacing: 1px; 
	}
h4 { 
	font-size: .8em; 
	letter-spacing: 1px; 
	}
a {
	text-decoration: underline; 
	}

a:link, a:visited { 
	font-weight: bold; 
	color: #777662;
	background-color: transparent;
	}
a:hover, a:active { 
	color: #bdbe55;
	background-color: #777662;
	}


/* END core elements */
	
/* specific divs */

#container { 
	margin-left: 40px;
	margin-right: 40px;	
}

#rightColumnContainer{
	margin-left: 40px;
	margin-right: 40px;	
}

#pageHeader {
	display: none;
}

#banner{
	display: none;
}

#breadcrumbcontainer {
	padding-top: 8px;
	padding-left: 10px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	list-style: none;
	text-align: left;
	font-size: .7em;
}

#contentContainer {
}

#sidebarContainer {
	display: none;
}


#footer {  
	display: none;
}


#supportingText {
}
#supportingText p {
	word-wrap: break-word;
	text-align: left;
}

#supportingText_colContainer {
}

#supportingText_leftCol {
}

#supportingText_rightCol {
}

.quote {
	font-style: italic;
	}

.registerNow {
	background-color: #55766E;
}

.registerNowBanner {
	background-color: #767B7A;
}

.workshopSchedule {
	background-color: #55766E;
}

.workshopScheduleBanner {
	background-color: #767B7A;
}
	
.training {
	background-color: #8D6068;
}

.trainingBanner {
	background-color: #C49FA6;
}

.practitioners {
	background-color: #A36A3E;
}

.practitionersBanner {
	background-color: #996D49;
}

.events {
	background-color: #596978;
}

.eventsBanner {
	background-color: #707777;
}

.about {
	background-color: #C9A35A;
}

.aboutBanner {
	background-color: #CEB073;
}

.linkHome {
	right: 200px;
	position: relative;
	top: -6px;
	display: inline;
}
.noBullet {
	list-style: none;
	list-style-type: none;
}
.noTopMargin {margin-top: 0px;}
.indent {padding-left: 30px;}
.italics { font-style: italic; }

img {
	border-style: none;
}

/* ie6 fixes * /

/* fix for the IE 1px-off margin error */
* html .StupidIEMarginHack { margin-right: 1px; }
* html .StupidIEWidthHack { width: 100%; }

/* ie6 fix for not rendering min-height in #contentContainer */
* html #contentContainer { height:1%; }

/* ie6 fix for not obeying minimum height and therefore not rendering scrollbars */
* html #supportingText { height:450px; }
* html #supportingText_rightCol {height:280px; overflow-y: scroll}
