@charset "utf-8";
/* CSS Document */

html{
	background-image: url(../Images/global/BG.jpg);
	background-repeat: repeat;
	background-position: top left;
}

body{
	background-image: url(../Images/global/pages2.jpg);
	width:1230px;
	height: 800px;
	margin: 0 auto;
	background-repeat: no-repeat;
	font: Georgia, "Times New Roman", Times, serif;
}

#anchor{
	padding-top: 130px;
	padding-left: 600px;
	position: absolute;
}

/*=======================================================================================================================
================================Table===============================================================================
=========================================================================================================================*/
table{
	margin: 100px 230px;
}

td{
	text-align: justify;
	vertical-align: text-top;
}


/*=======================================================================================================================
================================Middle Chapter Pages===============================================================================
=========================================================================================================================*/
.left{
	width: 410px;
	padding: 3px 30px 0 0;
}

.right{
	vertical-align: top;
	padding: 3px 10px 0 30px;
}

.noindent{
	font-size: 14px;
	line-height: 18px;
	text-indent: 0px;
}

/*=======================================================================================================================
================================IMAGES===============================================================================
=========================================================================================================================*/
.caption{
	font-size:14px;
	text-align: center;
}

.right-image{
	vertical-align: top;
	padding: 30px 0 0 30px;
}

/*=======================================================================================================================
================================Global Text===============================================================================
=========================================================================================================================*/
p{
	font-size: 14px;
	line-height: 18px;
	text-indent: 30px;
}

li{font-size: 14px;
	line-height: 18px;
	text-indent: 40px;
}

h6{
		font-size: 14px;
		line-height: 35px;	
		font-weight: bold;
	}
	
.previouspage-link{
	margin-top: -93px;
	margin-left: 240px;
	margin-bottom: 65px;
}

.previouspage-link a:visited{
		color: #1a4b2b;
	}

.nextpage-link{
	text-align: right;
	margin-top: -115px;
	margin-right: 110px;
	margin-bottom: 65px;

}

	.nextpage-link a:visited{
		color: #1a4b2b;
	}
	
/*=======================================================================================================================
================================FOOTER===============================================================================
=========================================================================================================================*/
.copyright{
	font-size: 11px;
	text-align: center;
	margin-left: 120px;
}

	.copyright p{
		font-size: 11px;
	}
	
	.copyright ul{
		list-style: none;
		font-size: 12px;
		font-weight: bold;
	}

	.copyright li{
		display: inline;
		border-right: 1px solid #711515;
	}
	
	.copyright a {
		padding-left: 10px;
		color: black;
		padding-right: 10px;
		text-decoration: none;
	}
	
	.copyright a:visited{
		color: #1a4b2b;
	}
	
	.copyright a:hover {
		color: #e6dfd2;
	}
	
	.copyright li.last {
			border-style: none;
			padding-right: 0;
	}



