@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-color: #333333;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/kih_bg.gif);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 130px 14px 0px 14px;
	width: 500px;
}

a:link {
text-decoration:underline;
color:#FF9900;
}
a:visited {
text-decoration:underline;
color:#FF9900;
}
a:hover {
text-decoration:underline;
color: #FFFFFF;
}
a:active{
	text-decoration:underline;
	color:#FFCC00;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FF9900;
margin:0;
font-weight:bold;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF9900;
margin:0;
font-weight:bold;
}
