<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common header styles included for phasing protocol related to the Web Redesign Project */
/* STILL IN TESTING */

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 110px;
}

#clfbar {
	background: #000;
	height: 40px;
	position: relative;	
}


#uw_wordmark {
	width: 120px;
	position: absolute;
	left: 0;
	margin:0;
}

#searchbox {
	color: #fff;
	position: absolute;
	right: 0px;
	margin: -4px 8px 8px 0px;
	width: 320px;	
	font-size: 12px;
}

#searchterm {
	background: #666;
	color: #fff;
	height: 18px;
	font-size: 12px;
}

fieldset {
   border: 0;
   margin: 0;
   padding: 0;
   }

#submit {
	border: 0;
	position: relative;
	top: 10px;
	
}

#wordmark {
	 margin: 21px 0 0;
	 margin-left: 0;
	 border: none;
	 
	 }
	 
	 #wordmark h1 {
	 	 margin: 0;
	 	 }
	 
html &gt; body #secondnavarea {
	top: 154px !important;
	background: #ededed !important;
	}

#primarynavarea {
	top: 126px;
	}</pre></body></html>