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

			body
			{
				margin: 0;
				padding: 0;
				font-size: 90%;
				font-family: arial, helvetica, sans-serif;
				background: #146F9A;
			}
			
			#wrapper
			{
				width: 782px;
				margin-right: auto;
				margin-left: auto;
				background: white;
				text-align: left;
			}
			
			#header
			{
				height: 168px;
			}
			
			#gutter
			{
				float: left;
				width: 3%;
				height: 1px;
			} 
			
			#nepali
			{ 
				font-family: Preeti;
				margin-left: 10px;
				font-size: 20px;
				letter-spacing: normal;
				word-spacing: normal;
			}
			
			li
			{
				text-align: justify;
			}
			
			#odd 
			{
				background: #BBBBBB;
			}
				
			#even
			{
				background: #CCCCCC;
			}
			
			span.en
			{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
			}
			
			span.np
			{ 
				font-family: Preeti;
				font-size: 18px;
				text-align: center;
			}
			
			#col1
			{
				float: left;
				width: 95%;
				margin-bottom: 10px;
				margin-left: 3%;
			}
			
			#footer
			{
				clear: both;
				height: 50px;
				background-color: #666;
				text-align: center;
				font-size: 14px;
				padding-top: 12px;
			}
			
			#info
			{
				border-bottom-style: ridge;
			}
			
			dt
			{
				padding-bottom: 0;
				font-weight: bold;
			}
			
			dl
			{
				margin-top: 0;
				text-align: justify;
			}
			
			h1
			{
				margin: 0;
				padding: 5px;
			}
			
			h2
			{
				margin-top: 0;
				padding-top: 7px;
				background: silver;
				text-align: center;
			}
			
			h3
			{
				padding-bottom: 0px;
				margin-bottom: 0px;
				margin-top: 0 px;
				background: silver;
			}
			
			h4 
			{
				background: silver;
			}
	
			p 
			{
				text-align: justify;
			}
	
			p.dept 
			{
				text-align: right;
				font-weight: bold;
			} 
			
			p.line
			{
				border-bottom:thick;
				background-color:#000099;
				border-bottom-style:groove;
			}
			
			p.news
			{
				border-top-style:ridge;
				border-top-width:thick;
			}
			
			#invedu
			{
				text-align: center;
			}