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

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

/** HEADER **/
	#Header {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
		/**background-color: #115b7d;**/
		background: linear-gradient(black, #5b117d);
		padding: 20px 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;
	}
	
	#HeaderUWLogo {
		order:2;
		width: 100px;
		height: 50px;
		background: url(images/UW_logo.png) scroll no-repeat;
		background-size: 100px 50px;
	}
	
	#MainMenuWrap {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		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;
	}
	
	a.MainMenuOption:hover {
		background-color: #333;
	}
	
/** 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%;
	}
	
	.RowWrapMobile {
		flex-grow: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 20px;
	}
	
	.RowWrapMobile a img {
		margin: 0px 20px;
	}
	
	
	.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;
	}
	
	em.subtitle {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 2.30em;
		color: #ccc;
		padding-bottom: 25px;
	}
	
	em.title {
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		font-style: normal;
		font-size: 4.20em;
		color: #fff;
	}
	
	#IndexPictureBox {
		order: 2;
		background: url(images/seetaw_board.png) scroll no-repeat;
		width: 420px;
		height: 276px;
		Margin: 0px 0px 5px 0px;
		border: solid 12px #e8e3d3;
		}
	
	.caption {
		font-size: 0.75em;
		text-align: center;
		padding-left: 10px;
		}
		
	#IndexPictureBoxWrap {
		order: 2;
		width: 420px;
		height: auto;
		Margin: 0 auto;
		display: block;
		
		}

	#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;
	}
		
	#IndexDescriptionBox {
		order: 1;		
		background-color: transparent;
		flex: 2;
		padding: 10px 50px 20px 50px;
		border-top: #85754d solid 0px;
		Margin: 20px 20px 0px 20px;
		line-height: 1.55em;
	}
	
	.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 {
		order: 2;
		flex-grow: 2;
		padding: 10px 20px 7px 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;
	}
	
	#MainBox {
		order: 1;		
		background-color: transparent;
		flex: 1;
		padding: 10px 50px 20px 50px;
		border-top: #85754d solid 0px;
		Margin: 20px 15% 0px 15%;
		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:link, a.h2:active, a.h2:visited  {
		font-size: 1.20em;
		line-height: 1.50em;
		color: #115B7D;
		background-color: #ddd;
		padding: 15px;
		margin-top: 15px;
		display: block;
		text-align: center;
		width: 200px;
		border: solid 5px #ccc;
	}
	
	a.h2:hover {
		color: #236482;
		background-color: #aaa;
	}
	
	p.h2_caption {
		font-size: 0.85em;
		line-height: 1.50em;
		color: #333;
		background-color: #ccc;
		padding: 0px 0px 5px 0px;
		margin-top: 0px;
		display: block;
		text-align: center;
		width: 200px;
		border: solid 5px #ccc;
	}
	
	
	.circle {
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	border: 6px #888 solid;

	}
	
	
	ul {
		line-height: 1.55em;
	}
	
/** FOOTER **/

	#Footer {
		background-color: #ffffff;
		text-align: center;
		padding: 10px;
		font-size: 12px;
		color: #666;
		margin-top: 40px;
	}
	
/** GENERAL FONTS **/

	h1 {
		font-size: 3.0em;
		line-height: 1.25em;
		color: #333;
	}
	
	h2 {
		font-size: 2.00em;
		line-height: 1.65em;
		background-color: #5b117d;
		color: #fff;
		padding: 15px 30px;
	}	
	
	h3 {
		font-size: 1.40em;
		line-height: 1.50em;
		color: #85754d;
	}
	
	h4 {
		font-size: 1.15em;
		color: #333;
	}
	
	p {
		font-size: 0.95em;
		line-height: 1.45em;
	}
	
	a:link, a:visited, a:active {color: #115b7d; 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) {
			
			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;
			}
			
			.RowWrapMobile {
				flex-direction: column;
				align-items: center;
			}
			
			.RowWrapMobile a img {
				margin: 10px 0px;
			}
					
			#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 {
			order: 2;
			background: url(images/seetaw_board_sm.png) scroll no-repeat;
			width: 270px;
			height: 151px;
			Margin: 0 auto;
			border: solid 4px #e8e3d3;
			}

			.caption {
				font-size: 0.75em;
				text-align: center;
				padding-left: 10px;
				}
				
			#IndexPictureBoxWrap {
				order: 2;
				width: 290px;
				height: 276px;
				Margin: 0 auto;
				
				}
					
			
			
			#MainBox {
				padding: 10px 20px;
				margin: 0 auto;
			}
			
			.IndexRowWrap {
			flex-direction: column;
			}
			
			#DennyPictureBox {
				display: none;
			}
			
			#IndexDescriptionBox {
				order: 1;		
				background-color: transparent;
				flex: 2;
				padding: 0px 10px 20px 10px;
				border-top: #85754d solid 0px;
				Margin: 5px 10px 0px 10px;
				line-height: 1.15em;
			}
	
			h1 {
				font-size: 1.75em;
				line-height: 1.25em;
				color: #333;
			}
			
			h2 {
				font-size: 1.15em;
				line-height: 1.50em;
				color: #fff;
			}
		}
		
		
		@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;
				}
		}
		
		@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;
				}
		}
		
		
		@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;
				}
		}
		