html { 
	height: 100%;
	margin-bottom: 1px;
	margin-top:0px;
	overflow-y: scroll;


}

body { 
	background-color: #fff;
	color: #222222;
	font-size: 1.0em;
	line-height:1.125em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin:0;
}



/** HEADER **/
	#Header {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-grow: 1;
		align-items: center;
		flex-wrap: nowrap;
		/**background-color: #65aaaf;**/
		background-image: url(Images/header_bg_white.jpg); 
		background-repeat: no-repeat;
		background-color: linear-gradient(black, #65aaaf);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 15px 20px 15px 20px;
		text-align: center;
	}

	#HeaderPhonlabLogo {
		width: 200px;
		height: 50px;
		color: #fff;
		order:1;
		background: url(images/UW_ling_logo.png) scroll no-repeat;
		background-size: 150px 50px;
	}
	
	#HeaderLogoWrap {
		order: 2;
		height: 80px;
		width: 210px;
		margin: 0px;
		padding: 0px;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	
	#HeaderUWLogo {
		order: 2;
		width: 100px;
		height: 50px;
		background: url(images/UW_logo.png) scroll no-repeat;
		background-size: 100px 50px;
	}
	
	#HeaderWAFLTLogo {
		order: 3;
		width: 93px;
		height: 80px;
		background: url(images/WAFLT_logo.png) scroll no-repeat;
		background-size: 93px 80px;
	}
	
	#MainMenuWrap {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: nowrap;
		width: 100%;
		background-color: #aaa;
		border-bottom: 5px solid #ccc;
		
	}
	
	a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
		padding: 6px 15px 6px 15px;
		color: #fff;
		background-color: #888;
		border-right: 2px solid #fff;
		text-transform: uppercase;
		font-size: 0.85em;
	}
	

	
	a.MainMenuOption:hover {
		background-color: #555;
	}
	
	.subheader {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: Bold;
color: #10522E;
font-style: normal;
}
	
	/*----------Chart tables----------*/

.charttable 
{
background-color: #ffffff;
border-width: 1px;
border-style: solid;
width: 95%;
border-spacing: 0px; 
}

td.no {
	background-color: #ddd;
}

td.yes {
	background-color: #6af1a0;
	font-weight: bold;
}

.indent
{
margin: 0px 0px 0px 15px;
	
}

.chartheadtd
{ 
background-color: #333;
border-style: solid; 
border-color: #c0c0c0; 
border-width: 1px; 
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
font-style: normal;
}

