@charset "utf-8";
/* CSS Document */

		body
		{
			margin: 0;
			padding: 0;
			font-size: 90%;
			font-family: arial, helvetica, sans-serif;
			background: rgb(0, 118, 163); 
		}
		
		#wrapper
		{
			width: 782px;
			margin-right: auto;
			margin-left: auto;
			background: rgb(100, 173, 200);
			text-align: left;
		}
		
		#header
		{
			height: 168px;
		}
		
		#gutter
		{
			float: left;
			border-style: none;
			width: 3%;
			height: 20px;
		} 
		
		#nlblock
		{
			padding-left: 3px;
			border-style: none;
		}
		
		#infoblock
		{
			padding-left: 3px;
			border-style: none;
		}
		#nav, #nav ul { /* all lists */
			padding: 2px;
			margin: 0;
			list-style: none;
			float : left;
			width : 11em;
			border-right: solid 1px #404040;
			border-left: solid 1px #404040;
			border-left-style: ridge;
		}
		
		#nav li { /* all list items */
			position : relative;
			float : left;
			line-height : 1.25em;
			margin-bottom : -1px;
			width: 11em;
		}
		
		#nav li ul { /* second-level lists */
			position : absolute;
			left: -999em;
			margin-left : 11.05em;
			margin-top : -1.35em;
		}
		
		#nav li ul ul { /* third-and-above-level lists */
			left: -999em;
		}
		
		#nav li a {
			width: 11em;
			w\idth : 10em;
			display : block;
			color : #FFFFFF;
			font-weight : bold;
			text-decoration : none;
			background: #666666;
			border-top: solid 1px #999999;
			border-right: solid 1px #404040;
			border-bottom: solid 1px #3a3a3a;
			border-left: solid 1px #404040;
			padding : 0 0.5em;
		}
		
		#nav li a:hover {
			background: #666666;
			color: #000000;
			border-top: solid 1px #999999;
			border-right: solid 1px #404040;
			border-bottom: solid 1px #3a3a3a;
			border-left: solid 2px #404040;
			border-left-style: ridge;
/*			border-bottom: 3px solid #FAAFBE;  */
		}
		
		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
			left: -999em;
		}
		
		#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
	}
	
		
		
			#nepali , #nepali ul 
			{ 
				padding: 2px;
				margin: 0px;
				font-family: Preeti;
				list-style: none;
				margin-left: 10px;
				font-size: 24px;
				letter-spacing: normal;
				word-spacing: normal;
				text-indent: 4px;
				text-align: center;
			}
			
			#nepalis
			{ 
				font-family: Preeti;
				list-style: none;
				float: left;
				font-size: 20px;
				letter-spacing: normal;
				word-spacing: normal;
				text-align: justify;
			}
			
			#odd 
			{
				background: #88C2D8;
			}
				
			#even
			{
				background-color: #B4DBEB;
			}
			
			#issue
			{
				font-size:11px;
			}
			
			span.en
			{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 16px;
			}
			
			span.np
			{
				font-family: Preeti;
				font-size: 20px;
			}
			
			#col1
			{
				float: left;
				width: 75%;
				margin-bottom: 10px;
				margin-left: 3%;
			}
			
			#col2
			{
				float: left;
				width: 20%;
				padding: 0px;
				margin-bottom: 10px;
			}
			
			#hcopy
			{
				float: right;
			}
		
			#content
			{
				
				float: left;
				margin-left: 8%;
				margin-bottom: 10px;
			} 
			
			#content1
			{
				clear: both;
				float: left;
				margin-left: 8%;
				margin-bottom: 10px;
			}
			
			#footer
			{
				clear: both;
				height: 50px;
				background-color: #666;
				text-align: center;
				font-size: 14px;
				padding-top: 12px;
			}
			
			h1
			{
				margin: 0;
				padding: 5px;
			}
			
			h2
			{
				margin-top: 0;
				padding-top: 7px;
				margin-left: 7px;
				margin-right: 7px;
				background-color: silver;
				text-align: center;			
			}
			
			#rounded {
				padding: 3px;
 			 	color: #FFFFF5;
				width: 93%;
				text-align: center;
				background-color: #666666;
				border: 1px solid #fff;
			
				/* Do rounding (native in Opera, Firefox and Safari) */
				border-radius:20px;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
			}
			
			h3
			{
				text-align: left;
			}
			
			h4
			{
				text-align:center;
			}
			
			p
			{
				margin-left: 7px;
				margin-right: 7px;
				text-align: justify;
			}
			
			th
			{
				background:#CCCCCC;
				text-align:center;
				font-weight:bold;
			}
			
			tr
			{
				background:#A6CAF0;
				text-align:left;
				font-weight:bold;
			}
			
			tr.issue
			{
				font-size:11px;
			}
			
			caption
			{
				font-weight:bolder;
			}
			
			