			.page-content{
				background-color: #FFFFFF;
			}
			
			.judullogin {
			font-weight:bold;
			color:#000000;
			}
		
			body {
				background-color: #FFFFFF;
				background-image: url('../images/pattern8.jpg');
				font-family: 'Open Sans';
				font-size: 13px;
				margin: 0;
				padding: 0;
			}

			.headback {
				background-image  :url('../images/bgTop.jpg');
				background-repeat :repeat-x;
				height : 94px;	
			}

			.footback {
				background-color: #FFFFFF;
				/*background-image  :url('../images/bgcontent3.png');*/
				background-repeat :repeat-y;
				width  : 1024px;	
				height : 100px;
			}

			.footback2{
				background-image  :url('../images/bgfooter.png');
				background-repeat :repeat-x;
				width  : 1024px;	
				height : 33px;
			}

			.bodyback {
				background-image  :url('../images/bgbsrhome1.png');
				background-repeat :no-repeat;
				height : 94px;	
			}

			.wrapper {
				width:1024px;
				height : 340px;
				margin:0 auto;
				position:relative;
				background-image  :url('../images/bgheaderhome.png');
				background-repeat :repeat-x;
			}

			.menu {
				width:1024px;
				height : 40px;
				margin:0 auto;
				position:relative;
				background-image  :url('../images/bgmainmenu.png');
				font-family: Museo700Regular;
			}
			
			.visadll {
				width:600px;
				height : 37px;
				margin:0 auto;
				position:absolute;
				top     : 329px;
				left    : 250px;
				color   : #FFFFFF;
			}

			.visa {
				width:180px;
				height : 37px;
				margin:0 auto;
				position:absolute;
				top     : 328px;
				left    : 780px;
			}

			.loginback {
				width:1005px;
				height : 323px;
				margin:0 auto;
				position:relative;
				left    : 10px;
				background-image  :url('../images/login.jpg');
			}

			.kiribawah {
				width:168px;
				height : 173px;
				margin:0 auto;
				position:absolute;
				left    : 0px;
				top     : 188px;
				background-image  :url('../images/framehome1.png');
			}

			.kananrata {
				width:135px;
				height : 320px;
				margin:0 auto;
				position:absolute;
				left    : 889px;
				top     : 40px;
				background-image  :url('../images/framehome2.png');
			}

 		  .msgbrowser {
			font-family: Arial, Tahoma, sans-serif, Geneva;
			font-weight:bold;
			font-size: 15px;
		  }

		.logina
		{
			display: block;
			text-decoration: none;
			line-height: 17px;
			color: #FFFFFF;
			padding: 5px;
			margin: 0;
			text-align: right;
			font-family: Museo700Regular;
			font-weight:bold;
			font-size: 17px;
		}		
		
		a {
			color: #333;
		}
		#nav {
			height : 30px;
			width  : 990;
			margin: 0;
			padding: 0px 0px 0 2px;
			line-height: 10px;
			border-radius: 0.5em;
			font-size: 14px;
		}
		#nav li {
			margin: 0 2px;
			padding: 0 0 2px;
			float: left;
			position: relative;
			list-style: none;
			cursor:pointer; cursor:hand;
			z-index: 2000;
		}
		/* main level link */
		#nav a {
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			padding:  8px 20px;
			margin: 0;
			-webkit-border-radius: 1.6em;
			-moz-border-radius: 1.6em;
			text-shadow: 0 5px 1px rgba(0, 0, 0, .2);
		}
		/* main level link hover */
		#nav .current a, #nav li:hover > a {
			background: #d1d1d1; /* for non-css3 browsers */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
			color: #444;
			border-top: solid 1px #f8f8f8;
			-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
			-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
			box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
			text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
		}
		/* sub levels link hover */
		#nav ul li:hover a, #nav li:hover li a {
			background: none;
			border: none;
			color: #666;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
		}
		#nav ul a:hover {
			background: #0399d4 !important; /* for non-css3 browsers */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
			background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

			color: #fff !important;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
		}
		/* level 2 list */
		#nav ul {
			background: #ddd; /* for non-css3 browsers */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
			background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
			background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

			display: none;
			margin: 0;
			padding: 0;
			min-width: 200px;
			max-width: 230px;
			position: absolute;
			top: 28px;
			left: 0;
			border: solid 1px #b4b4b4;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
			-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
			box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
		}
		/* dropdown */
		#nav li:hover > ul {
			display: block;
		}
		#nav ul li {
			float: none;
			margin: 0;
			padding: 0;
		}
		#nav ul a {
			font-weight: normal;
			text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
		}
		/* level 3+ list */
		#nav ul ul {
			margin-left: 100%;
			top: -3px;
		}
		/* rounded corners for first and last child */
		#nav ul li:first-child > a {
			-webkit-border-top-left-radius: 9px;
			-moz-border-radius-topleft: 9px;
			-webkit-border-top-right-radius: 9px;
			-moz-border-radius-topright: 9px;
		}
		#nav ul li:last-child > a {
			-webkit-border-bottom-left-radius: 9px;
			-moz-border-radius-bottomleft: 9px;
			-webkit-border-bottom-right-radius: 9px;
			-moz-border-radius-bottomright: 9px;
		}
		/* clearfix */
		#nav:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}
		#nav {
			display: inline-block;
		}
		html[xmlns] #nav {
			display: block;
		}
		* html #nav {
			height: 1%;
		}
.kananrata {
    background-image: url("../images/framehome2.png");
    height: 320px;
    left: 889px;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    width: 135px;
}
.tablehome {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


