/* CSS Document 

div#container {display: none}
div#navcontainer {display: none}
div#header {display: none}
div#headerLeft {display: none} */

#selamat {display: none}
#jam {display: none}
#cetak {display: none}
#tarikh {display: none}

body {
	background-color: White;
	padding: 0;
	margin: 0px;
	font-family: Verdana;
	background-repeat: no-repeat;

}
img {
	border: none;
}
a {
	display: inline;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
hr {
	display: none
}
h3 {
	color: #599EC9;
}
#container {
	width:990px;
	height:1000px;
	margin: auto;
}
#header {
	display: none
}
#header h1 {
	display: none
}
#headerLeft {
	display: none
}
#headerMain {	
	display: none
}

#mainBody {
	width: 990px;
	background-color: #AFCFE4;
	border-color: #599EC8;
	border-style: solid;
	border-width: 1px;
}
#mainBody p {
	display: none
}
#content {
	width: auto;
	height: auto;
	background-color: #fff;
	padding: 0;
	border-color: #599EC8;
	border-style: solid;
	border-width: 1px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 2px;
	margin: 8px 20px 5px 20px;
	font-size: 11px;

}
#content p {
	display: none
}

}
#contentlagi {
	display: none

}
#contentlagi p {
display: none
}

#navcontainer {
  display: none
}

#navcontainer ul {
	display: none
}
#navcontainer ul li {
	display: none
}
#navcontainer ul li a {
  display: none
}
#navcontainer ul li a:hover {
display: none
}
#lowerMenu {
display: none
}
.searchBox {
display: none

}
.float-left {
	clear: left;
	float: left;
}
.float-right {
	clear: right;
	float: right;
}
.sponsors {
display: none
}
.sponsor {
display: none
}
#footer {
	display: none
	
}
#footer a {
	color: blue;
	text-decoration: none;
}
#footer a:hover {
	color: White;
	text-decoration:underline;
}