This research was generously supported by the Bill & Melinda Gates Foundation and the National Science Foundation (DGE#1920560)This research was generously supported by the Bill & Melinda Gates Foundation and the National Science Foundation (DGE#1920560)@charset "UTF-8";
/* CSS Document */



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#ABD6ED;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
}
#container { 
	width: 829px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #70BF64;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFFFFF;
}

 #header {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
 #menu {
	 	font-size:1.8em;

	float:right;
		width: 829px;
		position:relative;
		margin:0;
	background: #b7b9bc;
	z-index:100;

} 

 #mainContent {
	margin-top: 50px;
	margin-left:20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 


 #secondaryContent {
	width: 725px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px 0 20px 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid  #B1DEEB;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px;
	background-color:#FFFFFF;
}


#footer { 
	padding: 20 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:.7em;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border:none;
}

a {
color:#0e76bc;
}

a:visited {
color:#18a24f;
}


h1 {
font-size:1.5em;
color: #0e76bc;
font-weight:bold;
text-align: center;
}

h2 {
font-size:1em;
color:#000000;
font-weight:normal;
}

h4 {
font-size:1.5em;
color:#0e76bc;
font-style:italic;
text-align:center;
font-weight:normal;
}

/* navbar */

.navbar {

    font-size: .8em;
	    line-height: 20px !important;
		    min-height: 30px !important;

    border-radius: 0px !important;

}

	.navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.nav li a {
    position: relative;
    display: block;
    padding: 8px 7px !important;
}

.dropdown-menu {
	    font-size: 1em !important;

}

