@charset "UTF-8";
body  {
	background: #fff;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {    
	color: #323266;
	text-decoration: none;
}
a:visited {
	color: #330099;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.KHPweb3MainPage #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: small;
} 
.KHPweb3MainPage #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 72px;
	background: #666666;
} 
.KHPweb3MainPage   #header h1  {
	padding: 0px;
	margin: 0px;
	font: small "Futura Bk BT Book", Helvetica, Arial, sans-serif;
	text-align: right;
}
.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;
	color: #999999;
}
.KHPweb3MainPage #container #sidebar1 #autoviewer {
	color: #CCCCCC;
}
.KHPweb3MainPage    #sidebar1-top    {
	height: 50px;
}
.KHPweb3MainPage #mainContent {
	margin-top: 0;
	margin-right: 222px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 15px;
} 
.KHPweb3MainPage #container #mainContent #narrow {
	margin-right: 135px;
	margin-left: 135px;
}
 
.KHPweb3MainPage #container #mainContent h1 {
	font-size: x-large;
}
.KHPweb3MainPage #container #mainContent h2 {
	text-align: center;
}
.KHPweb3MainPage #container #portfolio_bar {
	background: #808080;
	padding: 2px;
	height: auto;
}
.KHPweb3MainPage #container #menu_bar {
	background: #bfbfbf;
	margin: 0px;
	padding: 4px 10px 2px 819px;
	color: #666666;
	font: 10px "Futura Bk BT Book", Helvetica, Arial, sans-serif;
}
.KHPweb3MainPage #container #mainContent img {
	padding: 0px;
	margin: 10px;
}
.KHPweb3MainPage  #grid   {
	text-align: center;
	padding: 25;
	font-size: x-small;
	color: #666666;
	background: #E4E4E4;
}
.KHPweb3MainPage  #flashcontent {
	padding-right: 0px;
	padding-left: 0px;
	font-size: x-small;
} 
.KHPweb3MainPage #footer {
	background-color: #999999;
	padding-right: 15px;
	padding-left: 15px;
	font-size: x-small;
	margin-top: 15px;
}
.KHPweb3MainPage #footer p {
	margin: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.KHPweb3MainPage h6 {
	font-size: xx-small;
	color: #FFFFFF;
	font-style: normal;
}
.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;
}
 