@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#c9cc9a;
	}

div.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto;
	padding:6px;
	background:#c9cc9a;
	}
div.lowerheaderwrapper {
	margin:0;
	padding:0;
	width:100%;
	height:26px;
	background:#c9cc9a;
	}	
div.headerwrapper {
	margin:0;
	padding:0 0 0 16px;
	width:100%;
	height:140px;
	background:#c9cc9a;
	/*border:2px solid #666666;*/
	}	
div.colwrapper {
	margin:0;
	padding:0;
	background:#FFFFCC;
	height:auto;
	width:800px;
	border: 6px outset #FFFF99;
	/*overflow:visible;*/
	}
div.footerwrapper {
	margin-left:auto;
	margin-right:auto;
	padding:6px;
	width:952px;
	height:auto;
	background:white url(images/kwbcbackgroundtile.gif) repeat;
	/*border-top:2px solid #666666;*/
	border-right:2px solid #666666;
	border-left:2px solid #666666;
	border-bottom:2px solid #666666;
	}	
	.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;
	}
	#header {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	text-align:center;
    }
	#header h1 {
	font:bold 1.8em  Helvetica, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	#header h2 {
	font:bold 1.6em  Helvetica, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	#header h3 {
	font:bold 1.4em  Helvetica, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	#header h4 {
	font:bold 1.2em  Helvetica, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	#navbar {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	text-align:center;
	}
	#navbar h1,h2,h3,h4 {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	#navbar a:link {
	text-decoration:none;
	color:white;
	}
	#navbar a:visited {
	text-decoration:none;
	color:white;
	}
	#navbar a:hover {
	color:black;
	/*background-color:#c9cc9a;*/
	text-decoration:underline;
	}
	#navbar a:active {
	text-decoration:none;
	}
	#text {
	padding-left:160px;
	text-align:left;
	}
	#textlower {
	padding-left:6px;
	text-align:left;
	}
	#lcol {
	margin: 0px;
	padding: 0px;
	background:none;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
	color:black;
	float:left;
	width:200px;
	height:auto;
	text-align:center;
	/*border:2px solid black;*/
	}
		#lcol a {
	color:orange;
	text-decoration:none;
	}
		#lcol a:hover {
	color:orange;
	text-decoration:none;
	}
		#lcol a:visited {
	color:orange;
	text-decoration:none;
	}
	#rcol {
	margin:0;
	padding:0px;
	background:white;
	font:small sans-serif, Verdana, Arial, Helvetica;
	float:right;
	width:300px;
	height:auto;
	text-align:left;
	}
		#rcol a {
	color:black;
	text-decoration:underline;
	}
		#rcol a:hover {
	color:orange;
	background:black;
	text-decoration:none;
	}

	#contents {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	background:#FFFFCC;
	font:medium LegerD, Georgia, "Times New Roman", Times, serif;
	color:black;
	text-align:center;
	}
	#contents p {
	padding:10px;
	}
	#contents a:link {
	text-decoration: none;
	color: blue;
	}
	#contents a:visited {
	text-decoration: none;
	color: blue;
	}
	#contents a:hover {
	color:red;
	/*background-color:#c9cc9a;*/
	text-decoration: none;
	}
	#contents a:active {
	text-decoration: none;
	}
	#footer {
	margin:0;
	padding:0;
	background:none;
	clear:both;
	width:100%;
	height:auto;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size:x-small;
	color: #000 ;
	text-align:center;
	}
	#footer h1 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:black;
    }
	#footer a {
	color:black;
	text-decoration: underline;
	}
	#footer a:hover {
	background-color:black;
	color: white;
	text-decoration:none;
	}
	img.left {
	margin: 0;
	padding: .5em;
	float: left;
	}
	img.right {
	margin: 0;
	padding: .5em;
	float: right;
	}	
	a:link {
	text-decoration: none;
	color: blue;
	}
	a:visited {
	text-decoration: none;
	color: blue;
	}
	a:hover {
	color:red;
	/*background-color:#c9cc9a;*/
	text-decoration: none;
	}
	a:active {
	text-decoration: none;
	}
	.style4 {color: #FFFFFF; font-family: "Times New Roman", Times, serif; font-size: medium; }
	.style5 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	}
	div.highlight {
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#FFFFCC;
	border:1px solid black;
	}
	div.highlight a:link {
	text-decoration: none;
	color: blue;
	}
	div.highlight a:visited {
	text-decoration: none;
	color: blue;
	}
	div.highlight a:hover {
	color:red;
	text-decoration: none;
	}
	div.highlight a:active {
	text-decoration: none;
	}	
