@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html{
	background-image: url(../Images/Global/background.jpg);
	background-color: #000;
	background-repeat: repeat;
	background-position: top left;
}

body{
	background-image: url(../Images/Global/Blank-Page.jpg);
	width: 1100px;
	margin: 0;
	background-repeat: no-repeat;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*=======================Navigation=========================================*/

.navHome{
	margin-top: 300px;
	margin-left: 30px;
	position: absolute;
}

/*=================================================================================================================================
==================================================Contents===========================================================================
===================================================================================================================================*/	
.paragraphs {
	position: absolute;
	margin-top: 100px;
	margin-left: 220px;
	width: 700px;
	height: 504px;
	left: 1px;
}

p{
	font-size: 16px;
	line-height: 20px;
	text-indent: 50px;
	text-align: justify;
}

.noindent{
	font-size: 16px;
	line-height: 20px;
	text-indent: 0px;
	text-align: justify;
}


/*=============================================================================================================================
=========================================================Page Links============================================================
==============================================================================================================================*/
.next{
	font-size: 24px;
	margin-left: 900px;
	margin-top: 513px;
	position: absolute;
}

	.next a:visited{
		color: #000;
		text-decoration: none;
	}

.back{
	font-size: 24px;
	margin-top: 580px;
	margin-left: 160px;
	position: absolute;
	left: -144px;
	top: -1px;
}

	.back a:visited{
		color: #000;
		text-decoration: none;
	}

.pagenumber{
	font-size: 14px;
	margin-top: 50px;
	margin-left: 915px;
}

/*=================================================================================================================================
==================================================Footer===========================================================================
===================================================================================================================================*/	
.copyright{
	font-size: 12px;
	color: #FF9;
	margin-top: 576px;
	margin-bottom: 10px;
	padding-left: 318px;
}

	.copyright p{
		font-size: 11px;
	}
