@charset "UTF-8";
body  {
	background: #666;
}
.KHPweb3MainPage #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 0px 15px;
}
.KHPweb3MainPage #mainContent {
	padding-left: 0px;
} 
.KHPweb3MainPage #container #mainContent #grid-fa {
	background: #727272;
}
.KHPweb3MainPage #flashcontent-FA {
	padding: 20px 0px;
}
.KHPweb3MainPage h6 {
	color: #666666;
}
.KHPweb3MainPage #footer {
	background-color: #808080;
	font-size: x-small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
