@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #000
	background-repeat: repeat;
	background-color: #999;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	clear: none;
	float: none;
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #69C;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #666;
	border-left-color: #666;
} 
.twoColFixLtHdr #header {
	border: medium inset #666;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 168px;
	width: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-image: url(HomePics/knwrotorbkgrnd.jpg);
	background-repeat: repeat;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
} 
.twoColFixLtHdr #header h1 {
	font-size: 10pt;
	width: auto;
	padding-top: 0px;
	padding-right: 5;
	padding-bottom: 10px;
	padding-left: 10;
	margin-top: 1;
	margin-right: 1;
	margin-bottom: 0;
	margin-left: 1;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 129px;
	font-size: 9pt;
	background-color: #69C;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	clear: none;
	height: auto;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent {
	font-size: 9pt;
	background-color: #69C;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-weight: normal;
	width: 791px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: none;
	clear: none;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 145px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	height: auto;
} 
.twoColFixLtHdr #footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #000;
	height: 60px;
	font-weight: bold;
	border: thin none #000;
	width: 933px;
	padding: 5px;
	float: left;
	margin: 2px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	width: 937px;
	float: left;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent table tr td p strong {
	color: #000;
	font-style: italic;
}
.red {
	color: #F00;
}

