/**************************************
 *
 *	PRIMARY DESIGN ELEMENTS
 *
 **************************************/
 
body {
	font       : 12px Arial, Helvetica, sans-serif;
	}

#page  {
	margin: 0px; padding: 0px; overflow: visible;
	}


a img {
	color: #000;
	border : none;
	}


a, a:visited {
	color: #000;
	text-decoration:underline;
	}


.imgleft, .imgright {
	width:100px;
	clear:left;
	float  : left;
	margin : 0px 5px 2px 0px;
	}



/**************************************
 *
 *	HEADLINES
 *
 **************************************/

h1 {
	font-size    : 17px;
	line-height: 17px;
	color        : #000;
	font-weight  : bolder;
	padding-top:10px;
	}


h2 {
	font-size   : 15px;
	color       : #000;
	font-weight : bold;
	}

h3 {
	font-size   : 14px;
	color       : #000;
	font-weight : bold;
	}

h4 {
	font-size   : 12px;
	color       : #000;
	font-weight : bold;
	}


#headerleft {
	height: 116px;
	width:230px;
	background: url('/siteflow/images/pko_logo_print.jpg') no-repeat;
	margin:0px;
	padding:0px;
	}

#headerright, ul#navbar, div#leftcolumn, div#resources, div#searchleft, div#searchright, ul#pagetools  {
	display:none;
	}





img#pkologo {
	padding:0px;
	}



	
ul#breadcrumbs {
	clear:both;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:10px 0px 10px 0px;
	width:100%;
	}
	
ul#breadcrumbs li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px 4px 0px 0px;
	color: #000;
	font-size:11px;
	}
	
ul#breadcrumbs li a {
	color: #000;
	}
	

div#copyblock {
	color:#000;
	clear:left;
	width:100%;
	font-size:13px;
	line-height:16px;
	}

	

div#footerwrap {
	clear:both;
	width:100%;
	border-top:1px solid gray;
	padding:10px 0px 10px 0px;
	}
	

.hideit {
	display:none;
	}
	

	


