/* ===================== global declarations =====================*/
body {
	border-top: 0px;
	border-bottom: 0px;
	margin: 0;
	padding: 4px;
	/* font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	/* background:#EBEFEA;*/
	background: #F9F1E6;
	padding: 0;
	color: #000;
	/* font:x-small/1.5em Georgia,Serif;*/
	font-size: 13px;
}
img {
	padding: 2px;
	border: 0px;
	vertical-align: middle;
}
table {
	margin: auto;
}
/* ===================== container declarations =====================*/
#head {
	float: left;
	width: 100%;
	background: #ACC1F9 url("/image/head_9DBF5F/bg.gif") repeat-x bottom;
	/* background:#9DBF5F url("/image/head_9DBF5F/bg.gif") repeat-x bottom;*/
	/* background:#DAE0D2 url("/image/bg.gif") repeat-x bottom;*/
	/* background:#DAE0D2 url("/image/cskhome_a.gif") no-repeat right top;*/
	line-height: normal;
	margin-bottom: 2px;
}
#head h1 {
	font-size: 32px;
	margin: 1px;
	/* color: #524B41;;*/
	color: #32363E;
	text-shadow: 0.15em 0.15em 2px #999;
}
#head ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}
#head li {
	float: left;
	background: url("/image/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#head a {
	display: block;
	background: url("/image/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}
#head a:hover {
	color: #333;
}
#head #current {
	background-image: url("/image/left_on.gif");
}
#head #current a {
	background-image: url("/image/right_on.gif");
	color: #333;
	padding-bottom: 5px;
}
#main {
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
	margin: 0px;
	padding: 4px;
	color: #524B41;
}
#main h1 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
}
#main h2 {
	text-align: center;
}
#main h3 {
	line-height: 1em;
	margin-bottom: 4px;
}
#main ul {
	list-style-type: none;
}
#main li {
	padding: 4px;
}
div.hval {
	float: right;
	spacing: 0;
	border: 0;
	margin: 0;
	font-size: 9px;
}
div#foot {
	background: #FFFFFF;
	float: center;
	font-size: 8px;
	padding: 4px;
	margin: 0;
	text-align: center
}
