          html{
            overflow: -moz-scrollbars-vertical;
            overflow: scroll;	 
          }
		  #heading{
		  	background-color:rgb(115,137,155);
		  }	
		  #top-nav{
		  	text-align:right;
		  	height:36px;
		  }
		  #top-nav-item{
		  	color:rgb(216,217,150);
		  	padding-right:20px;
		  	padding-top:5px;
		  	font-family:Arial;
		  }
		  #top-nav-item:hover{
		  	color:white;
		  }
		  #main-nav{
		  	height:149px;
		  	margin-left:-10px;
		  }
		  #main-nav-top{
		  	padding-top:40px;
		  }
		  #heading a{
		  	text-decoration:none;
		  }

          #main-nav-btn {
            float:left;
            width:85px;
            height:85px;
            background-color:rgb(73,79,92);
            border-color:white;
            border-width:2px;
            border-style:solid;
            -webkit-border-radius: 47px;
            -moz-border-radius: 47px;
            border-radius: 47px;
            color:white;
            font-family: 'Questrial', Arial, sans-serif;
            font-size:12px;
            text-align:center;
            line-height:100%;
          }

          #action-btn { 
            width:85px;
            height:85px;
            background-color:rgb(73,79,92);
            border-color:white;
            border-width:2px;
            border-style:solid;
            -webkit-border-radius: 47px;
            -moz-border-radius: 47px;
            border-radius: 47px;
            color:white;
            font-family: 'Questrial', Arial, sans-serif;
            font-size:12px;
            text-align:center;
            line-height:100%;
            caret-color: transparent;
          }

          #action-btn:hover {
            background-color:rgb(177,180,44);
            cursor: pointer;
          } 


          #main-nav-btn:hover {
            background-color:rgb(177,180,44);
          }

          #main-nav-gap {
          	width:15px;
          	float:left;
          }

          .current {
	        background-color:rgb(177,180,44) !important;
          }
          .para_heading{
          	font-size:+1;
          	font-weight:bold;
          }
          .blue {
          	color:rgb(115,137,155);
          }
          .green{
          	color:rgb(85,101,44);
          }
          .yellow {
          	color:rgb(158,160,25);
          }
