html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* Centers the page content container in IE 5 browsers. */
	background: #999966 url(images_KH/body_bkgrd.jpg) repeat-y center top;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
h4 {
	color: #660066;
	font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
}
a,  a:link {
  color: #660066;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #663300;
  text-decoration: underline;
}
a:focus {
  color: #660099;
}
a:active {
  color: #660099;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 760px;
	background-color: #CCCC99;
	padding: 0px; 

}

#header {
	background: #cccc99 url(images_KH/header_lh.gif) no-repeat left;
	height: 77px;
	width: 760px;
}
#nav {
	background-color: #999966;
	height: 30px;
	margin: 0px;
	padding: 0px 5px;
	vertical-align: middle;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #content{
  margin: 0; 
  padding: 10px 10px; 
}

#contentWrapper {
	margin: 0 0 0 0;
	background: #FFFFFF;
	vertical-align: top;
}
#footer {
	background: #CCCC99;
	margin: 0px;
	padding: 5px 5px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
}
.thinborderfloat {
	float:right;
	border:0;
	padding:10px;
	margin: 5px;
} 
.style1 {color: #660066}
.style3 {color: #660066; font-weight: bold; }

