/* CSS Document */
	
table#universalheader {

	height: 35px;
	margin-top: .2em;
	width: 100%;
	
/*	background-color: yellow; */

} td#leftside {

	text-align: left;
	
/*	background-color: orange; */

} td#rightside {

	text-align: right;	
	
/*	background-color: gray; */

} td#leftside, td#rightside {

	width: 50%;
	height: inherit;

} select#destinationdropbox, input#searchbox, input#submitbutton, td#siteindex {

 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #336633;
	text-decoration: none;

} table#universalheader a:link, table#universalheader a:hover, table#universalheader a:visited, td#siteindex a {

	text-decoration: none;

} td#evergreenlogo {

	width: 150px;
	vertical-align: top;

} td#evergreenlogo img#evergreenlogogif {

	border: 0;

} td#quicklinks, td#searchform, td#siteindex {

	vertical-align: top;
	
} td#quicklinks, td#searchform {

	padding-top: .4em;

} td#quicklinks {

	width: 13em; 
	text-align: right;
	color: #996633;

/*	background-color: blue; */

} td#quicklinks select#destinationdropbox {

	border: 1px solid #336633;

} td#searchform {

	width: 13em;
	text-align: center;

/*	background-color: green; */

} input#searchbox {
 	
	padding: .1em;
	border-top: 2px solid #336633;
	border-right: 2px solid #BBDDBB;
	border-bottom: 2px solid #BBDDBB;
	border-left: 2px solid #336633;
	background-color: #f9fbf9;

} input#submitbutton {

	width: 2.8em;
	color: #ffffff;
	border-top: 2px solid #BBDDBB;
	border-right: 2px solid #336633;
	border-bottom: 2px solid #336633;
	border-left: 2px solid #BBDDBB;
	background-color: #336633;

} input#submitbutton:hover {

	color: #336633;
	border-top: 2px solid #cceecc;
	border-right: 2px solid #447744;
	border-bottom: 2px solid #447744;
	border-left: 2px solid #cceecc;
	background-color: #ffffff;

} td#siteindex {
	
	width: 14em;
	color: #336633;
	text-align: right;
	padding-top: 1.1em;

/*	background-color: pink; */

} td#siteindex a {

	color: #336633;

} td#siteindex a:hover {

	color: #A89A77;

}
