<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

	
	
	body
	{
		margin: 0;
		padding: 0;
		font: 80% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #FBFBEF;
		
	}
	
	a:link { color: #B52C07; 
	text-decoration:none;}
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #fff;
		background-color: #B52C07;
	}
	
	h2
	{
		color: #9FA41D;
		font: 120% georgia, times, times new roman, serif;
		font-weight: bold;
		margin-top: 5;
	}		
	
	h3
	{
		color: #9FA41D;
		font: 115% georgia, times, times new roman, serif;
		font-weight: bold;
		margin-top: 0;
		text-decoration:underline;
		
	}
	
	span{
		color:#333333;
		font: 88% georgia, times, times new roman, serif;
		font-weight: bold;
		margin-top: 0;
	
	}
	
	
	
	#container
	{
		margin: 1em auto;
		width: 850px;
		text-align: left;
		background-color: #D6D6D6;
		border: 1px solid #676767;
	}
	
	
	
	#header
	{
		height:165px;
		background-image: url(../images/header_text.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: left;
		color:#333333;
		margin: 0;
		padding: 0;
	}	
	
	#mainnav
	{
		background-color:#999999;
		color: #6D7F08;
		padding: 2px 0;
		margin-bottom: 22px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #272900;
	}
	
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #272900;
	}
	
	
	
	#right_column
	{
		float: right;
		width: 220px;
		border-left: 1px solid #C5C877;
		padding-left: 15px;
	}
	
	#people_content ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#people_content{
		
		background-color: #fff;
		
	
	}
	
	#news_content{
		
		margin-bottom:0;
		background-color:#fff;
		font-size: 90%;
	
	}
	
	
	#left_column
	{ margin: 0 240px 40px 20px;}
	#center_column
	{ margin: 0 0px 20px 20px;}
	
	
	#left_column p { line-height: 165%; }
	
	
	#about_content{background-color: #fff;}
	
	#project_content{
		background-color: #fff;
		margin-bottom:0;}
		
	#project_content a{
		text-decoration:none;
		}
		
	#people_content a{
		text-decoration:none;
		}
		
	#news_content a{
		text-decoration:none;
		}
	
	
	
	#footer 
	{
		clear: both;
		color: #272900;
		background-color: #9FA41D;
		padding: 5px;
		font-size: 84%;
		text-align: right;
		
	}
	
	


</pre></body></html>