/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font:normal 100%/150% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;	
	color:#2b2f3f;
	text-align:center;
	min-width:800px;
	background:white;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	max-width:1000px;
}

#pghead {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:80px;
	background:transparent url("../img/kwlogokl.gif") no-repeat left 40px;
}

#pgnav {
	height:3em;
	font-size:80%;
	margin:0 15% 0 5%;
}
#pgnav ul {
	list-style-type:none;
	padding:0;
	float:right;
}
#pgnav ul li  {
	width:9.5em;
	margin:0 2px 0 2px;
	text-decoration:none;
	padding:0;
	border:1px solid white;
	color:#151925;
	background:#7488BB url("../img/kwnavbl.png") no-repeat left bottom;
	float:left;
}
#pgnav li a {
	text-decoration:none;
	display:block;
	padding:5px;
	background:transparent url("../img/kwnavbr.png") no-repeat right bottom;
	text-align:center;
}
#pgnav li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	border-top:5px solid #7488BB;
	background:transparent url("../img/kwnavbr.png") no-repeat right bottom;
}
#pgnav li b {
	display:block;
	padding:5px;
	color:#F6F8FF;
	background:transparent url("../img/kwnavbr.png") no-repeat right bottom;
	text-align:center;
}

#pgbody {
	width:100%;
	position:absolute;
	top:60px;
	margin:20px 0 0 0;
	font-size:90%;
	background:transparent;
}
#pgmain {
/*	margin:0 5% 0 5%; */
	text-align:center;
}
#pgmaintext {
	text-align:left;
	margin:0 60px 0 60px;
}
#pgmaintext1 {
	text-align:left;
	margin:0 60px 0 60px;
}

#pgtabele {
	width:100%;
	table-layout:fixed;
}
#pgtabeletd1 {
	width:70px;
	vertical-align:top;
	text-align:right;
}
#pgtabeletd2 {
	width:25%;
	vertical-align:top;
	text-align:left;
}
#pgtabeletd3 {
	width:90px;
	margin:0 15px 0 0;
	vertical-align:top;
	text-align:right;
}
#pgtabeletd4 {
	width:25%;
	vertical-align:top;
	text-align:left;
}

#pgtail {
	clear:both;
	width:1000px;
	margin:.5em 0 0 0;
	padding:0 0 1em 0;
	position:absolute;
	font-size:85%;
	line-height:1.1;
	border-top:1px solid #222222;
	text-align:center;
}
#pgtail p {
	margin:0;
}
#pgtail a {
	text-decoration: none;
	color:#000080;
}
#pgtailw3 {
	text-align:right;
}

.txtflt {
	width:160px;
	float:left;
	font-size:80%;
	line-height:1.2;
	color:#454958;
	border:1px outset #606574;
	margin:0 10px 0 0;
	padding:.5em 5px 0 5px;
	background:#DFE6FF;
}
.txtflt p {
	margin:0 0 1em 0;
}
/* .txtflt :last-child {
	margin-bottom:0;
} */

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color:#2b2f3f;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:135%;	
			text-align:left;
			margin:0 60px 0 60px;	
			padding:0;
}
p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration: none;
}
a:link {
	color:#000080;
}
a:visited {
	color:#151925;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}
#cloutabele{
	table-layout:fixed;
	margin-left: 60px;
	text-align:left;
}
