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

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	color: #000000;
	cursor:crosshair
}
.contents #container { 
	width: 950px;
	background: #FFFFff;
	margin: 0 auto;
	text-align: center;
} 
.contents #header { 
	background: #ffFFFF; 
	padding: 35px 0px 15px 0px;
	margin: 0 auto;
} 


.contents #preface {
	padding: 0 0 1px 0;
	font-weight: bold;
	line-height: 0px;
}
.contents #sidebar1 {
	float: left;
	width: 385px;
	height: 390px;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 50px 0 0 71px;
	/* set margin left to 260 as alternative*/
	/* set margin left to 150 as alternative*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.15em;
	word-spacing: 0.1.5em;
	line-height: 1.9em;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	
}
.contents #thefloat {
	width: 850px;
	height: 400px;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
.contents #sidebar2 {
	float: left;
	width: 410px;
	height: 390px;
	background: #FFFFFF;
	padding: 0px 0px 0px 30px;
	margin: 50px 0px 0 0px;
	/* set margin left to 260 as alternative*/
	/* set margin left to 150 as alternative*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.15em;
	word-spacing: 0.1.5em;
	line-height: 1.9em;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #000000;
}
.contents #footer { 
	padding: 0px 0px 0px 0px;
	background:#fff;
} 

/*-------------------------------------------------------------------stuff dont touch--------------------------------------------*/

.contents #footer p {
	margin: 0;
	padding: 0px 0;
}
.fltrt {
	float: right;
	margin-left: 0px;
}
.fltlft {
	float: left;
	margin-right: 0px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------------------------------header styles--------------------------------------------*/

h1 
{ /* for CONTENTS */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.6em;
	word-spacing: 0.2em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.contents #preface {
	padding: 0 0 1px 0;
	font-weight: bold;
	line-height: 0px;
}
.contents #appendix {
	padding: 1px 0 0px 0;
	font-weight: bold;
	line-height: 0px;
}


.chapters{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
letter-spacing: 0.2em;
word-spacing: 0.4em;
font-style: normal;
font-weight: normal;
text-align: left;
color: #000000;
text-decoration:none;
padding: 0 0 0 0px;
}

.chapters:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
letter-spacing: 0.2em;
word-spacing: 0.4em;
font-style: normal;
font-weight: normal;
text-align: left;
color: #000000;
text-decoration:none;
padding: 0 0 0 0px;
}	
	
/****************************************** NUMERAL *****************************************/

.chapters span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration:none;
	padding: 0 0 0 0px;
	}
	
.chapters:hover span{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.2em;
	word-spacing: 0.4em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #CF1F1D;
	text-decoration:none;
	padding: 0 0 0 0px;
	}

/****************************************** appendix fix for firefox *****************************************/

A:link { 	
	color: #000000;
	text-decoration:none;
	}
	
A:hover { 	
	color: #CF1F1D;
	text-decoration:none;
	}
	
A:active { 	
	color: #000000;
	text-decoration:none;
	}
	
A:visited { 	
	color: #000000;
	text-decoration:none;
	}

/****************************************** CHAPTER 1 *****************************************/

a.linkstyle {color: #000; text-decoration: none}
a.linkstyle:hover{color: #000; text-decoration: none} 

a.linkstyle span{color: #000; text-decoration: none}
a.linkstyle:hover span {color: #CF1F1D; text-decoration: none} 



h2 { /* for CHAPTER headings */
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.3em;
	word-spacing: 0.4em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
