/* CSS Document */


body {
	background-image: url(onlinecourse_files/container.gif);
	background-repeat: repeat-x;
	background-color: #F0D894;
}

  /*

  	-- -- -- -- -- -- --
  	Browser Fixes
  	-- -- -- -- -- -- --
  	
  	This file uses CSS filtering methods to fix various
  	layout bugs.

  	Each of the following three imported files is a 
  	separate, browser-specific CSS file that keeps all 
  	hacks out of the main style sheet.
  	
  	Over time, as supporting these browsers no longer
  	remains a priority, cleaning up the hacks is as
  	easy as deleting the @import statement below, or
  	simply no longer linking this file from the HTML.
  	
  */

  /* 
    fix ie6 "peekaboo bug" using the "holly hack". 
    Note, this style only gets applied to ie6
  */
  * html .wrapper {
    height: 0.1%; 
  }

  /* 
   * IE5 mac - overrides the IE/Win hack 
   */

  /*\*//*/

  * html #threecolumn div {
  	height: auto;
  }

  /**/


  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 1px dashed blue;
  }
  
  #footer {
    clear: both;
  }
  
  /* Extra divs hidden by default. The custom CSS can override this though */
  #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
    display: none;
  }
  
  a img,:link img,:visited img {border: none;}


body {
    text-align: center;
  }
#container {
    width: 790px;
    margin: 0 auto;

  }
#header {
    width: 790px;
    margin: 0 auto;
  }

.style2 {
	font-family:"Palatino Linotype",papyrus,parchment,perpetua;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
}
.style3 {
	color: #FFFFFF;
	font-size: 48px;
	font-family:papyrus,parchment,"Palatino Linotype",perpetua;
	text-align: center;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

#onecolumn .wrapper #header {
  	background: url(onlinecourse_files/fixed-one-headerwrapper1.png) no-repeat center top; 
	height: 10px;
	/* width: 718px; */
  }
#onecolumn .wrapper #container {
  	background: url(onlinecourse_files/fixed-one-container.png) repeat-y center;
	background-color:#ffffff; 
	/* width: 718px; */
}
/*
#onecolumn .wrapper .content2 {
  	background: url(onlinecourse_files/fixed-one-container.png) repeat-y center;
	background-color:#ffffff; 
	width: 718px;
}
*/	

#onecolumn #footer {
  	background: url(onlinecourse_files/fixed-one-footer.gif) no-repeat center top;
	height: 10px;
	}
	
#intro1 {
	font-family:helvetica,geneva,arial,sans-serif; 
	font-size: 16px; 
	font-weight: bold;
	width:710px; text-align: left; 
	margin-left: 40px;
	margin-right: 40px;

}
a:link {
  	color: #93584D;
  }
  a:visited {
  	color: #93584D;
  }
  a:hover {
  	color: #C0472F;
}
.style5 {color: #003399;

	 }
	 
.navlinkcurrent  {
  	color: #333333;
}

.navlink a:link {
  	color: #ffffff;
	text-decoration: none;
  }
.navlink a:visited {
  	color: #ffffff;
	text-decoration: none;
  }
.navlink a:hover {
  	color: #663333;
	text-decoration: none;
}


.navtop {
	background-color: #909090; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 14px; 
	width: 785px; 
	border-color: #999999; 
	border-width: 2px; 
	border-spacing: 2px; 
	text-align: right; 
	margin-left: 2px; 
	font-family:helvetica,geneva,arial,sans-serif; 
}

.prevnext {
	margin:10px 20px 0px 0px; 
	font-size: 14px; 
	font-family:helvetica,geneva,arial,sans-serif; 
  	color: #ffffff;	
}

.prevnext a:link {
  	color: #CCCCCC;
	text-decoration: none;
  }
.prevnext  a:visited {
  	color: #CCCCCC;
	text-decoration: none;
  }
.prevnext  a:hover {
  	color: #006699;
	text-decoration: none;
  }
	 
/* heading for online course pages */
.heading1 {
 	font-family:helvetica,geneva,arial,sans-serif; 
	width:710px; 
	font-size: 20px; 
	text-align: center; 
	margin-top: 0px; 
	margin-left: 40px; 
	margin-right: 40px; 
	color: #660066;
}

/* heading for weekly course pages */
.heading2 {
 	font-family:helvetica,geneva,arial,sans-serif; 
	width:710px; 
	font-size: 20px; 
	text-align: center; 
	margin-top: 30px; 
	margin-left: 40px; 
	margin-right: 40px; 
	color: #660066;
}

.content1  {
	font-family: arial,helvetica,sans-serif;  /* Helvetica, Geneva, Arial, sans-serif; comic sans ms; */
	width:710px; 
	font-size: 16px/20px; 
	/* font-style: italic; */
	text-align: left;  
	margin-top: 20px; 
	margin-left: 40px; 
	margin-right: 40px;
}

.content2  {
 	font-family:helvetica,geneva,arial,sans-serif;  
	width:710px; 
	font-size: 16px; 
	text-align: left;  
	margin-top: 20px; 
	margin-left: 40px; 
	margin-right: 40px;
}

.navleft {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
.navleft a:link {
  	color: #96554A;
	text-decoration: none;
  }
.navleft  a:visited {
  	color: #96554A;
	text-decoration: none;
  }
.navleft  a:hover {
  	color: #5533ff;
	text-decoration: none;
  }
  
.navleftback a:link {
  	color: #003399;
	text-decoration: none;
  }
.navleftback a:visited {
  	color: #003399;
	text-decoration: none;
  }
.navleftback a:hover {
  	color: #5533ff;
	text-decoration:underline;
  }
  
  
/* for mindfulnessweek1.html */

.indent li {
	margin-left: 60px;
	list-style-type: none;
	font-style:italic;
}

.bullets li {
	margin-left: 60px;
	list-style-type: disc;
	/* font-style:italic; */
}