@charset "utf-8";
.hdr_cntnr {
	width: 841px;
	margin-left: 20px;
}
#logodiv {
	width: 800px;
	height: 61px;
	background:url(../images/kcskyfade.jpg);
	margin: 0px auto;
}
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:auto;
	text-align: center;
	margin-bottom: -10px;
	width: 800px;
} 

#top_menubar {
	position: relative;
	height: 31px;
	padding-left: 0px;
	background: white url(../images/navbar/navbar-left.gif) top left no-repeat;
	background-color: #FFFFFF;
	width: 825px;
	margin: 6px 0px;
	top: 6px;
	overflow: inherit;
	margin-bottom: 0px;
}

#top_menubar ul {
	height: 31px;
	top: -6px;
	left: 17px;
	background: white url(../images/navbar/navbar-right.gif) top right no-repeat;
	padding-right: 0px;
	float: left;
}

#top_menubar ul li {
	display: inline;
}

#top_menubar ul li a {
	display: block;
	height: 13px;
	float: left;
	padding: 9px 10px 9px 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-decoration: none;
	background-image: url(../images/navbar/navbar.gif);
}

#top_menubar ul li a:hover {
	color: #D2FFBB;
}

#top_menubar ul li a.selected {
	color: #285c0c;
}

.navbar_separator {
	float: left;
}
.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;
    line-height: 0px;
}
