/**************** General Classes *****************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #99CCFF; /* Text Dark */
	font-size: 11px; /* Font Size */
	background-image: url("../siteassist_images/background_tile_99CCFF.png");
	background-repeat:repeat-x;
	color: #000000; /* Hard coded no matter what color scheme */
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000; /* Accent 4 */
	margin: 0px;	
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000; /* Tertiary */
	margin: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	color: #000000; /* Tertiary */
	margin: 0px;
}

h5 {
    font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-bottom: -5px;
	color: #000000;
}

h6 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.bd {
	font-weight: bold;
}

#paymethod p {
    font-weight: normal;
	font-size: 13px;
}

#paymethod a {
    font-weight: normal;
	font-size: 13px;
}

#copylink a {
    font-weight: normal;
}
	
#footer {
	padding: 5px 0px;
	color: #8E9FD0; /* BG Dark */
}

#footer a {
	padding: 5px 0px;
	color: #003366; /* BG Dark */
	font-weight: normal;
}

a {
    color: #003366; /* Link Medium */
    text-decoration: underline;
}

/**************** Outer Table Classes *****************/
#outerTableL {
	background-image:url(../siteassist_images/border_l.jpg);
	width: 7px;
	vertical-align:top;
}

#outerTableM {
	background-color: #FFFFFF; /* Hard coded no matter what color scheme */
	vertical-align:top;
}

#outerTableR {
	background-image: url(../siteassist_images/border_r.jpg);
	width: 7px;
	vertical-align:top;
}

#outerTableBR {
	background-image: url(../siteassist_images/border_br.jpg);
	width: 7px;
	height: 7px;
}

#outerTableBL {
	background-image: url(../siteassist_images/border_bl.jpg);
	width: 7px;
	height: 7px;
}

#outerTableB {
	background-image: url(../siteassist_images/border_b.jpg);
	height: 7px;
}


/**************** Header Classes *****************/
#companyLogo {
	height: 81px;
}

#header {
	background-image: url(../siteassist_images/header_background.jpg);
	border-bottom: 4px solid #6982B5; /* Text Medium */	
}

td.headerLeft {
	vertical-align: top;
	padding: 20px;
	color: #272B4B; /* Text Dark */
}

td.headerRight {
	width: 483px;
	vertical-align: top;
}

/**************** Top Nav Classes *****************/
#topNav {
	background-color: #9DD0EB; /* Accent 13 */
	text-align: right;
	white-space:nowrap;
	padding: 5px 6px; /* Text Medium */
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #6982B5;
	border-top-color: #6982B5;
}
#topNav2 {
	float: right;
}

.clearDiv {
  clear: both;
}


/************************************************ Sub Page Classes **********************************************/

/**************** Side Nav Classes *****************/
#sideCell {
	background-image: url(../siteassist_images/header_backgroundp.jpg);
	padding: 20px;
	white-space: nowrap;
	vertical-align: top;
}

/**************** Content Classes *****************/
#contentCell {
	/*width: 546px;*/
	border-left: 1px solid #8E9FD0; /* BG Dark */	
}
td.contentL {
	padding: 20px;
	line-height: 18px;	
}
td.contentR {
	padding: 20px 50px 20px 20px;
	line-height: 18px;	

}

#subImage {
  background-color: #3B62A6;
  text-align: right;
}

#centertable {
padding: 0px 0px 0px 35px;
text-align: left;
}

#intuitive {
padding: 0px 0px 0px 20px;
text-align: left;
}

#intuitive p {
padding: 0px 0px 20px 0px;
text-align: left;
}

#calhead {
padding: 0px 0px 0px 0px;
text-align: center;
}

#calhead h2 {
padding: 0px 0px 4px 0px;
text-align: center;
}


#rainbow {
padding: 0px 0px 0px 0px;
text-align: left;
}

#seminartable {
padding: 10px 10px 10px 45px;
text-align: left;
margin-left: 35px;
}

#seminartable li {
   font-size: 13px;
   font-weight: normal;
   list-style-type: circle;
}

#seminarLocations {
   float: none;
}

#seminarLocations h1 {
   font-size: 13px;
   text-align: left;
   font-weight: bold;
   padding: 5px;
}

#seminarLocations p {
   font-size: 13px;
   text-align: left;
   padding-left: 50px;
   padding-bottom: 10px;
      }

#cancellations {
   float: none;
}

#cancellations h2 {
   font-size: 13px;
   text-align: left;
   font-weight: bold;
}

