/********************************* 
Name of Author/Editor : Kavita.K
Date : 22nd Mar 2006, Wednesday
Project :Kendriya Vidyalaya Dharwad
Notes :
*******************************/

html, body			{
					font-family:Trebuchet MS, Verdana, Batang; 
					position:relative;
					font-size:small; 
					text-align:center; 
					margin:0; padding:0;				
					}	
					
/* css for this wrap div is for the main layout*/										
#wrap				{	
					border:1px solid #000000;
					margin:0; padding:0;
					width:760px; height:100%;
					background-color:#fff; 
					text-align:justify;
					margin-left:auto;
					margin-right:auto;
					}
						
#header				{
					width: 760px; 
					height:160px;
					margin-bottom:2px;
					}	
					
#logoImg			{
					height:117px;
					margin-bottom:0px;
					}
					
/*css for this div is for the background of top Navigation*/							
#top				{	
					position: relative; 
					height:25px; 
					background-image:url('../images/top_nav_bg.gif');
					background-repeat:repeat-x;
					padding-top:10px;margin-bottom:-20px;
					}   

/* This class is for home icon */

.home				{
					float:left;
					margin-left:20px;
					padding-left:20px;
					background-image:url('../images/home_icon.gif');
					background-repeat:no-repeat;
					background-position:left;
					font-size:105%;
					font-weight:bold;
					}
.home a:active, .home a:link, .home a:visited, .home a:hover
					{
					text-decoration:none;
					color:#000000;
					}					
					
					
#topNavigation		{
					float:right;
					text-align:right;	
					padding-right:5px;																															
					}

#topNavigation ul	{
					list-style-type:none;
					margin:0;padding:0;													
					}

#topNavigation li 	{
					background-image:url('../images/bullet_top_nav.gif');
					background-repeat:no-repeat;
					background-position:left;
					padding-left:12px;
					padding-right:6px;
					font-size:100%;
					display:inline;
					}
#topNavigation a:active, #topNavigation a:link, #topNavigation a:visited
				 	{
				 	text-decoration:none;
				 	color:#000000;
				 	}
#topNavigation a:visited
					{
					color:#777;
					}				 	

#topNavigation a:hover
					{
					text-decoration:underline;
					color:#00f;
					}				 	
					
#left				{		
					width:159px; 
					float:left; text-align:left;
					background-color:#F60D4E;
					background-image:url('../images/left_nav_mid.gif'); 
					background-repeat:repeat-y;
					margin-left:2px;
					margin-bottom:10px; 
					}
		
#leftNavigation		{
					width:159px;
					background-image:url('../images/left_nav_bot.gif');
					background-repeat:no-repeat; background-position:bottom;
					}
									
#leftNavigation ul	{
					list-style-type:none;
					margin:0; list-style-image:url('../images/bullet_left_nav.gif');
					list-style-position: outside;
					padding-left:25px; 
					padding-top:25px; padding-bottom:20px;
					background-image:url('../images/left_nav_top.gif');
					background-repeat:no-repeat; background-position-y:top;
					}			
						
#leftNavigation  li	{	
					font-family: verdana, 'trebuchet ms';
					font-size:11px; color:#fff;
					font-weight:bold;
					padding-left:5px;
					padding-bottom:10px;
					}
					
#leftNavigation a:active, #leftNavigation a:link, #leftNavigation a:visited, #leftNavigation a:hover
					{
					text-decoration:none;
				 	color:#fff;
					}

#leftNavigation ul li a:visited
					{
					color:#adc;					
					}					
					
#leftNavigation ul li a:hover
					{
					list-style-image:url('../images/bullet_left_nav.gif');
					color: #19f;
					}


#content     		{	
					width: 590px; height:100%;
					position:relative;
					float:right;
					clear:right;
					margin-left:7px; margin-bottom:1px;
					background-image: url('../images/frame_mid.gif');
               		background-repeat:repeat-y; 
					}

/* This css is for marquee text */

#header p marquee	{
					height:25px;
					font-size:16px; 
					background-color:#374FE3;
					color:#FCFCFF;
					font-weight:bold;
					
					}
					
#header #ticktext	{
					height:25px;
					font-size:16px; 
					background-color:#374FE3;
					color:#FCFCFF;
					font-weight:bold;
					margin-bottom:5px;
					}