body {
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	color:#2E88B5;
	text-decoration:none;
}
a:hover {text-decoration:underline;}

h1 {
	font-size:24px;
	font-weight:normal;
	color:#0E5F87;
	margin:15px 0 10px 0;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	font-size:20px;
	font-weight:normal;
	margin:10px 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #206A90;
}
img {
	border:none;
}
br {line-height:10px;}

#container {
	width:1000px;
	margin:0 auto;
	background-image: none;
}

#logo {
	height:90px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo a {
	color:#EDECEC;
	text-decoration:none;
	font-size:24px;
	text-transform:uppercase;
	float:left;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#menu {
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 1000px;
	padding-left: 30px;
	border-bottom-width: thick;
	border-bottom-color: #3E3E3E;
	height: 30px;
	float: left;
}
#menu ul {padding:0; margin:0; float:right;}
#menu li {
	float:left;
	list-style:none;
}
#menu a {
	display:block;
	width:126px;
	font-size:11px;
	text-decoration:none;
	color:#ABABAB;
	text-align:center;
	background:url(images/menu_deact.gif) no-repeat;
	height: 30px;
	padding-top: 6px;
}
#menu a:hover, #menu a.active {
	color:#180202;
	background-image: url(images/menu_act.gif);
	background-repeat: no-repeat;
}

#main {
	color:#000;
	font-size:11px;
	line-height:16px;
	background-color: #CCC;
}
#main img {
	margin-top: 0;
	margin-right: 6.5px;
	margin-bottom: 0;
	margin-left: 5.5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main img:hover {
}

#text_bottom {
	float:left;
	background-image: url(images/KLP_logoBackGround.jpg);
	background-color: #EDE5E2;
	width: 1000px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-top: 20px;
	background-repeat: no-repeat;
}

#first_col {
	float:left;
	margin-right:40px;
	width: 600px;
	padding-top: 20px;
}
#first_col h2 {
	color:#2E7497;
	padding-bottom:10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5d5d5d;
}
#second_col {
	width:300px;
	float:left;
	padding-top: 20px;
}
#second_col h2 {
	color:#D9B916;
	padding-bottom:10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5d5d5d;
}

#footer {
	clear:both;
	height:50px;
	color:#000;
	font-size:11px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border-top-width: .25px;
	border-right-width: .25px;
	border-bottom-width: .25px;
	border-left-width: .25px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width: 1000px;
}
#footer_left {float:left; padding:16px 0 0 30px;}
#footer_right {
	float:right;
	padding:16px 30px 0 0;
	font-size: 9px;
}
a:visited {
	color: #2E7497;
	text-decoration: none;
}

