html {
	overflow-y:scroll;
}

body {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	line-height: 120%;
/*	
	background: url(/images/kc_logo.jpg) no-repeat left bottom fixed;
	background-color: #ffffff;
	background-position: right top;
	background-attachment: fixed;
*/
}

/************************************/
a:link { color: #0068b7; text-decoration: underline; }
a:visited { color: #0068b7; text-decoration: underline; }
a:active { color: #0068b7; text-decoration: underline; }
a:hover { color: #0068b7; text-decoration: underline; }
a img { border: none; }

#updates a:link { color: #007b43; text-decoration: none; }
#updates a:visited { color: #007b43; text-decoration: none; }
#updates a:active { color: #ee7800; text-decoration: underline; }
#updates a:hover { color: #ee7800; text-decoration: underline; }

a.submenu { color: #333; text-decoration: none; }
a.submenu:active { color: #ee7800; text-decoration: underline; }
a.submenu:hover { color: #ee7800; text-decoration: underline; }


h3.aboutus {
	height: 20px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	color: #26499d;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	background-position: bottom;
}

h3.updates {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	color: #ec6800;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	border-bottom: 2px solid #ec6800;
}

h3.news {
	width: 640px;
	height: 30px;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	color: #ea5550;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	background: url(/images/head011_01.png) repeat-x;
	background-position: bottom;
}

h3.magazine {
	width: 640px;
	height: 30px;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	color: #ed6d35;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	background: url(/images/head011_02.png) repeat-x;
	background-position: bottom;
}

h3.report {
	width: 640px;
	height: 30px;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	color: #38a1db;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	background: url(/images/head011_05.png) repeat-x;
	background-position: bottom;
}
h3.corp {
	width: 640px;
	height: 30px;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	color: #028760;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	background: url(/images/head011_04.png) repeat-x;
	background-position: bottom;
}

h3.links {
	margin: 0 5px 0 0;
	padding: 4px 0 4px 5px;
	color: #666;
	font-size: 16px;
	font-weight: bolder;
	border-left:5px solid #1e50a2;
}	

h4 {
	font-weight: bold;
}

p.date {
	border-left: 8px solid #e8383d;
	padding-left: 5px;
}

blockquote {
	background-color: #d4dcd6;
	padding: 10px;
	font-size: 80%;
}

dl.updates {
	height: 200px;
	padding:0 20px 0 0;
}

dl.updates dt{
	font-size: 80%;
	margin: 0 0 5px 10px;
	padding: 3px 0 3px 10px;
	border-left: 5px solid #888;
}

dl.updates dd {
	font-size: 80%;
	margin: 0 0 5px 20px;
}

dl.corp dt {
	color: #00552e;
	font-weight: bold;
	width: 600px;
	margin: 15px 0 5px 10px;
	border-bottom: 2px solid #98d98e;
}

dl.corp dd {
	margin-bottom: 5px;
}

dl.links dt {
	margin: 5px 0 5px 10px;
}

dl.links dd {
	margin-bottom: 15px;
}

span.address {
	padding-top: 5px;
	float: right;
	font-size: 80%;
	color: #333;
	text-align: right;
	line-height: 1.2em;
}
span.submenu {
	padding: 5px 5px 0 5px;
	float: left;
	font-size: 80%;
	text-align: left;
}

hr.h1 {
	border-style: 2px solid #c0c0c0;
	
}

img.banner {
	padding: 30px 30px 30px 0px;
}

/************************************/
#container {
	margin: 0px auto 50px auto;
	padding-bottom: 30px;
}

#header {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #89c3eb;
	position: relative;
	z-index: 1;
}

#menu {
	width: 100%;
	height: 30px;
	margin: 10px auto 0 auto;
	padding: 5px 0 5px 0;
	text-align: center;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #0095d9;
}

#main {
	clear: both;
	margin: 20px auto 0 auto;
	padding: 0px 0px 10px 0px;
}

#contents {
	float: left;
	width: 560px;
	margin: 0 10px 20px 0;
	padding: 0 10px 10px 10px;
	line-height: 1.6em;
	font-size: 90%;
}

#updates {
	float: right;
	width: 210px;
	overflow-y:scroll;
	background-color: #ffedab;
}

#banner {
	clear: both;
	margin: 0 auto 0 auto;
	width: 100%;
}

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	width: 100%;
	border-top: 2px solid #0095d9;
	color: #a0a0a0;
}

#goback {
	text-align: right;
	font-size: 80%;
}

#aboutus {
	clear: both;
	width: 640px;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

#topics {
	clear: both;
	margin: 20px auto 0 auto;
	padding: 0 0 10px 0;
}

#menu ul{ 
	height: 30px;
	margin: 0 0 0 15px; 
	padding: 0; 
	list-style: none; 
}
#menu li{ 
	margin: 0;
	padding: 0; 
	float: left;
}

#menu a{
	display: block;
	background: url(../images/menu1.gif) no-repeat;
	background-position: left bottom;
	width: 120px;
	height: 19px;
	padding: 0 0 0 10px; 
	margin: 0; 
	color: #666;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}
#menu a:hover{
	display: block;
	background: url(../images/menu2.gif) no-repeat;
	background-position: left bottom;
	text-decoration: underline;
}

#aboutus ul{ 
	margin: 10px; 
	padding: 0; 
	list-style: decimal; 
}

#aboutus li{ 
	margin: 5px 0 5px 15px;
	padding: 5px;
	font-weight: bold;
}

#topics ul{ 
	margin: 10px; 
	padding: 0; 
	list-style: none; 
}

#topics li{ 
	margin: 5px 0 5px 0;
	padding: 5px; 
}

a.gmap{
	font-size: 75%;
}
