body { 
	background:#4f1200 url('images/bg_tile.gif');
	margin:50px 0px; padding:0px;
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serf;
	font-size: 1em;
	}
	

.mainContainer {
	width:980px;
	margin:0px auto;
	text-align:left;

	}
	
#navbar {
	width:980px;
	height:74px;
	background: url('images/nav_bg.gif');
	margin: auto auto;
	}
	
#heroBar {
	width:980px;
	height:185px;
	background: #2e2a25 url('images/hero_img.jpg') no-repeat;
	border-bottom: solid 5px #d1b188;
	}

.greenBar {
	background:#175c36;
	margin: 0px auto;
	}
	
.brownBar {
	background:#b27a3f;
	}
	
.tanBar {
	background: #e7d8bc;
	}
	
	
.menu {
 	display:table;           
	padding:0;
	margin:0 auto;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
  }
  
* html navBar.menu {
	display:inline-block;
	width:1px;
	padding:0 2px;
	margin:0 auto;
  }  
  
.menu li {
	float:left;
	margin: 24px 5px;
	display:table-cell;
	}
	
* html navBar.menu li {
	display:inline;	
	}
	
.menu a {
	display:block;
	padding:0.2em 1em;
	background:#e7d8bc;
	color:#000;
	text-decoration:none;
	border:1px solid #ac7332;
	font-weight:bold;
	font-size:10pt;
	}
	
* html navBar.menu a {
	display:inline-block;
	margin:0 -2px;
	}
	
.menu a:hover {
	color:#fff;
	background:#175c36;
	}
	
.menu a.visited {
	display:block;
	padding:0.2em 1em;
	background:#e7d8bc;
	color:#000;
	text-decoration:none;
	border:1px solid #ac7332;
	font-weight:bold;
	font-size:10pt;
	}
	

	
	
a.current {
  color:#fff; 
  background:#4f1200;
  cursor:default;
  }



	
	
#contentContainer {
	width:980px;
	background: #f0e9d2 url('images/content_bg.gif') repeat-y;
	}
	
#content {
	width:850px;
	position: relative;
	left: 70px;
	top: 10px;
	font-size: 0.75em;
	line-height: 135%;
	}
	
#footer {
	width: 980px;
	text-align:center;
	background: #175c36;
	font-size:8pt;
	font-weight:bold;
	color:white;
	} 
	
	
.tiny {
	font-size:0.75em;
	font-weight:normal;
	}


#content a:link {color:#4f1200}      /* unvisited link */
#content a:visited {color:#4f1200}  /* visited link */
#content a:hover {color:#175c36}  /* mouse over link */
#content a:active {color:#175c36}  /* mouse over link */	
	
	

	ul.bigBullets {
		list-style-type: none;
		font-family: Times New Roman;
		font-weight:bold;
		font-size: 1.5em;
		color:#b27a3f;
		}
	
	ul.bigBullets li {
		margin-bottom: 15px;
		}
	
	.bookTitle {
		//color: #b27a3f;
		font-size: 1.2em;
		font-weight:bold;
		font-style: italic;
		}	
		
	ol.chapterList {
		margin: 20px auto 20px 60px;
		font-weight: bold;
		}
	
	ol.chapterList li {
		margin-bottom: 5px;
		}
	
	.popUp {
		width: 700px;
		margin: 10px 0px 5px 10px;
		font-size: 0.9em;
		border: solid 1px #b27a3f;
		background: #eee;
		padding: 5px;
		}
		
.popUp ul li {
		list-style-type: disc;
		margin-bottom:10px;
		margin-top:0px;
		}
		
.popUp ul li ul {
	margin-top:2px;
	}		

.popUp ul li ul li {
		list-style-type: circle;
		margin-bottom:2px;
		}
		
.popUpCloser {
	margin-top:5px;
	text-align:right;
	font-size:9px;
	margin-bottom:0px;
	}

.chapterTitle {
	font-family: Times New Roman;
	font-weight:bold;
	font-size: 1.5em;
	color:#b27a3f;
	}
	
.beforeYouReadBox {
	width:400px;
	margin: 0px auto;
	border:double 3px #175c36;
	font-size: 0.75em;
	padding: 3px 10px;
	}
	
.beforeYouReadHeading {
	color: #175c36;
	letter-spacing:3px;
	text-align:center;
	font-weight: bold;
	font-size:1.2em;
	margin-top:0px;
	margin-bottom:7px;
	}
	
.beforeYouReadList {
	margin-top:0px;
	margin-bottom:0px;
	}
	
.beforeYouReadList li{
	margin-bottom:5px;
}	

.chapterHeading {
	color: #b27a3f;
	font-weight:bold;
	font-size: 1.25em;
	margin-top:25px;
	}
	
.chapterSubheading {
	font-weight:bold;
	text-align:center;
	}
		

.chapterText {
	text-align:justify;
	}
	
.chapterContentOrderedList {
	list-style-position:outside;
	margin-left:50px;
	margin-right:50px;
	}

.chapterContentOrderedList li {
	margin-bottom:7px;
	}
	
.chapterContentUnorderedList {
	list-style-position:outside;
	list-style-type:disc;
	margin-left:50px;
	margin-right:50px;
	}

.chapterContentUnorderedList li {
	margin-bottom:7px;
	}
	
.insertBox {
	float: left;
	width: 350px;
	border: solid 1px black;
	font-size: 0.75em;
	padding: 2px 5px;
	margin:3px;
	}
	
.insertTitle {
	color: #175c36;
	letter-spacing:3px;
	text-align:center;
	font-weight: bold;
	font-size:1.2em;
	margin-top:0px;
	margin-bottom:3px;
	}

.insertText {
	margin:2px;
	text-align:justify;
	}
	
.exercise {
	margin: 0 auto;
	border: double 3px black;
	background: #fff;
	padding: 20px;
	font-size: 0.9em;
	text-align: justify;
	}

.exercise ul li {
	margin-bottom: 7px;
	}
	
.exerciseTitle {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	text-align:center;
	}

.continuationMark {
	width:13px;
	height: 71px;
	background: url('images/continued.gif');
	margin: 15px auto;
	}

	
