body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D6DBD2;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(/images/kef-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 83px;
	margin: 0px;
	float: left;
}
#header img {
	background-color: #FFFFFF;
	border: 4px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
}
#wrapper {
	width: 892px;
	clear: both;
	float: left;
	background-image: url(/images/wrapper-bg1.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	background-position: center;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#wrapper-wide {
	width: 892px;
	clear: both;
	float: left;
	background-image: url(/images/wrapper-bg2.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	background-position: center;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#leftside {
	float: left;
	width: 168px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: left;
	clear: both;
}
#nav {
	font-family: Arial;
	float: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	clear: left;
}
#nav li{
	width: 168px;
	font-weight: bold;
}
#nav li a{
	width: 127px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #198BD0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 41px;
	background-image: url(/images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav li a:hover{
	color: #191F66;
	text-decoration: none;
	background-color: #99D531;
	background-image: url(/images/nav-bg-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}	


#leftlow {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 138px;
	float: left;
	clear: both;
	font-size: 11px;
	color: #333333;
}
#leftlow h2 {
	font-size: 13px;
	font-weight: bold;
	color: #191F66;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#leftlow ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	clear: left;
}
#leftlow li{
	list-style-type: none;
	padding-bottom: 7px;
	padding-top: 2px;
}
#leftlow li a {
	font-weight: bold;
	color: #1A6F9C;
	text-decoration: none;

	
}
#leftlow li a:hover {
	color: #191F66;
	text-decoration: none;
}

#content {
	line-height: 17px;
	width: 475px;
	float: left;
	padding: 20px;
	background-color: #FFFFFF;
	margin: 0px;
	clear: right;
}
#content-wide {

	line-height: 17px;
	width: 680px;
	float: left;
	padding: 20px;
	margin: 0px;
	clear: right;
}

#rightside {
	width: 171px;
	float: left;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 15px;
	clear: right;
}
#rightside h2 {
	font-size: 15px;
	color: #191F66;
	margin: 0px;
}
#rightside ul {
	margin: 0px 0px 15px;
	padding: 17px 0px 1px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#rightside li {
	list-style-type: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

h1 {
	font-size: 21px;
	color: #99D531;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99D531;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 13px;
	background-image: url(/images/arrow-gray.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #616278;
}

#footer {
	float: left;
	width: 862px;
	clear: left;
	background-color: #1A6F9C;
	padding: 15px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 11px;
	color: #C1D9F1;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	float: right;
	clear: left;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #1A6F9C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #191F66;
}


ul {
	list-style-type: square;
	margin: 0px;
	padding-left: 27px;
	padding-top: 5px;
}
.submits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #191F66;
	text-transform: uppercase;
	background-color: #1A6F9C;
}
.inputs {
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

