	body {
		background-color: #d9e8ff;
		margin: 0px;
		padding: 0px;
	}
	#header {
		background-image: url(/images/tktitle.png);
		background-repeat: no-repeat;
		background-position: center center;
		height: 140px;
		width: 800px;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -400px;
	}
	li {
		font-size: 10pt;
		padding-right: 6px;
	}
	li a {
		font-weight: bold;
	}
	#conttop {
		position: absolute;
		width: 800px;
		height: 15px;
		font-size: 1px;
		background-image: url(/images/boxtop.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		top: 141px;
		left: 50%;
		margin-left: -400px;
	}
	ul {
		padding-left: 26px;
	}
	#content {
		position: absolute;
		padding: 4px;
		overflow: auto;
		width: 800px;
		height: 500px;
		top: 156px;
		left: 50%;
		margin-left: -400px;
		background-image: url(/images/boxmid.png);
		background-repeat: repeat-y;
		font-family: Tahoma, Verdana;
		font-size: 10pt;
	}
	#contbottom {
		position: absolute;
		width: 800px;
		height: 15px;
		font-size: 1px;
		background-image: url(/images/boxbottom.png);
		background-repeat: no-repeat;
		background-position: top center;
		left: 50%;
		margin-left: -400px;
		top: 656px;
	}
	.secthead {
		margin-top: 10px;
		margin-left: 8px;
		font-size: 10.5pt;
		font-weight: bold;
		text-decoration: underline;
	}
