
body { 
	margin: 0 auto;
	background: #D3D3D3;	 
	height: 100%;
	width: 78%;
	color: white;
	font: 11pt/12pt Optima;
	padding-bottom: 50px;
	padding-top: 30px;
	padding-left: 15%;
}


/* The sidebar menu */
.sidenav {
height: 100%;   /* Full-height: remove this if you want "auto" height */
  width: 13%; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color:#2f777c;
  overflow-x: hidden;   /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ff910a;
}

/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*  */
/* Navigation bar */
.topnav {
  width: 95%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 40;
  overflow: hidden;
  background-color: black;
}

.topnav a {
 float: left;
 display: block;
 color: white;
 text-align: center;
 padding: 14px 16px;
 text-decoration: none;
 font-size: 17px;
}

.topnav a:hover {
 background-color: black;
 color:#ff910a ;
   
}

.topnav a.active {
 background-color: black;
 color: #ff910a;
}

.topnav .icon {
 display: none;
}

@media screen and (max-width: 600px) {
 .topnav a:not(:first-child) {display: none;}
 .topnav a.icon {
   float: right;
   display: block;
 }
}

@media screen and (max-width: 600px) {
 .topnav.responsive {position: relative;}
 .topnav.responsive .icon {
   position: absolute;
   right: 0;
   top: 0;
 }
   
 .topnav.responsive a {
   float: none;
   display: block;
   text-align: left;
 }
}




block {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

    @media only screen and (min-width:1220px) { 
        .block { display: inline-block; vertical-align: middle; } 
    } 

    @media only screen and (max-width:1220px) { 
        .block { display: block; }
    }



  
h2 {
	color: white;
	font: bold 12pt/16pt Optima;
	text-align: left;
	padding-left: 30px;
	    line-height: 1.5
}


a{
	color: white;
    font: 12pt/18pt Optima;
	text-decoration: none;

}

.navigation{
	padding-top: 20px;
	padding-left: 70px;
}

a:hover{
	text-decoration: none;
	color: #ff910a;
	
}


.active {
  color:#ff910a;
}


.text{
	color: white;
	font: 11pt/16pt Optima;
	text-align: justify;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 35px;
	padding-bottom: 35px;
    line-height: 1.4
}


.topics{
	color: white;
	font: bold 11pt/16pt Optima;
	padding-left: 30px; 
}

.topics1{
	color: white;
	font: bold 11pt/16pt Optima;
}


.bold{
	color: #44a5ee;
	font: bold 11pt/16pt Optima;
}

.orgtitle{
	color: white;
	font: 11pt/12pt Optima;
	padding-left: 40px;
    line-height: 1.4
}

.title{
    color: #ff910a;
	font: bold 14pt Optima;
	text-align: center;
	}
 

/* for menu bar  */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
    font: 11pt/16pt Optima;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	      line-height: 1.2
}

li a:hover {
  background-color: #ff910a;
}





