/* ========================================= */
/* Page Layout styles for a Subpage
/* ========================================= */
#pagewidth{ 
	width:1024px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	border-bottom: 1px solid #7C8D7D;
	background: url(images/bg-columns-sub.gif) top left repeat-y; 
} 
 
#header{
	position:relative; 
	height:173px; 
	background-color:#CCCCCC; 
	width:100%;
	background: url(images/new-header-sub.jpg);
	z-index:2;
} 

#leftcol{
	width:113px; 
	float:left; 
	position:relative; 
	background-color:#D1C59B; /*  D1C59B */
	border-left: 1px solid #7C8D7D;
	margin:0px;
	padding:0px;
	margin-top: -22px;
	z-index:3;
}
 
#twocols{
	width:909px; 
	float:right; 
	position:relative;
	margin-top: -42px;
	z-index:3;
}
 
#rightcol{
	width:202px; 
	float:right; 
	position:relative; 
	background-color:#9A9173; 
	margin-top: 20px;
	padding: 0px;
	border-right: 1px solid #626F63;
	z-index:1;
	background-image: url(images/new-header-cut.gif);
	background-repeat: no-repeat;
	background-position: top center; 
}
 
#maincol{
	/* background-color: #0000FF;   */
	float: left; 
	display:inline; 
	position: relative; 
	width:706px;
	margin:0px;
}
 
#nav{
	width:631px;
	padding:0px;
	margin:0px;
	margin-left: 0px; /* was 0px */
	padding-top: 2px;
}

#bottomboxes { 
	width:704px; 
	float:left;
	text-align:left;  
	margin:0px;
	padding:0px;
	/*background: url(images/bg-boxes-sub.gif) top left repeat-y; */
} 

.leftmiddle {
	float:left;
	width:259px;
	margin:0px;
	padding:0px;
	color: #D1C59B;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.rightmiddle {
	float:right;
	width:442px;
	margin:0px;
	padding:0px;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#leftnav{

	padding:0px;
	margin:0px;
	padding-top: 2px;
}

#leftnav ul{
margin-left: 4px;;
	padding-left: 0;
}
#leftnav ul li {
	margin-left: 0;
	padding: 7px 0px;
/*	border-left: 1px solid #000; */
	list-style: none;
	font-size:8pt;
	}

#leftnav ul li.selected {
	font-size:8pt;
	font-weight:bold;
	}

#leftnav li a {
	color: #454545;
	text-decoration: none;
}
#leftnav a:hover{
	color: #FFF;
	background-color: #D1C59B;
}

ul.leftadjust {
 padding-left:10px;
 margin-left:10px;
}

.talktitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;



}

.talkreference {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;


}

#chapter {
 height:650px;
 overflow:auto;
 background:#fff;
 color:#000;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#chapter h1,h2 {
	text-align: center;
}

#chapter p,h3 {
	text-indent: 2em;
}

#chapter p {
	margin: 0;
	padding:0;
	line-height: 2em;
}

.contact {
	margin-top:5px;
	padding:0px 40px;
	color: #D1C59B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.purchase {
	margin-top:5px;
	color: #D1C59B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.callout {
	text-align:center;
	padding: 0px 0px;
/*	border-left: 1px solid #000; */
	list-style: none;
	font-size:8pt;
	}


.callout a {
	color: #454545;
}
.callout a:hover{
	color: #FFF;
	background-color: #D1C59B;
}
