@charset "utf-8";
body {
	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;
	background-color: #CCCCCC;
}

.oneColFixCtrHdr #container {
	width: 780px;
	background-image: url(../skin/grpanel2.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 0px;
	background-color: #FFFFFF;
	font-family: Helvetica, Geneva, Arial, sans-serif;
}


.oneColFixCtrHdr #header {
	height: 345px;
	background-image: url(../skin/homebanner2.jpg);
	background-repeat: no-repeat;  /* 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. */
	background-repeat: no-repeat;
	position: static;
}

.oneColFixCtrHdr #header2 {
	height: 345px;
	background-image: url(../skin/banner2.png);
	background-repeat: no-repeat;
	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. */
	background-repeat: no-repeat;
}

#redflash {
	top:36px;
	width:204px;
	height:23px;
	z-index:1;
	float: right;
	margin-top: 35px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #FFFF00;
}

#khplogo {
	top:36px;
	width:135px;
	height:150px;
	z-index:2;
	float: left;
	margin-top: 35px;
	background-image: url(../skin/transparent.gif);
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	color: #000000;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-top: -70px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
}

.Navbox {
	color: #FFFFFF;
	float: left;
	width: 140px;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: auto;
}

.Logobox {
	color: #FFFFFF;
	float: left;
	width: 140px;
	clear: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: auto;
	position: relative;
	overflow: visible;
}

.Content {
	float: right;
	width: 605px;
	height: auto;
	padding-right: 5px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
}
	
h1 {
	color: #FFAF2F;
	font-size: 20pt;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	padding-top: 40px;
}

h2 {
	color: #00549D;
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
		
}

.iframe {
	float: right;
	height: 330px;
	width: 325px;
	clear: both;
}

.imagebox {
	float: right;
	height: 500px;
	width: 270px;
	clear: both;
}

.imagetable {
	float: right;
	width: 270px;
	margin-top: -100px;
	
	
}

.oneColFixCtrHdr #footer {
	background-color: #CCCCCC;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: lighter;
	color: #FFFFFF;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
