@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------
baseline
-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background:#fff;
	font-family: tahoma;
}
p, li {
	font-size: 11px;
	font-family: tahoma;
	margin: 0;
	font-weight: normal;
}
div.spacer {
	clear: both;
	height:10px;
}
div.catatan {
	font-size:9px;
	padding:10px;
	text-align:justify;
	color:#999999;
}
div.biasa {
	text-align:justify;
	color:#333333;
}
div.judul {
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 10px;
	font-family: tahoma;
}
/*	paling atas	*/
div.atas {
	width:auto;
	height:20px;
	margin:0;
	padding-top:5px;
	background:#f0f0f0;
	border-bottom-color:#b9b9b9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:center;
}
div.atas p {
	font-size:9px;
	color:#999999;
}
/*	header	*/
div.kepala {
	width:900px;
	height:110px;
	background:#009933;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background:#FFFFFF;
	border-bottom:1px solid #999999;
}
div.kepala img {
	margin:10px;
	float:left
}
div.menuatas {
	font-size: 11px;
	font-family: tahoma;
	float:right;
	margin-top:40px;
	margin-right:5px;
}
div.menuatas ul {
	display: inline;
}
div.menuatas ul li {
	margin-left: 0;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	padding-right: 5px;
	padding-left: 6px;
}
div.menuatas ul li.awal {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
div.menuatas a {
	color:#999999;
	text-decoration:none;
	border-bottom:1px dotted;
}
div.menuatas a:hover {
	color:#00D9A3;
}
/*	kontainer	*/
div.badan {
	width:900px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background:#ffffff;
}
/*	bagian di kiri */
div.badankiri {
	width:200px;
	background:#fff;
	float:left;
	padding-top:20px;
}
div.menukiri ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
div.menukiri li {
	border-bottom: 1px dotted #000;
	margin: 0;
}
div.menukiri li a {
	font-weight: bold;
	display: block;
	color: #000000;
	text-decoration: none;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}
div.menukiri li a.lv1 {
	padding-left: 10px;
}
html>body div.menukiri li a {
	width: auto;
}
div.menukiri li a:hover {
	background:#74f700;
	color:#FFFFFF;
}
div.support .judul {
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
	clear:both;
	float:none;
}
div.support ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

/* footer */
div.kaki {
	width:100%;
	padding:10px;
	text-align:center;
	font-size:9px;
	color:#FFFFFF;
	background-color:#333333;
}