/* CSS Document */
	
div#universalheader {
	height: 35px;	
	background-color: white;
  position: relative;
  margin: 0 0 0 10px;
}
div#universalheader img.evergreenlogo { position: absolute; top: 0; left: 0; }
div#universalheader form.subsites { 
	position: absolute; 
	top: 5px; 
	left: 25%;
}
div#universalheader form.search {
	position: absolute; 
	top: 5px;
	right: 5%;
}
div#universalheader form.search a.azindex {
	font: 8.5pt Verdana, sans-serif;
	color: #46502B;
}
div#universalheader form.search a.azindex:hover {
  text-decoration: underline;
}

div#universalheader select, div#universalheader input {
 	font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	color: #46502b; /* new green 01/06 */
} 

input#searchbox {
 	padding: .1em;
	border-top: 2px solid #46502b; /* new green 01/06 */
	border-right: 2px solid #A3A895;
	border-bottom: 2px solid #A3A895;
	border-left: 2px solid #46502b; /* new green 01/06 */
	background-color: #f9fbf9;

} 
div#universalheader input.submit {
	width: 2.8em;
	color: #ffffff;
	border-top: 2px solid #A3A895;
	border-right: 2px solid #46502b; /* new green 01/06 */
	border-bottom: 2px solid #46502b; /* new green 01/06 */
	border-left: 2px solid #A3A895;
	background-color: #46502b; /* new green 01/06 */
}