@charset "UTF-8";
/* UW INFO 424 Project */

<style>
  
  * {
 	border: 0 none;
    margin: 0;
    /*padding: 0;	*/
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
	background: transparent;
	}
	
	body {
		font-family: Cambria, Arial, Trebuchet, sans-serif;
		font-size: 100%; 
		width: 100%;
		color:#000;	  
	}
	
	p {
		line-height: 133%;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		align: justify;
		margin-bottom: 1em;
	}
	
	ul {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		align: justify;
		line-height: 120%;
		margin-bottom: 1em;
		font-size: 80%;
		color: black;
		list-style-position: inside;
		padding: 0;
	}
	
	h1 {
		padding:.25em;
		align: center;
		width: 50%;
		margin-left: auto;
		margin-right: auto;		  
	}
	
	h2 {
		width: 50%;
		margin-left: auto;
		margin-right: auto;		
	}
	
	img {
		border: 1px solid black;
	}
	
	#mission {
		margin-bottom:1.5em;
		width: 50%;
	}
	
	.right {
		clear: both;
		width: 48%;
		float: right;
	}	
	
	.left {
		clear: none;
		width: 48%;
		float: left;
	}
	
	.afterPictures {
		clear: both;
		padding-top:2em;
		font-weight: bold;
	}
		
	.summary {
		clear: both;
		width: 100%;		
	}
	
	#menubar {
		clear: both;
		width: 9em;
		height: 5em;
		position: fixed;
		margin: 0em 0em 0em 6%;
		padding: .5em 1em 1em 1em;
		text-decoration: none;
		list-style-type: none;
		/*border: 1px solid black;*/
	}
	
	ul#menu {
		width: 120%;
		height: 100%;	
		list-style-type: none;
		font-size: 120%;
		font-weight: bold;
		font-variant: small-caps;
		line-height: 175%;
		color:#000;
		text-decoration: none;
	}
	
	ul { color:#000; }
	
	.toTop {
		font-size: small;	
	}
	
	a {
		text-decoration: none;
		color:#000;
	}
	
	a:hover {
		text-decoration: underline;
		color: #09C;
	}
	 
  </style>

