/* CSS Document */
/*============================*/
/*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: 810px;
}
#ST, #STlong {
	/* Adjust text back to normal alignment 
Do NOT use Left/Right coordinate 
*/
	position:absolute;
	text-align: left;
	top:5px;
	width:810px;
	height:1200px;
	z-index:2;
	background-repeat: no-repeat;
	visibility: visible;
}
#STlong {
	height: 2600px;
}
#stColor {
	position:absolute;
	left:825px;
	top:29px;
	width:120px;
	height:20px;
	z-index:9;
}
#stColor1 {
	position:absolute;
	left:10px;
	top:325px;
	width:120px;
	height:28px;
	z-index:9;
}
#stFT {
	position:absolute;
	left:160px;
	width:170px;
	z-index:6;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 4px;
}
#stHD {
	position:absolute;
	left:0px;
	top:0px;
	width:810px;
	height:32px;
	z-index:4;
	visibility: visible;
}
#stLanguage {
	position:absolute;
	left:500px;
	top:3px;
	width:60px;
	z-index:7;
	height: 18px;
	background-color: #C9CCED;
	text-align: center;
}
#stLogo{
	height: 90px;
	width: 150px;
	position: absolute;
	left: -1px;
	top: 0px;
	visibility: visible;
}
#stUrl {
	position:absolute;
	right:10px;
	top:10px;
	z-index:4;
	visibility: visible;
}
#stUser {
	position:absolute;
	left:454px;
	top:36px;
	width:174px;
	height:14px;
	z-index:4;
}
#stTitle {
	position:absolute;
	left:150px;
	top:3px;
	width:660px;
	height:28px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	text-indent: 10px;
	background-color: #FFFFFF;
	visibility: visible;
}
/*============================*/
/*Chapter layout */
/*============================*/
#chHD {
	position:absolute;
	left:150px;
	top:32px;
	width:660px;
	height:58px;
	z-index:4;
	visibility: visible;
}

#chTitle {
	position:absolute;
	left:1px;
	top:-4px;
	width:660px;
	height:28px;
	z-index:4;
	background-repeat: repeat;
	visibility: visible;
	text-align: left;
	padding-top: 4px;
	text-indent: 10px;
	background-color: #E4E4EC;
}
/*============================*/
/*Page layout */
/*============================*/
#PG, #PGlong {
	position:absolute;
	left:0px;
	top:90px;
	width:810px;
	height:1080px;
	z-index:4;
	visibility: visible;
}
#PGlong {
	height: 2500px;
}
#pgC {
	position:absolute;
	left:150px;
	top:0px;
	width:430px;
	z-index:3;
	height: 1080px;
	visibility: visible;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pgL {
	position:absolute;
	top:0px;
	width:150px;
	height: 1080px;
	z-index:6;
	visibility: visible;
	left: 0px;
	background-repeat: repeat-y;
	background-image: url(../_Assets/bgH_150x8_greyblue_gradient1.jpg);
}
#pgR {
	position:absolute;
	top:0px;
	width:200px;
	height:1070px;
	z-index:5;
	right: 0px;
	padding: 5px;
	text-align: left;
	visibility: visible;
	background-repeat: repeat-y;
	background-image: url(../_Assets/bgH_240x8_red_gradient.jpg);
}
/*============================*/
/* Navigation Styles */
/*============================*/
.nav a {
	font-weight: normal;
	color: #FDF4F5;
	text-decoration: none;
	display: block;
}
.nav a:hover {
	font-weight: normal;
	background-color: #D1DED2;
	text-decoration: underline;
}
#navCh {
	position: absolute;
	width: 660px;
	left: 3px;
	top: 31px;
	z-index: 4;
	background-color: #FFFFFF;
	visibility: visible;
	height: 24px;
}
#navCh ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navCh li {
	display: inline;
}
#navCh a {
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	float: left;
	text-decoration: none;
	background-color: #E4E4EC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 2px;
	background-image: url(../_Assets/bgV_4x24_greyblue_gradient1.jpg);
}
#navCh a:hover {
	color: #333333;
	background-color: #D1D1DE;
	font-weight: bold;
	text-decoration: underline;
	background-image: none;
}
#navCh1 a {
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
	text-align: center;
	float: left;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: none;
}
#navGl {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 150px;
	height: 50px;
}
#navGl ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navGl li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
} 
#navGl a {
	color: #333333;
	text-decoration: none;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	background-color: #FDF4F5;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navGl a:hover {
	font-weight: normal;
	background-color: #D1D1DE;
	text-decoration: underline;
}
#navGl1 a {
	color: #333333;
	text-decoration: none;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navPg {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 150px;
	height: 50px;
	visibility: visible;
}
#navPg ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navPg li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	display: block;
} 
#navPg a {
	color: #4F4F75;
	text-decoration: none;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #E4E4EC;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #666666;
}
#navPg a:hover {
	color: #4F4F75;
	font-weight: bold;
	text-decoration: underline;
	background-color: #D1D1DE;
}
#navPg1 a {
	color: #4F4F75;
	text-decoration: none;
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: right;
	background-color: #FFFFFF;
}
/*============================*/
/* Class Styles*/
/*============================*/
.form0 {
	background-color: #FFFFFF;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0000FF;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E27272;
}
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E27272;
}
.selList {
	width: 430px;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}
.warn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
/*============================*/
/* Tag styles */
/*============================*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #9F2020;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
body {
	text-align: center; /* specially for IE 6.0 */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #E4E4EC;
	height: 28px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9F2020;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #E27272;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E27272;
}
hr {
	color: #F2BFBF;
}
img {
}
td {
	vertical-align: top;
	padding: 0px;
}

