body {
	margin: 0;
	padding: 0;
	background-color: #FCF7E5; 
	font-family: Verdana, Geneva, Arial, sans-serif;
}
IMG{
	border: 0;
}
/*
#hlMenu {
	position: absolute;
	top: -200px;
	width: -999px;
}
#hlContent {
	position: absolute;
	top: -180px;
	width: -999px;
}
*/
#header {
	background-color: #FFFFFF; 
	color: #901602;
	border: 0; 
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: bottom;
	clear: both;
}
#logo{
	float: left;
	background-image: url(images/kflogoa.gif); 
	background-repeat: no-repeat;   
	width: 229px;
	height: 75px;
	margin: 0;
	padding: 0;
}
#strapline{
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right; 
	padding: 10px 23px 0 0;
	color: #C32703;
	margin: 0 0 0 0;
}

#headerband {
	clear: both;
	height: 10px;
	border: 0; 
	margin: 0;
	padding: 0;
	background-color: #901602;  
	color: #901602;
}
#leftStripes{
	float: left;
	height: 10px;
	width: 40%;
	background-image: url(images/stripes.gif);
	background-repeat: repeat-y;
}
#rightStripes{
	float: right;
	height: 10px;
	width: 40%;
	background-image: url(images/stripesright.gif);
	background-repeat: repeat-y;
}
#controls{
	top: 10px;
	left: 45%;
	position: absolute;
	z-index: 10;
}
#outer {
	width: 100%;
	background-color: #FCF7E5;         /* center column background */
	clear: both;
}
#leftCol{
	width: 18%;                      /* left column width */
	float: left;
	position: relative;
}
#leftMenu {
	width: 85%;
	list-style: none;
	margin: 22px 0 0 18px;
	padding-left: 0;
	font-size: 80%;
	line-height: 190%; 
	text-indent: 4px;
}
#leftMenu li {
	border-top: 1px solid #FA9C21; 
	border-right: 1px solid #FA9C21; 
	border-bottom: 1px solid #6F1602; 
	border-left: 1px solid #6F1602; 
	background-color: #C32703;
	margin-bottom: 0.5em;
}
#leftMenu li.this {
	border-top: 1px solid #FBF19D; 
	border-right: 1px solid #FBF19D; 
	border-bottom: 1px solid #D8470E;
	border-left: 1px solid #D8470E; 
	background-color: #FA9C21;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#leftMenu a:link, #leftMenu a:visited, #leftMenu a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
}
#leftMenu a:hover {
	color: #FBF19D;
	font-weight: bold;
}
#page{
	padding: 0 14% 0 0;  /*This creates the right hand margin space*/
	float: right;
	width: 67%;  /*100% less the padding, less the width of leftCol, less 1 or 2% to allow for browser quirks*/
	position: relative;
	background-image: url(images/rhbanner.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #FFF;
	margin: 0;
}
#content{
	padding: 1% 2% 1% 1%;
}
#rightCol {
	width: 15%;                      /* column width */
	top: 100px;
	left: 85%;
	position: absolute;
	z-index: 10;
	border: 1px solid #000;
}
#footer {
	background-color: #901602;
	width: 96%;
	position: relative;
	color: #FFF;
	clear: both;
	padding: 1% 2% 1% 2%;
	font-size: 70%;
}
#footer a{
	color: #FFF;
}
.hidden{
	position: absolute;
	top: -200px;
	width: -999px;
}
.mainHead{
	font-size: 100%;
	font-weight: bold;
	color: #C32703;
}
.bodyText{
	margin-left: 4%;
	font-size: 80%;
	line-height: 150%;
}
.bodyText a:link, .bodyText a:visited, .bodyText a:active {
	color: #C32703;
}
.bodyText a:hover{
	color: #FFF;
	background-color: #FA9C21;
}
.strap{
	color: #C32703;
	font-weight: bold;
}
.left{
	text-align: left;
}
.bold{
	font-weight: bold;
}
.star{
	color: #C32703;
	font-weight: bold;
	font-size: 100%;
}
#holder{
	background-color: #FFF;
}
#topRight{
	float: right;
}
#skipLinksTop{
	margin: 4px 23px 0 0;
	text-align: right;
}
#skipLinksBot{
	margin: 30px 23px 0 0;
	text-align: left;
}
#skipLinksTop P, #skipLinksBot DIV{
	font-size: 70%;
	color: #000;
	margin: 0 0 4px 0;
}
#skipLinksTop a, #skipLinksBot a{
	text-decoration: none;
	padding: 0 0 0 3px;
	margin: 0;
	color: #000;
}
#skipLinksTop a:hover, #skipLinksBot a:hover{
	text-decoration: underline;
}
.divider{
	margin-left: 2px;
	padding-top; 3px;
}
.clearFloat{
	clear: both; 
}


