/* Tooltip */
  .text + .tooltip > .tooltip-inner {
      background-color: #2a5a7a; 
      color: #FFFFFF; 
      border: 1px solid #2a5a7a; 
      padding: 8px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 14px;
  }
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
	  background-color:#007000;
	  color: white;}
	
	.carousel-caption {
	position: absolute;
	top: -25px;
    left: 10px;
	font-family:"Times New Roman", Times, serif }
	    
    /* Set gray background color and 100% height */
    .sidenav {
	padding-top: 20px;
	background-color: #f1f1f1;
	font-family:Georgia, serif;}
	
    /* Set black background color, white text and some padding */
    footer {
      background-color:#007000;
      color: white;
      padding: 15px;}
	footer a:hover{
	color:#999999;}
	
  .style1 {color: #ffffff}
  .style2 {font-family: Georgia, serif;
  		   color: #2a5a7a;}  
  .style3 {border-bottom:2px solid #fff;
           padding: 2px 0px 2px 1px;}
  .style4 {font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 14px;}
  .style5 {color: #2a5a7a;
		   border-bottom: 2px solid #eee;
		   font-family: Georgia, serif;}
  .style6 {font-size: 14px; 
  	       font-family: Verdana, Arial, Helvetica, sans-serif;
		   font-weight: bold; } 
  .style7 {font-size: 14px;
		   color: #FF0000;
		   font-family: Verdana, Arial, Helvetica, sans-serif;}  
  .style8 {font-size: 16px; 
  	       font-family: Verdana, Arial, Helvetica, sans-serif;
		   font-weight: bold;} 
	.dropdown-menu{
	background-color:#007000;
	}
	.dropdown-menu li a{
	color:#fff; 
	}
	.dropdown:hover .dropbtn {
    background-color: #770000;}

	.navbar-toggle, .icon-bar {
    border:1px solid;}

	.navbar-collapse {
	padding:0 0 0 0;
	} 
	
	.nav .open>a {background: #007000 !important;}
	.carousel-indicators {
    margin: 10px;}