#cancellations p {
   font-size: 13px;
   text-align: left;
   padding-bottom: 5px;
   padding-top: 10px;
}

#lcolumn {
padding: 0px 0px 0px 20px;
}

#lcolumn p {
font-size: 13px;
}

#rcolumn {
padding: 0px 0px 0px 20px;
}

#rcolumn p {
font-size: 13px;
}


#paymethod {
float: none;
}

#paymethod p {
    font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 5px;
}

#paymethod a {
    font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #00317C; /* Accent 4 */
}

/******Retreats Classes*****/

#retreats {
float: none;
}

#retreats h1 {
    font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#retreats h2 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 5px;
}

#retreats h3 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 20px 0px 10px 0px; 
}

#retreats p {
    font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#retreats ul {
    text-align: left;
    font-size: 13px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin-left: 60px;
	list-style: disc;
}

#retreats li {
    padding: 6px;
}


/******World Peace Classes*****/

#worldpeace {
float: none;
}

#worldpeace h1 {
    font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#worldpeace h2 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#worldpeace h3 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#worldpeace p {
    font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#worldpeace ul {
    text-align: left;
    font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin-left: 30px;
	list-style: disc;
}

#worldpeace li {
    padding: 6px;
}

/******Disease & Disorder Classes******/

#diseasedisorder {
float: none;
}

#diseasedisorder h1 {
    font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#diseasedisorder h2 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#diseasedisorder h3 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#diseasedisorder p {
    font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#diseasedisorder ul {
    text-align: left;
    font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin-left: 30px;
	list-style: disc;
}

#diseasedisorder li {
    padding: 6px;
}

/******DNA3 Classes******/

#dna3sem {
float: none;
}

#dna3sem h1 {
    font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#dna3sem h2 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#dna3sem h3 {
    font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#dna3sem p {
    font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#dna3sem ul {
    text-align: left;
    font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin-left: 30px;
	list-style: disc;
}

#dna3sem li {
    padding: 6px;
}

/******Pre-Register Page Classes******/

#preregister {
    float: none;
	padding: 0px 40px 20px 40px;
}


#preregister h2 {
    font-size: 13px;
	text-align: left;
	color:#000000;
	padding: 4px 0px 8px 0px
}

#preregister p {
    font-size: 13px;
	font-weight: normal;
	text-align: left;
	color:#000000;
	margin-left: 26px;
	padding-bottom: 20px;
}

/******Pay Seminar Classes******/
#paysem {
float: none;
}

#paysem p {
    font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}

#paysem h6 {
    font-size: 13px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 10px;
}


/******EllenCohen Footer Classes******/

#ecthfooter {
float: none;
}

#ecthfooter h1 {
    font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 0px;
}

#ecthfooter h2 {
    font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 0px;
}

#ecthfooter a {
	color: #000000; /* Accent 4 */
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#ecthfooter p {
	text-align: center;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 0px;
}

#copylink {
float: none;
padding: 5px
}

#copylink p {
    font-size: 11px;
	text-align: center;
	color: #000000; /* Accent 4 */
	margin: 0px;
	padding: 0px;
}

#sitemaplist {
    float: none;
	padding-left: 100px;
}

#sitemaplist p {
    text-align: left;
	font-size: 13px;
	font-weight: normal;
}

#sitemaplist ul {
    text-align: left;
    font-size: 13px;
	font-weight: normal;
	padding: 6px;
	list-style: none;
}

#sitemaplist li {
    padding: 6px;
}

/************************************************ Home Page Classes **********************************************/
#belowHeader {
	padding: 0px;
}

td.featuredLeft {
  text-align: left;
	padding-right: 10px;
	vertical-align:top;
	line-height: 18px;
}

td.featuredRight {
	width: 453px;
  text-align: left;
	padding-left: 10px;
	border-left: 1px solid #8E9FD0; /* BG Dark */
	vertical-align:top;	
	line-height: 18px;	
}

.featuredHeadline {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #06055C; /* Accent 4 */
}

.homeFont12px {
	font-size: 12px;
	color: #06055C; /* Accent 4 */
}

.homeHeadline {
	font-size: 22px;
	font-weight: bold;
	color: #06055C; /* Accent 4 */
	font-style:italic;
}

.homeHeadlineLink {
	font-size: 12px;
	padding-left: 5px;
	white-space:nowrap;
}

td.homeContent {
	padding-left: 10px;
}

.homeContentLink {
	text-decoration: underline;
}
