@charset "utf-8";
/* CSS Document */
body {
	background: #9F9584;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 80% Verdana, Helvetica, sans-serif;
	color: #000000;
}
img {
border: none;
}
ul {
	list-style: square outside;
}
h1 {
	color: #ccc;
	font: italic bold 2.5em Georgia, "Times New Roman", Times, serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 50px;
}
h2{
	font: bold 1.75em "Courier New", Courier, monospace;
	color: #666666;
	background: #cc9966;
	margin: 0px;
	padding: 10px 0px 0px 15px;
}
h3{
	font: bold 1.25em Geneva, Arial, Helvetica, sans-serif;
	color: #996633;
}
h4{
	font: bold 1em Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
#container {
	height: 100%;
	width: 80%;
	background: #fff url(images/header.png) no-repeat left top;
	display:block;
	border: 3px outset #cccc99;
}

#header {
}
.maulan{
	vertical-align: middle;
	float: left;
	padding:10px 5px 0 10px;
}
.logon {
	float: right;
	width: 159px;
	height: 150px;
	padding:10px 10px 0 5px;
}
#content {
	padding: 30px 5px;
	text-align: justify;
	overflow: hidden;
}
.cont1 {
	padding:10px;
}
.bayan {
	padding: 10px;
	width: 75%;
	border-right: thin outset #999966;
	border-left: thin inset #999966;
	margin: 0 auto;
	position: relative;
}
.tblbrdr {
	border: thin solid #996633;
}
.tdbrdr {
	border: thin groove #cccc99;
	padding: 5px;
	height: 15px;
}
.tdregbrdr {
}
.rgnbrdr{
	border: thin groove #cccc99;
	padding: 5px;
	height: 27px;
	font-weight: bold;
	text-align: center;
}
.trhdr {
	font: bold italic 1.1em Verdana, Arial, Helvetica, sans-serif; 
	color: #996633;
}
.bodname {
	font-family: "Lucida Calligraphy", Verdana, sans-serif;
	font-weight: bold;
}
.shzname {
	font-style: italic;
	font-weight: bold;
	color: #996633;
}
.bodtitle {
	font-style: italic;
	font-weight: bold;
}
#footer {
	background: #CECAC1;
	width:100%;
}
#footer p {
 	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #000;
	text-align: center;
	font: 0.85em "Lucida Calligraphy", Verdana, sans-serif;
}
.wid { width:85%;}
.copy {
	float: left;
	width: 50%;
}
.sitedesn{
	float: right;
	width: 50%;
}
.btmmenu {
	clear: both;
}
