/* ---------------------
basic layout hki
--------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:0px;
	color:#7d3505;
}

div,
td,
p {
	font-size:16px;
	line-height:18px;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
	color:#303030;
	background:#e0e0e0;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:900px;
	margin: 55px auto;
	padding:0;
	text-align: left;
}




/** generic menu item link **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	text-decoration:none;
	font-size:11px;
	line-height: 28px;
}



/** generic menu item **/
.mainlevel  {
	display:block;
	font: bold 22px/30px Arial, Helvetica, sans-serif !important;
	/* modified hki */
	padding-left:15px;
	background:transparent url(../images/bg_mainlevel.gif) repeat-x center top;
	font-weight:bold;
	text-decoration:none;
}





