@charset "utf-8";
/* Global General Styles Start */
html, body  {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #CCC;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #666666;
	background-image: url(/images/kffbback.gif);
	background-repeat: repeat;
}
#bct-body {  /* Equivalent to container div */
	width: 1000px; /*remove margin-left and right for a left justified design*/
	text-align: left;
	background-color: #000;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bct-header {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 1000px;
}
#bct-headertitle {
	position: relative;
	top: -175px;
	left: 250px;
	z-index: 100;
	width: 440px;
}
#bct-theader {
	height: 450px;
	background-color: #000;
	background-image: url(/images/kftitle_mainimagea.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#bct-smtpmenu { /* Div for small menu in top right of header */
	position: relative;
	left: 280px;
	width: 350px;
	font-size: 0.8em;
	top: -550px;
	z-index: 100;
}
	#bct-smtpmenu a {
		color: #FFF;
		text-decoration: underline;
		font-weight: bold;
}
	#bct-smtpmenu a:hover {
		color: #FC0;
		font-weight: bold;
		text-decoration: underline;
}
#bct-column-left {
	background-color: #000;
	float: left;
	width: 250px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#bct-column-left-content {
	background-color: #000;
	float: left;
	width: 220px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#bct-column-center {
	background-color: #000;
	float: right;
	width: 720px;
	}
#bct-column-center-content {
	background-color: #000;
	float: right;
	width: 750px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
}
#bct-column-right {
	width: 250px;
	margin: 0px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
}
#bct-video-column {
	background-color: #333;
	padding: 5px;
	width: 448px;
}
#bct-body-mpnewscontent { /* div for homepage content for news and events */
	background-color: #000;
	margin: 0px;
	padding: 0px;
}	
	#bct-body-mpnewscontent h1 {
		font-size: 1em;
		color: #FC0;
	}
	#bct-body-mpnewscontent h2 {
	font-size: 0.9em;
	color: #3F0;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	#bct-body-mpnewscontent p {
	font-size: 0.8em;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	}	
	#bct-body-mpnewscontent a {
		color: #FC0;
	}	
	#bct-body-mpnewscontent ul {
		font-size: .8em;
		color: #FFF;
		list-style-image: url(/images/kfbullet.gif);
		list-style-position: outside;
	}
#bct-mainbody-contentpages {
	position: relative;
	width: 1000px;
	left: 0px;
	top: 0px;
	background-color: #000;
}
#bct-body-newscontent { /* div for expanded homepage content for news and events */
	width: 735px;
	background-color: #000;
	margin-left: 250px;
}	
	#bct-body-newscontent h1 {
	font-size: 1em;
	color: #FC0;
	}
	#bct-body-newscontent h2 {
	font-size: 0.9em;
	color: #3F0;
	}
	#bct-body-newscontent p {
	font-size: 0.8em;
	color: #FFF;
	padding-right: 15px;
	}
	#bct-body-newscontent ul {
	font-size: .8em;
	color: #FFF;
	list-style-image: url(/images/kfbullet.gif);
	list-style-position: outside;
	}
	#bct-body-newscontent a {
		color: #FC0;
	}	

#bct-footer {
	text-align: center;
	background-color: #000;
	color: #FFF;
	font-size: 0.7em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bct-vertmenu {
	width: 1000px;
	margin: 0px;
	background-image: url(/images/mainmenuback.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
	padding-top: 7px;
}
   #bct-vertmenu a {
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	#bct-vertmenu a:hover {
		color: #0A840A;
		font-weight: bold;
		text-decoration: none;
}
.centerhead {
	width: 440px;
	height: 30px;
	padding: 0px;
	background-image: url(/images/sideheadbackground.gif);
	background-repeat: repeat-x;
	background-color: #333;
	margin: 0px;
}
.centerhead h1 {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	font-size: 0.8em;
	color: #FF0;
	padding-top: 10px;
	padding-left: 10px;
}

.image-ad a {
	text-decoration: none;
	color: #000;
	}
#bct-sidehead { /* All sidehead divs pertain to the content pages menu */
	width: 200px;
	background: #000;
	float: left;
}
#bct-sidehead h1 {
	color: #FC0;
	font-size: .8em;
	font-weight: bold;
}
#bct-sidehead a {
	width: 200px;
	height: 30px;
	display: block;
	float: left;
	border: none;
	background-image: url(/images/sbmenu25030.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#bct-sidehead a:hover {
	background-image: url(/images/sbmenu25030.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	border: none;
	text-decoration: none;
}
#bct-sidehead a span {
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
	position: relative;
	top: 10px;
	left: 10px;
}
.sidebodyhead {
	width: 250px;
	height: 30px;
	padding: 0px;
	background-image: url(images/sideheadbackground.gif);
	background-repeat: repeat-x;
	background-color: #333;
	margin: 0px;
}
.sidebodyhead h1 {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	font-size: 0.8em;
	color: #FC0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.sidebody {
	width: 250px;
	margin: 0px;
	padding: 0px;
	background-color:#333;
}
.centerbody {
	width: 440px;
	margin: 0px;
	padding: 0px;
	background-color:#333;
	float: left;
}
#bct-footer p {
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#bct-footer a {
	color: #FFF;
	text-decoration: underline;
}
#bct-footer a:hover {
	color: #FC0;
	text-decoration: underline;
}
.menutable { /* Main horizontal menu table class */
	color: #333;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	border: none;
}
.scheduletable { /* class for all schedule tables */
	color: #FFF;
	font-size: .7em;
	border: none;
}
.scheduletable a {
	text-decoration: none;
	color: #FC0;
	font-size: .8em;
}
.scheduletable a:hover {
	color: #FFF;
}
.stattable { /* class for all stat tables */
	color: #FFF;
	font-size: .7em;
	border: none;
	text-align: center;
}
.normaltable {
	color: #FFF;
	font-size: .8em;
	border: none;
	text-align: left;
}
.normaltable a {
	color: #FFF;
	text-decoration: none;
	border: none;
	}
.statheading {
	font-weight: bold;
	font-size: 0.8em;
	color: #FFF;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.profiletable {
	color: #FFF;
	font-size: .8em;
}
form {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
label {
	font-size: 0.8em;
	display: block;
	padding-bottom: 2px;
	padding-top: 5px;
}
input, select {
	color: #fff;
	background-color: #666;
	font-size: 0.8em;
	display: block;
}
textarea {
	color: #fff;
	background-color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.warning {
	color: #F00;
}
.clear {
	clear: both;
}
img {
	border: none;
}
