body
{
	margin: 0 auto;
	padding: 0;
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
}
/* end Page */

/* begin Box, Container */
.Container
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:61px;
	min-height:61px;
	color: white;
}

.Container-body
{
	position: relative;
	z-index:1;
	padding: 8px;
	overflow: hidden;
}

.Container-tr, .Container-tl, .Container-br, .Container-bl, .Container-tc, .Container-bc,.Container-cr, .Container-cl
{
	position:absolute;
	z-index:-1;
}

.Container-tr, .Container-tl, .Container-br, .Container-bl
{
	width: 88px;
	height: 88px;
	background-image: url('s.png');
}

.Container-tl
{
	top:0;
	left:0;
	clip: rect(auto, 44px, 44px, auto);
}

.Container-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 44px, 44px);
}

.Container-bl
{
	bottom: 0;
	left: 0;
	clip: rect(44px, 44px, auto, auto);
}

.Container-br
{
	bottom: 0;
	right: 0;
	clip: rect(44px, auto, auto, 44px);
}

.Container-tc, .Container-bc
{
	left: 44px;
	right: 44px;
	height: 88px;
	background-image: url('h.png');
}

.Container-tc
{
	top: 0;
	clip: rect(auto, auto, 44px, auto);
}

.Container-bc
{
	bottom: 0;
	clip: rect(44px, auto, auto, auto);
}

.Container-cr, .Container-cl
{
	top: 44px;
	bottom: 44px;
	width: 88px;
	background-image: url('v.png');
}

.Container-cr
{
	right:0;
	clip: rect(auto, auto, auto, 44px);
}

.Container-cl
{
	left:0;
	clip: rect(auto, 44px, auto, auto);
}

.Container-cc
{
	position:absolute;
	z-index:-1;
	top: 44px;
	left: 44px;
	right: 44px;
	bottom: 44px;
}


.Container
{
	margin-top: 20px !important;
}

/* end Box, Container */

/* begin Menu */
/* menu structure */

.dropdownmenu a, .dropdownmenu a:link, .dropdownmenu a:visited, .dropdownmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.dropdownmenu, .dropdownmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.dropdownmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.dropdownmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.dropdownmenu li li
{
	float: none;
}

.dropdownmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.dropdownmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.dropdownmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.dropdownmenu:after, .dropdownmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.dropdownmenu, .dropdownmenu ul
{
	min-height: 0;
}

.dropdownmenu ul
{
	background-image: url(spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.dropdownmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}


ul.dropdownmenu
{
	float:left;
}


/* menu structure */

.dropdownmenu
{
	padding: 6px 15px 6px 15px;
}

.nav
{
	position: relative;
	height: 36px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 36px;
	background-image: url(kahoynav.png);
}

.nav .l
{
	left: 0;
	right:15px;
}

.nav .r
{
	right: 0;
	width: 884px;
	clip: rect(auto, auto, auto, 869px);
}

/* end Menu */

/* begin MenuItem */
.dropdownmenu ul li
{
	clear: both;
}

.dropdownmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 24px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}


.dropdownmenu a .r, .dropdownmenu a .l
{
	position:absolute;
	display: block;
	height: 72px;
	background-image: url('MenuItem.png');
	
}

.dropdownmenu a .l
{
	left:0;
	right:8px;
}

.dropdownmenu a .r
{
	width:416px;
	right:0;
	clip: rect(auto, auto, auto, 408px);
}

.dropdownmenu a .t 
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding: 0 1px;
	margin: 0 8px;
	line-height: 24px;
	text-align: center;
}

.dropdownmenu a:hover .l, .dropdownmenu a:hover .r
{
	top:-24px;
	font-weight: bold;
}

.dropdownmenu li:hover>a .l, .dropdownmenu li:hover>a .r
{
	top:-24px;
	font-weight: bold;
}

.dropdownmenu li:hover a .l, .dropdownmenu li:hover a .r
{
	top:-24px;
	font-weight: bold;
}
.dropdownmenu a:hover .t
{
	color: #F0F0F0;
}

.dropdownmenu li:hover a .t
{
	color: #F0F0F0;
}

.dropdownmenu li:hover>a .t
{
	color: #F0F0F0;
}


.dropdownmenu a.active .l, .dropdownmenu a.active .r
{
	top: -48px;
}

.dropdownmenu a.active .t
{
	color: #FFF;
}


/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
	display: block;
	width: 1px;
	height: 24px;
	background-image: url('MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.dropdownmenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 38px;
	width: 180px;
	overflow:hidden;
	line-height: 38px;
	margin-right: auto;
	background-image: url('subitem-bg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #6D1903;
}

.nav ul.dropdownmenu ul span, .nav ul.dropdownmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.dropdownmenu ul a, .dropdownmenu ul a:link, .dropdownmenu ul a:visited, .dropdownmenu ul a:hover, .dropdownmenu ul a:active, .nav ul.dropdownmenu ul span, .nav ul.dropdownmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 38px;
	color: #FCF3ED;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.dropdownmenu ul ul a
{
	margin-left: auto;
}

.dropdownmenu ul li a:hover
{
	color: #F2F2F2;
	background-position: 0 -38px;
	border-color: #6D1903;
}

.dropdownmenu ul li:hover>a
{
	color: #F2F2F2;
	background-position: 0 -38px;
	border-color: #6D1903;
}

.nav .dropdownmenu ul li a:hover span, .nav .dropdownmenu ul li a:hover span span
{
	color: #F2F2F2;
}

.nav .dropdownmenu ul li:hover>a span, .nav .dropdownmenu ul li:hover>a span span
{
	color: #F2F2F2;
}


/* end MenuSubItem */

/* begin Header */
div.Header
{
	margin: 0;
	position: relative;
	z-index:0;
	width: 884px;
	height: 150px;
	text-align: center;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 884px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Logo */

/* begin ContentLayout */
.contentLayout
{
	position: relative;
	margin-bottom: 6px;
	width: 884px;
}
/* end PostHeader */




/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-image: url(kahoydown.png);
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	text-align: center;
}

.Footer .Footer-background
{
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url(kahoydown.png);
	width: 884px;
	height: 150px;
}
/* end LayoutCell */
.ContainerLaman {
	width: 884px;
	margin-bottom: -20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(likodbg.jpg);
	margin-top: -20px;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.ContainerLaman img {
	margin-right: 10px;
	margin-left: 10px;
	border: medium inset #7B2601;
}
.ContainerLaman img:hover {
	margin-right: 10px;
	margin-left: 10px;
	border: medium outset #7B2601;
}
.titlepoh {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	color: #FFF;
}
.paragraphwhite {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #FFF;
	font-weight: bold;
}
.paragraphwhite:hover {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
}

.alllink {
	text-decoration: none;
	color: #000;
}

.alllink:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.leftparagraph {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
}


.leftparagraph:hover {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
	color: #FFF;
}

.disclaimer {
	width: 149px;
	position: absolute;
	left: 0px;
	top: 129px;
	font-size: 16px;
	font-weight: bold;
}