.charttd
{ 
background-color: #ffffff;
border-style: solid; 
border-color: #c0c0c0; 
border-width: 1px; 
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #111111;
font-style: normal;
}
/** INDEX **/

	#PageWrap {
		background-color: #fff;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.IndexRowWrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 100%;
	}
	
	.RowWrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.yellowhead {
		background-color: #85754d;
		width: 250px;
		color: #fff;
		font-weight: bold;
		padding: 10px 20px;
		
	}
	a.option:link,a.option:visited, a.option:active {
		width: 150px;
		height: 30px;
		padding: 20px;
		color: #fff;
		text-align: center;
		background-color: #888;
		margin: 10px 10px;
		font-weight: bold;
	}
	
	a.option:hover {
		background-color: #87754D;
		color: #fff;
	}
	

	
	a.tn_button:link, a.tn_button:visited, a.tn_button:active {
		width: 300px;
		height: 200px;
		border: 5px solid #ccc;
		margin: 10px;
	}
	
	a.tn_button:hover {
		border: 5px solid #1fb25a;
	}
	
	p.subtitle {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.0em;
		color: #fff;
		padding: 7px 15px;	
		background-color: #1fb25a;
		text-transform: uppercase;
		filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.3));
	}
	
	img.title {
		height: 100px;
		filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
		margin-right: 10px;
	}
	
	p.title {
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		font-style: normal;
		font-size: 3.20em;
		color: #fff;
	}
	
	.PictureBox {
		order: 1;
		width: 400px;
		height: 272px;
		Margin: 20px 0px 20px 20px;
		border: solid 12px #e8e3d3;
	}
	
	.BorderNormal {border: solid 12px #e8e3d3;}
	
	#IndexPictureBox {
		order: 2;
		background: url(images/index_image.jpg) scroll no-repeat;
		width: 420px;
		height: 320px;
		Margin: 20px 20px 20px 20px;
		border: solid 12px #e8e3d3;
		}
	

	#DennyPictureBox {
		order: 2;
		background: url(images/denny_hall.jpg) scroll no-repeat;
		width: 420px;
		height: 320px;
		Margin: 20px 20px 20px 20px;
		border: solid 12px #e8e3d3;
	}
	.SubDescriptionBox {
		order: 1;		
		background-color: transparent;
		flex: 2;
		padding: 10px 50px 20px 0px;
		border-top: #85754d solid 0px;
		Margin: 20px 20px 0px 0px;
	}	
		
	.SubDescriptionBox p {
		margin-left: 36px;
	}	

	.SubDescriptionBox ul {
		margin-left: 36px;
	}			
	
	a.button_lg:link, a.button_lg:visited, a.button_lg:active {
		background-color: #65aaaf;
		font-size: 1.40em;
		font-weight: bold;
		color: #ffffff;
		padding: 10px 20px 10px 20px;
		margin-top: 20px;
		width: 200px;
		line-height: 1.25em;
		text-align: center;
		display: block;
		border: solid 6px #e8e3d3;
	}
	
	a.button_lg:hover {
				background-color: #222222;
	}
	
	#IndexDescriptionBox {
		order: 1;		
		background-color: transparent;
		flex: 1;
		width: 100%;
		padding: 10px 50px 20px 50px;
		border-top: #85754d solid 0px;
		Margin: 20px 20% 0px 20%;
		line-height: 1.55em;
	}
	
	#MainBox {
		order: 1;		
		background-color: transparent;
		flex: 1;
		padding: 10px 50px 20px 50px;
		border-top: #85754d solid 0px;
		Margin: 20px 20px 0px 20px;
		min-height: 500px;
	}
	
	#IndexEventsBox {
		order: 1;
		height: 320px;
		width: 520px;
		background-color: transparent;
		flex: 1;
		padding: 10px 20px 10px 20px;
		border-top: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}
	
	#IndexFeaturedProjectBox {
		order: 2;
		flex: 2;
		padding: 10px 20px 10px 20px;
		border-top: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}
	
	#IndexFeaturedPublicationBox {
		order: 3;
		flex: 2;
		background-color: transparent;
		padding: 10px 20px 10px 20px;
		border-top: #85754d solid 12px;
		Margin: 20px 50px 20px 50px;
	}

	a.ReadMore:link, a.ReadMore:visited, a.ReadMore:active {
		background-color: #85754d;
		padding: 5px 10px 5px 10px;
		color: #fff;
		font-size: 0.85em;
		float: right;
	}
	
	a.ReadMore:hover {
		background-color: #4b2e83;
		color: #fff;
	}
	
	.question_wrap {
		background-color: #ddd;
		padding: 25px;
		margin-top: 25px;
	}
	
	.question_wrap h2 {
		margin-top: 0px;
	}
	
	a.download:link,a.download:visited, a.download:active {
		width: 300px;
		height: 20px;
		padding: 10px;
		color: #fff;
		text-align: center;
		background-color: #888;
		margin: 10px 10px 30px 10px;
		font-weight: bold;
		display: block;
	}
	
	a.download:hover {
		background-color: #87754D;
		color: #fff;
	}
	
	#nextwrap {
		
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: nowrap;
	}
	
	a#nexttier {
		display: block;
		margin-top: 25px;
		background-color: #cfc;
		padding: 25px 25px 25px 25px;
		margin-left: 5px;
		width: 120px;
		font-size: 2.0em;
		text-align: center;
		order: 2;
	}
	
	a#prevtier {
		display: block;
		margin-top: 25px;
		background-color: #ccf;
		padding: 25px 25px 25px 25px;
		margin-right: 5px;
		width: 120px;
		font-size: 2.0em;
		text-align: center;
		order: 1;
	}
	
	a#prevtier:hover {
		background-color: #4b2e83;	
		color: #fff;
	}
	
	a#nexttier:hover {
		background-color: #4b2e83;	
		color: #fff;
	}
	
	
	a.h2 {
		font-size: 1.40em;
		line-height: 1.50em;
		color: #85754d;
		background-color: #ddd;
		padding: 25px;
		margin-top: 25px;
		display: block;
	}
	
	a.h2:hover {
		color: #fff;
		background-color: #85754d;
	}
	
	.circle {
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	border: 6px #888 solid;

	}
	
	
	ul {
		line-height: 1.55em;
	}
	
	ul li {
		margin-bottom: 10px;
		padding-left: 5px;
	}
	
	.events {
		margin-left: 20px;
	}
	
	.memberwrap {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 15px 0px 15px 0px;
	}
	
	.memberwrap img {
		width: 100px;
		height: 100px;
		order: 1;
		border: 5px solid #ccc;
	}
	
	.memberwrap div {
		height: 100px;
		order: 2;
		flex-grow: 2;
		padding: 10px 20px 0px 20px;
		width: 90%;
		max-width: 780px;
		line-height: 0.85em;
		font-size: 1.00em;
		background-color: #eee;
	}
	
	.memberwrap div p {
		margin: 0px 0px 5px 0px;
		padding: 0;
		font-size: 0.90em;
	}
	
	.memberwrap div p em {
		font-size: 1.25em;
		font-style: normal;
	}
	
	.memberwrap div span {
		font-size: 0.75em;
		font-style: normal;
	}
	
	.inset {
	width: 65%;
	text-align: left;
	margin: 0 auto;
	}
	
	div.centered 
	{
	margin: 0 auto; 
	text-align: center;
	}

	div.centered table 
	{
	margin: 0 auto; 
	text-align: center;
	}
	
	span.mapheader {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	Float: left;
	color: #ffffff;
	font-style: normal;
	}

	span.mapsubheader {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	Float: right;
	color: #ffffff;
	font-style: normal;
	}

	.backtotop {
	font-size: 0.75em; 
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	}
	
	.maptextinset {
	margin-left: 110px; 
	margin-right: 110px; 
	text-align: left;
	
	}
	
	.small {
	font-family: Arial, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #111111;
	font-style: normal;
	line-height: 1.5em;
	}

	
	p {
	}

	
