
/* KINGFISHER STYLESHEET FOR PRINTING WEB SITE */

#body, #header, #container, #content, #footer {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

#menu, #kf, #kftop, #motto {visibility:hidden; }

#stripe1 {
	clear: both;
    overflow: visible;
	position: relative;
	width: 100%;
	height: 5%;
	letter-spacing: 5px;
	font-size: 2em;
}

#container {
	clear: both;
    overflow: visible;
	position:relative;
	width:100%;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;
}	 

#page-name {
	clear: both;
    overflow: visible;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	letter-spacing: 2px;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	font-size: 1.5em;
}

#content {
	clear: both;
    overflow: visible;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	line-height: 1.3em;
}

h1 {
	font-size: 1.6em;
    line-height: 1.2em;
	font-weight: bold;}

h2 {font-size: 1.4em; font-weight: bold;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h6 {font-size: 0.7em; line-height: normal;}

#content ul {
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: square;}

#content li {margin-bottom: 1em;}

#content a:link {
	color: #3AAABE;
	text-decoration: underline;
}

.border {
	margin: 4px;
	border: 1px solid;
	float: left;
}
.alignl {
	float: left;
	margin: 1px 5px 1px 0;
}
.alignr {
	float: right;
	margin: 1px 0 1px 5px;
}
.clrimg {
	clear: both;
}

#footer {
	clear: both;
    overflow: visible;
	position: relative;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	width: 100%;
}
#footer a {text-decoration: underline;}