/* CSS Document */
body        				{background-color: #F1F3CE;}

h1, h2, h3 					{font-family:Open Sans, arial, Helvetica, sans-serif;} 

#wrapper 					{width:900px;margin:10px auto; }

#top							{float:left;}
#top		ul					{float:right; margin-left:190px;margin-top:25px; }

#top	 ul li				{display:inline; list-style-type:none; margin:0 0; padding:0 2px; }


#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #00293b; float:right; margin-right:51px; margin-top:10px; border-radius:25px;
}

#navi li 					{float: left;}
		
#navi li a, .dropbtn 			{
  									display: inline-block;
 								 	color: white;
 									font-size:20px;
  									text-align: center;
 									 padding: 10px 20px;
  									text-decoration: none;
											}

#navi li a:hover , .dropdown:hover .dropbtn{
  						background-color: #00293b;
  						color: white;
							}

#navi .dropdown-content {
  display: none;
  position: absolute;
  background-color: lightblue;
  min-width: 160px;
  box-shadow: 5px 8px 10px 0px black;
  margin-left:18px;
 }

#navi .dropdown-content a {
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#navi   .dropdown-content a:hover {
background-color: gray;
color:white;
}

#navi .dropdown:hover .dropdown-content {
  display: block;
}

#navi {clear:both;}


table,h2		{margin-top:50px;}

table , h2	{ margin-top:50px; }

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #DDD;
  
 
}

th, td {
  border: 1px solid black;
}


tr:nth-child(even) {
  background-color: #dddddd;
}

th {
  text-align: left;
}





#footer 			{clear:both; padding: 10px 0; text-align:center;}

#contactus			{float:right; margin:-105px 60px;display:inline;}
#contactus2 				{float:right; margin:70px -510px;}	
#contactus	{text-align: center;
  		}
        button {
           color:lightgoldenrodyellow;
            font-size: 16px; 
        } 
        .b1 { 
            background-color: grey; 
        } 
        .b1:hover { background-color:yellow; color:blue;}
        
        


