	 BODY
	 {
	 	font-family: "Century Gothic", "AppleGothic", Arial, Verdana, Helvetica, sans-serif;
	 	font-size: 1em;
	 	scrollbar-base-color: #000000;
	 	scrollbar-arrow-color: #FFFFFF;
	 	scrollbar-DarkShadow-Color: #999999;
	 	background-color: black;
	 	color: #FFFFFF;
	 	margin: 0px 0px 0px 0px;
	 }

	 div.wrapper
	 {
	 	padding: 0px 25px 10px 25px;
	 }

	 div.content
	 {
	 	position:absolute;
	 	background-image: url("../images/ki_bkgd_lg.jpg");
	 	top: 50%;
	 	left: 50%;
	 	width:970px;
	 	height:560px;
	 	margin-top: -280px; /*set to a negative number 1/2 of your height*/
	 	margin-left: -485px; /*set to a negative number 1/2 of your width*/
	 	z-index: 1;
	 }

	 div.arrow
	 {
	 	background-image: url("../images/top_arrow.gif");
	 	background-repeat: no-repeat;
	 	background-position: 100% 0%;
	 	font-size:1px;
	 	height: 5px;
	 }

	 table.menutable
	 {
	 	/*border-collapse: collapse;*/
	 	/*cellpadding: 0px 0px 0px 0px;*/
	 	margin: 0px 0px 0px 0px;
	 }

	 td.top
	 {
	 	width:100%;
	 	font-size: 0.9em;
	 }

	 p.topmenu
	 {
	 	font-size: 0.8em;
	 	font-weight: bold;
	 }

	 div.topmenu
	 {
	 	width: 100%;
	 	text-align: right;
	 	font-size: 0.6em;
	 	font-weight: bold;
	 }

	 td.logo
	 {
	 	width: 185px;
	 	vertical-align: top;
	 }

	 img.logo
	 {
	 	cursor:pointer;
	 }




	 a
	 {
	 	text-decoration: none;
	 }

	 a.menuoff
	 {
	  text-decoration: none;
	 	color: #888888;
	 	cursor: pointer;
	 }

	 a.menuon-chosen
	 {
	  text-decoration: none;
	 	color: #FFFFFF;
	 	cursor: default;
	 }

	 a.menuon
	 {
	  text-decoration: none;
	 	color: #FFFFFF;
	 	cursor: pointer;
	 }

	 a.menuredon
	 {
	  text-decoration: none;
	 	color: #FF3333;
	 	cursor: pointer;
	 }

	 a.menuredoff
	 {
	  text-decoration: none;
	 	color: #FF0000;
	 	cursor: pointer;
	 }

	 a.menuredon-chosen
	 {
	  text-decoration: none;
	 	color: #FF3333;
	 	cursor: default;
	 }
























	 span.menuoff
	 {
	 	color: #888888;
	 	cursor: pointer;
	 }

	 span.menuon-chosen
	 {
	 	color: #FFFFFF;
	 	cursor: default;
	 }

	 span.menuon
	 {
	 	color: #FFFFFF;
	 	cursor: pointer;
	 }

	 span.menuredon
	 {
	 	color: #FF6666;
	 	cursor: pointer;
	 }

	 span.menuredoff
	 {
	 	color: #FF0000;
	 	cursor: pointer;
	 }

	 span.menuredon-chosen
	 {
	 	color: #FF6666;
	 	cursor: default;
	 }

	 td.topline
	 {
	 	background-color: #68686A;
	 	height: 2px;
	 }

	 h1.title
	 {
	 	font-family: "Century Gothic", "AppleGothic", Arial, Verdana, Helvetica, sans-serif;
	 	font-weight: normal;
	 	font-size: 1em;
	 	color: #FFFFFF;
	 }

	 span.normal
	 {
	 	font-family: "Century Gothic", "AppleGothic", Arial, Verdana, Helvetica, sans-serif;
	 	font-weight: normal;
	 	font-size: 0.8em;
	 	color: #999999;
	 }

	 /*
	 ===========================AJAX Floating Info Box Class Definitions=================[START]=========
	 */

	 div.infobox
	 {
	 	position: absolute;
	 	visibility: hidden;
	 	background-color: #000000;
	 	border: 1px solid #444444;
	 	border-top-color: #888888;
	 	border-left-color: #888888;
	 	top: 50%;
	 	left: 50%;
	 	width: 475px;
	 	height: 525px;
	 	margin-top: -262px; /*set to a negative number 1/2 of your height*/
	 	margin-left: -237px; /*set to a negative number 1/2 of your width*/
	 	z-index: 2;
	 }

	 div.infoboxgal
	 {
	 	position: absolute;
	 	visibility: hidden;
	 	background-color: #000000;
	 	border: 1px solid #444444;
	 	border-top-color: #888888;
	 	border-left-color: #888888;
	 	top: 50%;
	 	left: 50%;
	 	width: 626px;
	 	height: 560px;
	 	margin-top: -280px; /*set to a negative number 1/2 of your height*/
	 	margin-left: -313px; /*set to a negative number 1/2 of your width*/
	 	z-index: 2;
	 }

	 div.infoboxtoolbar
	 {
	 	color: #999999;
	 	font-size: 0.6em;
	 	vertical-align: top;
	 	height: 5px;
	 	margin: 0px 2px 0px 0px;
	 }

	 div.infoboxwrap
	 {
	 	width:100%;
	 	height:100%;
	 	vertical-align: top;
	 	margin: 2px 4px 4px 4px;
	 }

	 table.infoboxtoolbartbl
	 {
	 	font-size: 1em;
	 	vertical-align: top;
	 	width: 100%;
	 	color: #999999;
	 }

	 img.toolbarclosebut
	 {
	 	border: 0px none;
	 	cursor: pointer;
	 }

	 h1.infobox
	 {
	 	font-family: "Century Gothic", "AppleGothic", Arial, Verdana, Helvetica, sans-serif;
	 	font-weight: normal;
	 	font-size: 1.8em;
	 	color: #FFFFFF;
	 	height: 1.8em;
	 	border-bottom: 1px #68686A solid;
	 }

	 span.infobox
	 {
	 	font-size: 1.3em;
	 }

	 div.infoboxcontent
	 {
	 	margin-left: 10px;
	 	margin-right: 10px;
	 }
	 table.backnexttbl
	 {
	 	width:460px;
	 }
	 table.backnexttblfull
	 {
	 	width:920px;
	 }
	 td.nextfull
	 {
	 	text-align: right;
		width:200px;
	 }	 
	 td.next
	 {
	 	text-align: right;
	 }
   td.nextpagesfull
	 {
	   text-align: center;
		 font-size: 10px;
	 }
	 td.backfull
	 {
	 	 text-align: left;
		 width:200px;
	 }	 
	 td.back
	 {
	 	text-align: left;
	 }
	 img.next
	 {
	 	cursor:pointer;
	 }

	 /*
	 ===========================AJAX Floating Info Box Class Definitions=================[END]=========
	 */
