html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;
	text-decoration: none;}
a:hover {color: #C60;
	text-decoration: none;}

body {
	background: #F9F9F7  url(../images/statik/a1.gif) repeat-x;
	color: #444;
	font: normal 55% Tahoma,sans-serif;
}

p,.block,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

.block {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #416079;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
}

blockquote {
	background: url(../images/statik/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	background: #FFF;
	font-size: 1.2em;
	margin: 10px auto;
	padding: 10px 10px 0;
	width: 780px;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(../images/statik/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 27px;
}
.navigation a {
	background: #D9E1E5 url(../images/statik/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 11px sans-serif;
	line-height: 25px;
	padding: 0 17px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: #F9F9F7 url(../images/statik/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	border-left:solid 2px #ffffff;
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #B48338;
	font-size: 1em;
	margin: 0;
	padding-left: 3px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #E1E1CA;
}
.sidenav li {border-bottom: 1px dashed #D8D8BA;}
.sidenav li a {
	font-size: 1.1em;
	color: #416079;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 11px;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #537A9B;	
}

/* content */
.content {
	float: left;
	margin: 7px 0;
	padding: 125px 0 0 16px;
	width: 531px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 12px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ol {
	padding-bottom: 10px;
}
.content ul {
	padding-bottom: 10px;
}
.content li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 12px;
	list-style: decimal;
	margin-left: 18px;
	padding-bottom: 5px;
}
.content p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 12px;
}

.content td{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 11px;
	padding:3px;
}

input {
	font: 11px/15px Verdana, Tahoma, "Lucida Grande", "Lucida Sans Unicode";
	width: 90%;
	padding:2px;
	margin:0px;	
}
select {
	font: 11px/15px "Lucida Grande", "Lucida Sans Unicode" ,Verdana, Tahoma;
	width: 90%;
	padding:2px;
	margin:0px;	
}

/* footer */
.footer {
	padding-top:12px;
	padding-bottom:10px;
	height:85px;
	color: #000;
	font: normal 0.9em "Lucida Sans Unicode",sans-serif;
	text-align: center;
}
.footer a,.footer a:hover {color: #9c9c9c;
	text-decoration: none;}
	
#tanggal {
	width:auto; 
	height:auto; 
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size:10px; 
	color: #666; 
}
#peraturan_list {
	border-bottom:solid 1px #dedede; 
	border-left:solid 8px #dedede; 
	background-color:#F9F9F7; 
	padding-left:10px; 
	padding-bottom:5px; 
	margin-top:10px; 
	margin-bottom:10px; 
	font: 11px/15px Verdana;
}
#isiaturan {
	padding:10px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 12px;
	text-align:justify;
}
#isiaturan a:link{
	color:#444;
	text-decoration:none;
}
#isiaturan a:visited{
	color:#444;
	text-decoration:none;
}