  body {
	/*background-image: url(/Images/starrybkg.gif);*/
	/*background-image: url(../Images/bananasack.png);*/
	/*background-image: url(../Images/Stars2.jpg);*/
	background-color: #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
 
  .redbackpage {
	width: 940px;
	#width: 1000px;
	margin: 0px auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(/Images/BOH-background-red2.jpg);
	z-index: 1;
	position: relative;
	min-height: 400px;
	#height: 400px;
	}


  .redfrontpage {
	z-index: 2;
	/*background-image: url(/Images/BOH-background-light-red3.jpg);*/
	background-color: #FFF;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
	}


  .leftcolumn {
	width: 245px;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	z-index: 3;
	height: auto;
	}


  .main {
	width: 530px;
	margin-left: 350px;
	#margin-left: 265px;
	z-index: 3;
	}

	/*ul {
		list-style-image: url(http://www.booksofhope.org/Includes/bulletImages.php);
	}*/
	
	ul {
		list-style-type: none;
	}
	
	ul li {
    padding-left:30px;
    background:transparent url(http://www.booksofhope.org/Images/Bullets/butterfly9.gif) no-repeat;
    background-position:0 4px;
}



  .binding {
	background-image: url(/Images/binding6.gif);
	margin-left: -85px;
	width: 75px;
	z-index: 6;
	position: absolute;
	height: 90%;
	float: left;
	left: 33px;
	}	
	
  .leftDivide {
		width: 265px;
		float: left;
	}

  .sideBox {
	  margin-left: 10px; 
	  #margin-left: 0px; 
	  width: 220px; 
	  #width: 200px; 
	  border-style: solid; 
	  border-width: 2px;
	  background-color: #FFC; 
	  font-size: 12px; 
	  color: #900; 
	  font-family: Arial, Helvetica, sans serif; 
	  padding: 5px;
  }
  
    .sideBoxQuotes {
	  margin-left: 10px; 
	  #margin-left: 0px; 
	  width: 180px; 
	  #width: 180px; 
	  border-style: solid; 
	  border-width: 2px;
	  background-color:#F5E7DE;
	  font-size: 11px; 
	  color: #900;
	  font-family: Arial, Helvetica, sans serif; 
	  padding: 10px;
	  font-style: italic;
	  text-align: justify;
  }
	
  .bluetext {
	color: blue;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}

  .redtext {
	color: red;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}

  .browntext {
	color: #630;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}	

  .redbrowntext {
	color: #993333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
  }
	
  .purpletext {
	  font-size: 10pt;
	  color: #663399;
	  font-family: Geneva, Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  text-align:justify;
  }

  .blacktext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
  }
  
    .blacktextsmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
  }
 
  
  .italicizedtext {
	  font-style: italic;
  }
  
  .indent {
	  margin-left: 20px;
  }
  
  th {
	  text-align: center;
	  color: blue;
	  font-weight: bold;
  }
  
  .tutorialHead {
	  font-size: 18px;
	  text-align: center;
  }
  
  .summaryHead {
	  color: #000;
	  font-size: 16px;
  }
  
  .pic {
	  border: 1px;
	  border-style: solid;
  }
  
    @media print {
		body {
		  background: white;
		  text-align: center;
		  padding-top: 0px;
		  padding-left: 10px;
		}
		.redbackpage {
		  width: 940px;
		  margin: 0px;
		  background: white;
		  padding-top: 0px;
		  padding-left: 10px;
		}
		.redfrontpage {
			background: white;
			padding-top: 0px;
			margin-top: 0px;
			padding-left: 10px;
		}
			
	    .binding {
		  display: none;
		}
		.redbrowntext {
			color: #666;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 11pt;
		}
		.bluetext {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 11pt;
			font-weight: bold;
			color: black;
		}

	}
	