@charset "UTF-8";



body {
	background-color: #ffffff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 10px;
}

span {
  color: #cc0000;
}

h1 {
	color: #152937;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h2 {
	color: #1c374a;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #23455c;
	font-size: 1.0em;
	margin: 0px 0px 4px 0px;
}
p {
	margin: 0px 0px 12px 0px;
}

br {
    line-height: 20px;
}

.cntr {
    text-align: center;
}

/* class for the images on state pages */
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

/* Text link class */
.txtlink { color:#000000; text-decoration: none; }
.txtlink:visited { color:#333333; text-decoration: none; }
.txtlink:hover { color:#cc0000; text-decoration: none; }
.txtlink:active { color:#ff0000; text-decoration: none; }

/* Style the footer */
.footer {
	background-color: #cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

/* Style the copyright notice */
.cright {
	padding: 4px;
	text-align: center;
}


/* CONTENT AREAS for data pages */

.content1 {
    display: table-cell;
    padding: 10px;
	 width: 75%;
	 box-sizing: border-box;
}

.content2 {
   display: table-cell;
  	width: 25%;
  	padding: 20px;
	border-left: 1px solid #333;
   box-sizing: border-box;

}

.columnx {

    width: 100%;
    display: table;

}

/* Chronology pages links to all pages */

.columnLink1 {
   background-color: #aaa;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.columnLink2 {
   background-color: #bbb;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

/* Funding links */

.columnLink3 {
    border: none;
    background-color: #ffcc00;
    padding: 10px;
	text-align: center;
}

.columnLink4 {
    border: none;
    background-color: #ffe066;
    padding: 10px;
    text-align: center;
}


.column {
    float: left;
    margin-top: 10px;
    width: 100%;
}

/* Create four equal columns that floats next to each other */
.column1 {
    float: left;
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
}

.column2 {
    float: left;
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
}

.column3 {
    float: left;
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
}

.column4 {
    float: left;
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column31 {
    float: left;
    padding: 5px;
    width: 25%;
}

.column32 {
    float: left;
    padding: 5px;
    width: 50%;
}

.column33 {
    float: left;
    padding: 5px;
    width: 25%;
}

/* Create two equal columns that float next to each other */
.columnA {
    float: left;
    padding: 5px;
    width: 50%;
    box-sizing: border-box;
}

.columnB {
    box-sizing: border-box;
    float: left;
    padding: 5px;
    width: 50%;
}

/* Create two equal columns that float next to each other */
.column60 {
    float: left;
    padding: 5px;
    width: 60%;
     box-sizing: border-box;
}

.column40 {
    float: left;
    padding: 5px;
    width: 40%;
     box-sizing: border-box;
}

.column60B {
    float: left;
    padding: 0px;
    width: 60%;
}

.column40B {
    float: left;
    padding: 0px;
    position: sticky;
    top: 100%;
    width: 40%;
}

.copyright {
	color: #666666;
	font-size: 12px;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #ff0000;}

ul.topnav li a.prevnext {background-color: #33cc33;}

ul.topnav li.right {float: right;}

ul.navbar {
   background-color: #333;
   border-color: #cc0000;
	border-top-style: solid;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   border-width: 4px;
	float: right;
   list-style-type: none;
   margin: 0;
   overflow: hidden;
   padding: 0;
	width: 100%;
}

ul.navbar li {
    float: left;
}

li a, .dropbtn {
   display: block;
   color: white;
   text-align: center;
   padding: 8px 8px;
   text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
   background-color: #cc0000;
}

ul.navbar li a.active {background-color: #cc0000;}

ul.navbar li a.prevnext {background-color: #33cc33;}

ul.navbar li.right {float: right;}

ul.navbar li.dropdown {
    display: block;
}

ul.navbar2 {
   background-color: #555;
   border-color: #cc0000;
	border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   border-width: 2px;
	float: right;
   list-style-type: none;
   margin: 0;
   overflow: hidden;
   padding: 0;
	width: 100%;
}

ul.navbar2 li {
    float: left;
}

ul.navbar2 li a, .dropbtn {
    color: white;
    display: block;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
}

ul.navbar2 li a:hover, .dropdown:hover .dropbtn {
    background-color: #cc0000;
}

ul.navbar2 li a.active {background-color: #cc0000;}

ul.navbar2 li a.prevnext {background-color: #33cc33;}

ul.navbar2 li.right {float: right;}

ul.navbar2 li.dropdown {
    display: block;
}

.dropdown-content {
    background-color: #333;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    display: none;
    min-width: 75px;
    position: absolute;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    display: block;
    padding: 8px 8px;
    text-decoration: none;
    text-align: left;
}

.dropdown-content a:hover {background-color: #cc0000}

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

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.page {
    border: none;
    margin: auto;
    max-width:980px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
    .content1 {
        display: block;
        width: 100%;

    }
    .content2 {
        display: block;
        width: 100%;

    }
    .column {
        width: 100%;
        padding: 5px 0px
    }

    .columnx {
       width: 100%;
    }

    .columnA {
        width: 100%;
    }

    .columnB {
        width: 100%;
    }

    .column60 {
        width: 100%;
    }

    .column40 {
        width: 100%;
    }

.column60B {
    width: 100%;
}


.column40B {
    width: 100%;
}


    .column1 {
        display: block;
        width: 100%;
    }

    .column2 {
        display: block;
        width: 100%;
    }

    .column3 {
        display: block;
        width: 100%;
    }

    .column4 {
        display: block;
        width: 100%;
    }

    .column31 {
        display: block;
        width: 100%;
    }

    .column32 {
        display: block;
        width: 100%;
    }

    .column33 {
        display: block;
        width: 100%;
    }


    ul.navbar li.right,
    li.dropdown,
    ul.navbar li {float: none;}

}

.header {
   background-color: #fff;

}
