@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #002569;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #002569;
}
.twoColFixLtHdr #container { 
	/*width: 780px;*/ /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 1000px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(http://www.ksbha.org/images/sunflowersunset.png);
	text-align: center;
	height: 250px;
	background-position: center top;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#boardlogo {
	width: 300px;
	top: 0px;
	left: 0px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
} 
#stateseal {
	text-align:center;
	margin-top: 50px;
	margin-right: 30px;
	position: relative;
	z-index: 200;
	top: 30px;
	width:147px;
	height:148;
} 
#searchheader {
	margin: 0;
	width: 290px;
	top: 0px;
	right: 0px;
	float: right;
	font-size: small;
	text-align: left;
}
#searchheader p {
	color: #FFFFFF;
	padding-left: 20px;
}
#googlesearch {
	padding-top: 5px;
	/* background-color: #EBEBEB; */
	/* padding-left: 5px; */
}
#banner {
	width:1000px;
	text-align:center;
	z-index: 100;
	position: relative;
}
#navupper ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 }
#navupper ul li { display: inline; }
#navupper ul li a
 {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002569;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
 }
#navupper ul li a:hover
 {
 color: #FFFFFF;
 background-color: #5A759A;
 }
#announcements
 {
	background-color: #FFFFFF;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	border: thin solid #002569;
	margin-top: 10px;
 }
#quicklinks
 {
	/* border: thin solid #002569;
	background-color: #FFFFFF; */
 }
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table {
	text-align: left;
}
.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;
}
.headertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
	color: #600;
	text-align: center;
}
.subheadertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #600;
	text-align: left;
}
.noticetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-align: left;
}.normalbold {
	font-weight: bold;

}
.normalbolditalic {
	font-weight: bold;
	font-style: italic;
}
.normalitalic {
	font-style: italic;
}
.normalright {
	text-align: right;
}
.normalwhiteright {
	text-align: right;
	color: #FFFFFF;
	vertical-align: top;
}
.normalindent {
	margin-left: 50px;
}
.normaldoubleindent {
    margin-left: 75px;
}
.noticetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.infogroupheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002569;
	font-size: 18px;
}
.karheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #214A7E;
}
.ksaheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #214A7E;
}
.longlistaa {
	margin-bottom: 0px;
}
.longlistbb {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.longlistcc {
	margin-top: 0px;
}
.tablecelltop {
	vertical-align: top;
}
.tablecelltopcentered {
	vertical-align: top;
	text-align: center;
}
.tableheadercolored {
	background-color: #999;
	color: #002569;
}
.calendartable {
	margin: 2px;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.calendarmonthheader {
	background-color: #999;
	color: #002569;
	text-align: center;
	vertical-align: middle;
	height: 61px;
	font-weight: bold;
}
.calendardayheader {
	background-color: #CCCCCC;
	color: #002569;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
.calendardatecell {
	background-color: #FFFFFF;
	color: #002569;
	text-align: left;
	vertical-align: top;
	height: 100px;
}
.headerimage {
	height: 200px;
}
.twitterimage {
	float: left;
	width: 80px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 10px;
}
.regulationlist {
	list-style-type: none;
}
.statutelist {
	list-style-type: none;
}
.feelist {
	list-style-type: none;
}
.yearlinks {
	font-weight: bold;
	font-size: small;
}
.meetingnotice {
	font-weight: bold;
	font-size: small;
}
.boardactionheader {
	background-color: #002569;
	vertical-align: bottom;
	color: #FFFFFF;
}
.boardactiondata {
	background-color: #CCCCCC;
	vertical-align: top;
	font-size: 80%;
}
.alphabetlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.1cm;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table tr td .subheadertext .subheadertext {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent table tr td p .subheadertext {
	text-align: left;
}
