/* CSS Document */
/*biar ditengah*/
body { 
	text-align:center; 
}
#container { 
	width:600px; 
	text-align:left; 
	margin:0 auto; 
}

/* text style*/
.text {
	font-family:Verdana; 
	color:#4e4e4e; 
	font-size:8pt;
	text-align:justify;
	padding-left: 15px;
	padding-right: 15px;
}

.title{
	font-family:Verdana;
	color:#004e77;
	font-size:18pt;
	padding-bottom:15px;
}
.textwelcome{
	font-family:Verdana; 
	color:#4e4e4e; 
	font-size:8pt;
	text-align:justify;

}

/*buat imagenya*/
.image{
	border: 2px solid white;
}
.textgallery {
	font-family:Verdana; 
	color:#4e4e4e; 
	font-size:8pt;
	text-align:left;
}

/* ini menunya */
.menu {
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 2px 0px;
	background: #0086d3;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.menu li {
	display: inline;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight:bold;

}
.menu a {
	padding: 4px 20px 4px;
	text-decoration: none;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight:bold;
}
.menu a:hover {
	background: #8bd0e4;
}


/* ini buat tampilan kotak abu2 itu*/

#lismenubawah {
	width:600px; 
	height:5px; 
	background:#8bd0e4;
	margin:0 auto; 
	width:600px; 
}



/* buat kolom halaman index*/
.table{
	width: 600px;
	margin:0px;
	background: #e9faff;
}

.row{

	width:145px;
	margin:0px;
	padding:0px 8.5px 0px 8.5px;
}

.row h3{
	font-family:Verdana;
	font-size:12pt;
	color:#004e77;
}

.row1{

	width:145px;
	margin:0px;
	padding:0px 8.5px 0px 8.5px;
	border-right: 1px solid #bdbdbd;
}
.row1 h3{
	font-family:Verdana;
	font-size:12pt;
	color:#004e77;
}

/*untuk footer*/
#footer{
	background:#0086d3;
	font-family:Verdana; 
	font-size: 8pt;
	color:white;
	text-align:center;
}
#footer-text{
	font-family:Verdana;
	font-size:7pt;
	color:BLACK;
}

/*space kosong*/
.space{
	margin-top:15px;
}

/*untuk garis pembatas pada halaman contact us*/
.garisbawah{
	border-bottom: 1px solid #bdbdbd;
}

.a{ 
	font-family:Verdana; 
	font-size:8pt;
	color:#660000;
	text-decoration:none;
}
.a:visited{ 
	color:#660000;
	text-decoration:none;
}
.a:active{ 
	color:#660000;
	text-decoration:none;
}
.a:hover{ 
	color:#006d81;
	text-decoration:underline;
}
.menutext{
font-family: verdana;
font-size: 10pt;
color: #4e4e4e;
}
.subtitle{
font-family:verdana;
color: #0087d5;
font-size:10pt;
font-weight:bold;
}

.paging{
font-family:verdana;
font-size: 8pt;
color:#4e4e4e;
text-decoration:none;
text-align:center;
}
.paging a{
color:#660000;
text-decoration:none;
text-align:center;
}
.paging a:hover{
color:#006d81;
text-decoration:underline;
}
.pagingbox{
border: 1px solid #d5d5d5;
background-color:#f7f7f7;
}

.pagingbox_hover{
border: 1px solid #d5d5d5;
background-color:#ffffff;
}

.pagingblur{
font-family:verdana;
font-size: 8pt;
color:#d5d5d5;
text-decoration:none;
text-align:center;
}

.pagingbold{
font-family:verdana;
font-size: 8pt;
color:#4e4e4e;
font-weight:bold;
text-decoration:none;
text-align:center;
}

