body {
	text-align: center;
	font-family : Georgia, Times, serif;
	font-size: 9pt;
	color: #000;
	background-image: url(/styles/bg_gn.gif);
	background-repeat: repeat-x;
	background-color: #004C00;
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative;
	text-align: left;
	margin: auto;
	top: 60px ;
	width: 800px;
	min-height: 511px;
	background-color: #FFF;
}

#content tr td {
	background: #F8F8F8;
}

#content tr.alt td {
	background: #F0F0F0;
}

#content tr.over td {
	background: #E0E0E0;
}
	
#top {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 52px;
	width: 780px;
	background-color: #FF8C00;
	background-image: url(/styles/kiga_top_bg.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 20px;
}

#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	min-height: 507px;
	background-color: #FF8C00;
	color: #003300;
	padding-top: 4px;
	padding-left: 4px;
	z-index: 2;
}

#navcontainer { 
	width: 148px;
	margin-top: 160px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navlist a {
	font-family : Arial, Helevetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	display: block;
	padding: 3px;
	width: 139px;
	border-bottom: 1px solid #FFF;
}

#navlist a:link, #navlist a:visited {
	color: #003300;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #FFCC8E;
	color: #003300;
}

#active {
	background-color: #F9E6CE;
	width: 145px;
}

#book {
	background-color: #fff;
	background-image: url(/styles/book_bg.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 630px;
	padding-left: 162px;
	padding-right: 8px;
	z-index: 1;
}

#book h1 {
	color: #ae0000;
	border-bottom: 1px solid #ff8c00;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 100%;

}
#book h2 {
	color: #003300;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: 0.4px;
	line-height: 100%;
}
#book h3 {
	color: silver;
	padding: 4px;
	font-size: 115%;
	font-weight: normal;
	letter-spacing: 1px;
	border-left: 1px gray dotted;
	border-bottom: 1px gray dotted;
}
#book p {
	line-height: 150%;
}

.attn {
	color: #003300;
	background-color: #F8F8F8;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding-left: 20px;;
	padding-right: 20px;;
}

#startimage {
	position: absolute;
	left: 154px;
	top: 0px;
}

fieldset {
	background-color: #FCFCFC;
	border: 1px solid #E0E0E0;
	padding-left: 8px;
}

legend {
	border: 1px solid #FF4500;
}
/* for validator */
label { display: block; clear: both; padding-top: 4px; }
label span.label { display: block; float: left; width: 150px; }
label span.required { color: #FF0000; font-weight: bold; }
label input { display: block; float: left; }
input { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
input.textbox { width: 200px; padding: 3px; border: solid 1px #c0c0c0; }
input.validation-failed{ background-color: #FFF2D9; }
input.button {}

div.toolbar { clear: both; padding-top: 20px; }

div#ClientValidationSummary { background-color: #FF0000; width: 350px; padding: 5px; color: #FFF; }
div#ClientValidationSummary a { color: #FFF; }

div.validation-inline-error-message {
	font-family : Arial, sans-serif;
	font-size: 8pt;
	display: block;
	float: left;
	padding-left: 10px;
	color: #FF4500;
}