/* CSS Document */
/*============================*/
/*Chapter layout */
/*============================*/
#chText {
	position:absolute;
	left:5px;
	top:0px;
	width:432px;
	height:24px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
/*============================*/
/*Page layout */
/*============================*/
#PG {
	position:absolute;
	left:0px;
	top:80px;
	width:780px;
	height:1100px;
	z-index:4;
}
#pgC {
	position:absolute;
	left:151px;
	top:0px;
	width:410px;
	z-index:3;
	height: 1080px;
	visibility: visible;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#pgCL {
	position:absolute;
	left:150px;
	top:360px;
	width:325px;
	height:1000px;
	z-index:1;
	background-color: #FAF1F9;
}
#pgCR {
	position:absolute;
	top:360px;
	width:325px;
	height:1000px;
	z-index:2;
	left: 475px;
	background-color: #EEEFF9;
}
#pgHD {
	position:absolute;
	left:150px;
	top:0px;
	width:530px;
	height:360px;
	z-index:3;
	background-color: #FFFFFF;
}
#pgL {
	position:absolute;
	top:0px;
	width:150px;
	height: 1100px;
	z-index:6;
	visibility: visible;
	left: 0px;
	background-color: #EEEFF9;
	background-repeat: no-repeat;
}
#pgR {
	position:absolute;
	top:0px;
	width:200px;
	height:1100px;
	z-index:5;
	right: 0px;
	background-color: #FAF1F9;
	padding: 0px;
	background-image: url(../_Assets/bg_pgR.jpg);
}
#pgTitle {
	position:absolute;
	left:0px;
	top:70px;
	width:790px;
	z-index:2;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	height: 20;
	color: #FFFFFF;
	background-color: #D795D0;
}
/*============================*/
/*Site Layout*/
/*============================*/
#stA {
/*
A div element, NOT a layer
Set margins automatically using center align from body tag and the page width
Resets alignment to Left
*/
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
#ST {
	/* Adjust text back to normal alignment 
Do NOT use Left/Right coordinate 
*/
	position:absolute;
	text-align: left;
	width:780px;
	height:1200px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}
#stBar {
	position:absolute;
	left:216px;
	top:46px;
	width:564px;
	height:24px;
	z-index:6;
	background-color: #C058B6;
}
#stBarGrad {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30;
	height: 24;
}
#stFoot {
	position:absolute;
	left:160px;
	width:480px;
	height:18px;
	z-index:4;
	bottom: 10px;
	background-color: #666666;
	font-weight: bold;
	color: #CCCCCC;
	text-indent: 10px;
	visibility: visible;
}
#stHD {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:70px;
	z-index:4;
	background-color: #FFFFFF;
}
#stLanguage {
	position:absolute;
	left:589px;
	top:11px;
	width:180px;
	z-index:7;
	height: 20px;
	background-color: #FFFFFF;
	text-align: left;
}
#stLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:195px;
	height:50px;
	z-index:4;
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}
#stTitle {
	position:absolute;
	left:500px;
	top:0px;
	width:290px;
	height:60px;
	z-index:9;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	background-color: #FFFFFF;
}
/*============================*/
/*Tag and Class Styles*/
/*============================*/
#arachnid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #999999;
	padding: 2px;
	height: 18px;
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 796px;
	text-indent: 10px;
}
#rndTR {
	position:absolute;
	top:0px;
	width:20px;
	height:20px;
	z-index:10;
	right: 0px;
}
#rndTL {
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:20px;
	z-index:11;
}
#color {
	position:absolute;
	left:10px;
	top:290px;
	width:120px;
	height:20px;
	z-index:9;
}
#color1 {
	position:absolute;
	left:10px;
	top:325px;
	width:120px;
	height:28px;
	z-index:9;
}
.head1 {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
.head2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.head3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.headMedium {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #203366;
	font-weight: bold;
}
.imgFL {
	float: left;
	width: 250px;
	padding: 10px;
	margin: 10px;
	background-color: #EEEFF9;
}
.imgFR {
	float: right;
	width: 250px;
	padding: 10px;
	margin: 10px;
	background-color: #EEEFF9;
}
div.imgFR img,div.imgFL img {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
body {
	text-align: center; /* specially for IE 6.0 */ 
}
/*============================*/
/*Html Tags
/*============================*/
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	background-color: #C9CCED;
	color: #666666;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

