body {
	margin: 0px;
	padding: 0px;
	background-color: #b0d4ef;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	color: #000;
}

h3 {
	font-size: 12px;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
	border: none;
}

.topmenu{
	position: absolute;
	top: 15px;
	left: 15px;
}

.topmenu a {
  text-decoration: none;
  outline: none;
  list-style-type: none;
}

.topmenu a:hover {
  color: #000;
  font-weight: bold;
}

.topmenu a.active {
	/*border-bottom: thin dashed;
	border-bottom-color: #999999;*/
  	color: #000000;
  	font-weight: bold;
}

.contentarea{
	/*border: thin solid black; */
	position: absolute;
	top: 20px;
	left: 18px;
}

.logo {
	position: absolute;
	top: 20px;
	left: 18px;
	height: 220px;
	width: 245px;
}

.headerimage {
	position: absolute;
	background-image: url(../img/kfl_header_5.jpg);
	top: 20px;
	left: 263px;
	height: 237px;
	width: 742px;
}

.submenuarea {
/*	border: thin solid red;*/
	margin-top: 180px;
	top: 40px;
	left: 0px;
	padding-bottom: 30px;
	background-color: #d8e9f9;
	position: relative;
	width: 245px;
}

.submenu {
/*	border: thin solid green;*/
	margin-top:40px;
	top: 0px;
	left: -20px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	width: 200px;
	font-size: 13px;
	font-weight: regular;
	list-style-type: none;
	line-height: 20px;
	text-decoration: dashed;
}

.submenu a:hover {
	color: #999999;
	font-weight: normal;
}

.submenu ul {
	list-style-type:none;
}

.submenu li {
	line-height: 20px;
	width: 200px;
	border-bottom: thin dashed;
	border-bottom-color: #99999;
}

.submenu ul li {
	line-height: 22px;
	margin-left: -20px;
	width: 180px;
	border-bottom: none;
	border-bottom-color: #f80000;
}

.content {
	/*border: thin solid blue;*/
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	position: absolute;
	text-align: justify;
	top: 237px;
	left: 245px;
	width: 702px;
	font-size: 13px;
	color: #000000;
}

.content a{
	color: #000;
}

