/* CSS Document */
html, body {
	margin: 0;
	text-align: center;
}
/* header row style */
#header {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	height: 135px;
}
/* end header row style */
/* data row style */
#data {
	margin: 5px 210px 20px 175px;
	position: relative;
	text-align: center;
	padding: 10px;
	text-align: center;
}
table {
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;
}
/*end of data row style
/* left column style */
#leftcol {
	position: absolute;
	z-index: 100;
	left: 5px;
	margin-top: 5px;
	width: 120px;
	padding: 5px;
}
/* end left column style */
/* center column style */
#centercol {
	margin: 5px 210px 20px 175px;
	position: relative;
	padding: 10px;
	text-align: center;
}
#innercontainer	{
	position : relative;
	text-align : center;
	margin :10px;
	padding: 10px;
}
/* end center column style */
/* right column style */
#rightcol {
	position: absolute;
	width: 160px;
	margin-top: 5px;
	right: 5px;
	height: 600px;
}
/* end right column style */
/* footer style */
#footer {
	margin: 0 210px 0 175px;
	text-align: center;
	padding: 5px;
}
/* end footer style */
/* Left column menu style */
ul {
	margin : 0px;
	padding : 1px 0px 0px 0px;
	list-style-type : none;
}
#leftcol li, #data li {
	margin: 5px;
	border: 0px;
}
#leftcol li a {
	width: 90px;
	display: block;
	text-align : center;
	text-decoration : none;
}
#data li {
	display: inline;
}
#data li a{
	width: 90px;
	text-align : center;
	text-decoration : none;
}
#leftcol li a:hover, #data li a:hover{
	text-decoration : none;
}
/* Sub-menu style */
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5{
	position: absolute;
	z-index: 100;
	left: 100px;
	margin-top: -20px;
	width: 130px;
}
#smenu1 li a, #smenu2  li a, #smenu3 li a, #smenu4  li a, #smenu5 li a  {
	width:100px;
}
/*end of Sub-menu style */
#lclock {
	text-align: left;
	text-decoration: none;
	width: 108px;
}
#ltime {
	text-align: center;
}
#sclock {
	text-align: left;
	text-decoration: none;
	width: 108px;
}
#stime {
	text-align: center;
}
/* end Left column menu style */
li h3,li h4 {
	margin-left: auto; 
	margin-right: auto;
	width: 300px;
	text-align : center;
	text-decoration : none;
}
#table_new {
	margin-left: auto;
	margin-right: auto;
}