@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html{
	background-image: url(../Images/global/BG.jpg);
	background-repeat: repeat;
	background-position: top left;
}

body{
	background-image: url(../Images/global/pages2.jpg);
	width: 1250px;
	margin: 0 auto;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#anchor{
	padding-top: 130px;
	position: absolute;
}

/*======================================================================================================================
==============================TEXT - Layout=============================================================================
==========================================================================================================================*/

/*-----------------------------Text Body----------------------------------------*/
p{
	font-size: 14px;
	line-height: 18px;
	text-indent: 30px;
}

.noindent{
	font-size: 14px;
	line-height: 18px;
	text-indent: 0px;
}

br{
	line-height: 12px;
}

ul{
	font-size: 14px;
	line-height: 18px;
	list-style-position: outside;
	margin-left: 50px;
}

.contbullet{
	font-size: 14px;
	line-height: 18px;
	text-indent: 60px;
}

blockquote{
	font-size: 14px;
	line-height: 18px;
	margin-left: 20px;
}


/*-----------------------------Headers-------------------------------------------*/

.pagination{
	font-size: 10px;
	margin-bottom: 20px;
}

.chapter{
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}

/*-------------------------------------Print Page---------------------------------*/
.print-list{
	font-size: 16px;
}

.print-list br{
	line-height: 20px;
}

/*============================================================================================================
=============================Left Page========================================================================
==============================================================================================================*/

.left-page{
	width: 415px;
	margin-top: 75px;
	margin-left: 140px;
	position: absolute;
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 45px;
	text-align: justify;
}

.left-page-first{
	width: 415px;
	margin-top: 75px;
	margin-left: 140px;
	position: absolute;
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 45px;
	text-align: justify;
	
}

/*===================================================================================================================
===============================Right Page============================================================================
=====================================================================================================================*/

.right-page{
	width: 410px;
	margin-top: 75px;
	margin-left: 680px;
	position: absolute;
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 115px;
	text-align: justify;
}

	.right-page h6{
		font-size: 14px;
		line-height: 35px;	
	}
	
	.right-page h1{
		font-size: 34px;
		padding-top: 200px;
		padding-left: 150px;
	}
	
/*=======================================================================================================================
================================IMAGES===============================================================================
=========================================================================================================================*/
.left-page-first .chapterphoto{
	padding-top: 60px;
	padding-left: 40px;
}

.left-page-first .caption{
	font-size:14px;
	padding-left: 40px;
}

.left-page .chapterphoto{
	padding-top: 40px;
	padding-left: 40px;
}

.left-page .caption{
	font-size:14px;
	padding-left: 40px;
}

.right-page .chapterphoto{
	padding-left: 50px;
}

.right-page .smallpict{
	padding-left: 80px;
}

.right-page .caption{
	font-size:14px;
	padding-left: 40px;
}

/*============================================================================================================================
=================================================CONTENTS=====================================================================
=============================================================================================================================*/
.contents{
	width: 360px;
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
	padding-left: 13px;
}

	
	.contents a{
		text-decoration: none;
	}
	
	.contents a:visited{
		text-decoration: none;
		color: #1a4b2b;
	}
	
.pgnum{
	text-align: right;
}

/*=============================================================================================================================
=========================================================Page Links============================================================
==============================================================================================================================*/
.nextpage-link{
	margin-top: 685px;
	margin-left: 1040px;
	position: absolute;
}

	.nextpage-link a:visited{
		color: #1a4b2b;
	}

.previouspage-link{
	margin-top:685px;
	margin-left: 220px;
	position: absolute;
}

	.previouspage-link a:visited{
		color: #1a4b2b;
	}

/*=================================================================================================================================
==================================================Footer===========================================================================
===================================================================================================================================*/	
.copyright{
	font-size: 11px;
	margin-top: 775px;
	padding-left: 451px;
}

	.copyright p{
		font-size: 11px;
		padding-left: 20px;
	}

.b-nav{
	position: absolute;
	margin-top: 750px;
	padding-left: 510px;
	font-weight: bold;
}
	.b-nav ul{
		list-style: none;
		font-size: 12px;
	}
	
	.b-nav li{
		display: inline;
		border-right: 1px solid #711515;
	}
	
	.b-nav a {
		padding-left: 10px;
		color: black;
		padding-right: 10px;
		text-decoration: none;
	}
	
	.b-nav a:visited{
		color: #1a4b2b;
	}
	
	.b-nav a:hover {
		color: #e6dfd2;
	}
	
	.b-nav li.last {
			border-style: none;
			padding-right: 0;
	}
	
