body {
	color: #000066;
	background-color: #F0FFFF;
	font-family: Rockwell, "Rockwell Extra Bold", "Bookman Old Style", serif;
	font-size: large;
	text-align: left;
	background-image: url(skyblue_lukhnavi8.jpg);
}

a {
	color: #000066;
}

a:hover {
	color: red;
}
#navcontainer
           {
			  margin-left: auto;
                 
             margin-right: auto;
             margin-bottom: 1em;
             margin-top: 1em;
        
           }
			  
#navcontainer li
           {
             display: inline;
             text-align: center;
   	     width: 50px;
           }
			    #navcontainer ul
           {
             list-style-type: none;
             text-align: center;
				 font-weight: bold	
             margin-bottom: 0em;
             padding: 0;
             margin-left: 0em;
             position: relative;
             z-index: 2;
             background: none;
             border-top: 0px solid #ccc;
             border-left: 1px solid #ccc;
}
      #navcontainer li a
           {
             padding: 5px 5px;
             color: #000066;
             background-color: none;
             border-bottom: 1px solid #003B4D;
             border-right: 1px solid #003B4D;
             text-decoration: none;
           }
      #navcontainer li a:hover
           {
             color: red;
             background-color: #fff;
             border-bottom: 1px solid #003B4D;
             border-right: 1px solid #003B4D;
           }

      #navcontainer li a#current
           {
             color: #000;
             border: 1px solid #003B4D;
             border-top: 1px solid #003B4D;
             border-bottom: 1px solid #003B4D;
           }
			  
			  
			  
#bottom
           {
			  margin-left: auto;
                 
             margin-right: auto;
             margin-bottom: 1em;
             margin-top: 1em;
        
           }
			  
#bottom li
           {
             display: inline;
             text-align: center;
   	     width: 50px;
           }
			    #bottom ul
           {
             list-style-type: none;
             text-align: center;
				 font-weight: bold	
             margin-bottom: 0em;
             padding: 0;
             margin-left: 0em;
             position: relative;
             z-index: 2;
             background: none;
             border-top: 0px solid #ccc;
             border-left: 1px solid #ccc;
}
      #bottom li a
           {
             padding: 5px 5px;
             color: #000066;
             background-color: none;
             border-bottom: 1px solid #003B4D;
             border-right: 1px solid #003B4D;
             text-decoration: none;
           }
      #bottom li a:hover
           {
             color: red;
             background-color: #fff;
             border-bottom: 1px solid #003B4D;
             border-right: 1px solid #003B4D;
           }

      #bottom li a#current
           {
             color: #000;
             border: 1px solid #003B4D;
             border-top: 1px solid #003B4D;
             border-bottom: 1px solid #003B4D;
           }
      img
           { 
             border: 0px;
	     margin: 1em 1em 1em;
		  float: left;
           }			  