/** FOOTER **/

	#Footer {
		background-color: #ffffff;
		text-align: center;
		padding: 10px;
		font-size: 12px;
		color: #666;
		margin-top: 40px;
	}
	
	#Footer_logos {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		margin-top: 30px;
		margin-bottom: 50px;
	}
/** GENERAL FONTS **/

	h1 {
		font-size: 2.5em;
		line-height: 1.25em;
		color: #10522e;
	}
	
	h2 {
		font-size: 2.00em;
		line-height: 1.65em;
		background-color: #1fb25a;
		color: #fff;
		padding: 15px 30px;
	}	
	
	h3 {
		font-size: 1.40em;
		line-height: 1.50em;
		color: #85754d;
	}
	
	h4 {
		font-size: 1.15em;
		color: #333;
	}
	
	h5 {
		font-size: 1.00em;
		font-weight: bold;
		color: #1fb25a;
		margin-bottom: 2px;
	}
	
	p {
		font-size: 0.95em;
		line-height: 1.45em;
	}
	
	a:link, a:visited, a:active {color: #367f84; font-weight: bold; text-decoration:none; border: none;}
	a:hover  {color: #333; font-weight: bold; text-decoration:none; border: none;}
	
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/
	/** ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| **/


		@media (min-width : 1px) and (max-width : 599px) {
			
			
				#Header {
				
					flex-direction: column;
					padding: 15px 10px 5px 10px;
				}
			
				a.Left:link, a.Left:visited, a.Left:active, a.Left:hover {
					border-left: 0px solid #fff;
	
				}
			
				.mapimage {
					width: 100%;
					
				}
			
			em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 2.00em;
				line-height:1.25em;
				color: #ccc;
				padding-bottom: 10px;
				padding-top: 10px;
			}
			
				#Footer_logos {
					display: flex;
					display: -webkit-flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					flex-wrap: nowrap;
					margin-top: 30px;
					margin-bottom: 50px;
				}
			
			#MainMenuWrap {
				display: flex;
				display: -webkit-flex;
				flex-direction: column;
				justify-content: center;
				flex-wrap: nowrap;
				width: 100%;
				background-color: #888;
			}
			
			a.MainMenuOption:link, a.MainMenuOption:visited, a.MainMenuOption:active  {
				padding: 8px 15px 10px 15px;
				color: #fff;
				background-color: #888;
				text-align: center;
				border-top: 2px solid #fff;
			}
			
			a.MainMenuOption:hover {
				background-color: #333;
			}
			
			#IndexPictureBox {
				display: none;
			}
			
			#DennyPictureBox {
				display: none;
			}
			
			#IndexDescriptionBox {
				order: 1;		
				background-color: transparent;
				flex: 1;
				display: flex;
				display: -webkit-flex;
				flex-direction: column;
				justify-content: center;
				flex-wrap: nowrap;
				padding: 0px 0px 20px 0px;
				border-top: #85754d solid 0px;
				Margin: 5px 15px 0px 15px;
				line-height: 1.15em;
				width: 100%;
				font-size: 0.85em;
			}
	
				div.tn_button_wrap {
					display: flex;
					display: -webkit-flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
					width: 100%;
					margin: 0 auto;
				}
				
				a.tn_button:link, a.tn_button:visited, a.tn_button:active {
					width: 250px;
					height: 165px;
				}
	
					a.tn_button img {
					width: 100%;
				}
	
			a.button_lg:link, a.button_lg:visited, a.button_lg:active  {
				
				width: 80%;
			}
	
			h1 {
				font-size: 1.75em;
				line-height: 1.25em;
				color: #333;
			}
			
			h2 {
				font-size: 1.15em;
				line-height: 1.50em;
				color: #fff;
			}
			
			
			.memberwrap img {
					width: 100px;
					height: 100px;
					order: 1;
					border: 5px solid #ccc;
			}
				
				.memberwrap div {
					height: auto;
					order: 2;
					flex-grow: 2;
					padding: 10px 20px 10px 20px;
					width: 90%;
					max-width: 300px;
					line-height: 0.85em;
					font-size: 1.00em;
					background-color: #eee;
				}
		
			.inset {
				width: 95%;
			}
		
		}
		
		
		@media (min-width : 600px) and (max-width : 800px) {
			
				em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.30em;
				line-height: 1.3em;
				color: #ccc;
				padding-bottom: 25px;
				}
				
				
				div.tn_button_wrap {
					display: flex;
					display: -webkit-flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
					width: 100%;
					margin: 0 auto;
				}
				
				#IndexDescriptionBox {
					margin: 10px 3% 0px 3%;
				}
				
				.memberwrap img {
					width: 100px;
					height: 100px;
					order: 1;
					border: 5px solid #ccc;
				}
				
				.memberwrap div {
					height: auto;
					order: 2;
					flex-grow: 2;
					padding: 10px 20px 10px 20px;
					width: 90%;
					max-width: 300px;
					line-height: 0.85em;
					font-size: 1.00em;
					background-color: #eee;
				}
				
					a.Left:link, a.Left:visited, a.Left:active, a.Left:hover{
						border-left: 2px solid #fff;
					}
				
				.mapimage {
					width: 100%;
				}
		}
		
		@media (min-width : 801px) and (max-width : 1030px) {
			
				em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.30em;
				color: #ccc;
				padding-bottom: 25px;
				}
				
				
				div.tn_button_wrap {
					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: center;
					align-items: center;
					flex-wrap: wrap;
					width: 700px;
					margin: 0 auto;
				}
				
				#IndexDescriptionBox {
					margin: 20px 5% 0px 5%;
				}
				
				.memberwrap img {
					width: 100px;
					height: 100px;
					order: 1;
					border: 5px solid #ccc;
				}
				
				.memberwrap div {
					height: auto;
					order: 2;
					flex-grow: 2;
					padding: 10px 20px 10px 20px;
					width: 90%;
					max-width: 500px;
					line-height: 0.85em;
					font-size: 1.00em;
					background-color: #eee;
				}
				
				a.Left:link, a.Left:visited, a.Left:active, a.Left:hover{
					border-left: 2px solid #fff;
				}
				
				.mapimage {
					width: 100%;
				}
				
		}
		
		
		@media (min-width : 1031px) and (max-width : 1330px) {
			
				em.subtitle {
				font-family: 'Open Sans', sans-serif;
				font-weight: 400;
				font-style: normal;
				font-size: 1.70em;
				color: #ccc;
				padding-bottom: 25px;
				}
				
				a.Left:link, a.Left:visited, a.Left:active, a.Left:hover{
				border-left: 2px solid #fff;
				}
				
			div.tn_button_wrap {
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				flex-wrap: wrap;
				width: 700px;
				margin: 0 auto;
			}
			
				.mapimage {
					width: 100%;
				}
				
					a.tn_button:link, a.tn_button:visited, a.tn_button:active {
					width: 300px;
					height: 200px;
					border: 5px solid #ccc;
					margin: 10px;
				}
				
		}
		
		
		@media (min-width : 1331px) {
				
							div.tn_button_wrap {
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				flex-wrap: wrap;
				width: 700px;
				margin: 0 auto;
			}
				
				a.tn_button:link, a.tn_button:visited, a.tn_button:active {
					width: 300px;
					height: 200px;
					border: 5px solid #ccc;
					margin: 10px;
					display: block;
				}
			
		}