<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0; padding: 0; border: 0px solid #fff;}
.hidden {display: none;}

body{ background: #5B5433; font-family: verdana, ariel, sans-serif;}

h3 {padding: 5px 0;}
p{font-size: .75em; padding: 5px 0;}

blockquote{font-size: .75em; font-style: italic; padding: 5px 0;}

#container {width: 960px; margin: auto; background-color: #fff; padding: 0 5px;}

#contextnav{ font-size: .6em; height: 20px; padding: 5px 0;}
#contextnav ul.nav {list-style-type: none; display: inline;}
#contextnav ul.nav li {float: left; margin: 0 5px; }
#contextnav ul.search {list-style-type: none; display: inline; position: absolute; left: 830px;}
#contextnav ul.search li {float: left; margin: 0 5px; }
#contextnav input{border: 1px solid #000; width: 100px; height: 1em;}

#doiheader{height: 75px; text-align: right; background-image: url('im/blmheader.jpg');margin: 0 -5px; padding: 0px 10px;}
#doiheader h4, #doiheader h2{padding-right: 5px;}

#header{height: 125px;border-bottom: 1px solid #000;background-color: #000; color: #fff; margin: 0 -5px; padding: 5px 10px;}
#header h1 {font-size: 1.75em;}
#header img {float: right;}
#header h4 {padding-top: 20px;}

#globalnav{height: 50px; padding:5px; border-bottom: 1px solid #000;}
#globalnav ul {margin: 0; padding: 0;	float: left;width:960px ;list-style: none;position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: .75em;}

#globalnav ul li {float: left;	margin: 0; padding: 0; }

#globalnav ul  li a.top {padding: 5px 15px;display: block;color: #000;text-decoration: none;}
#globalnav ul  li a.top:hover{color: #000;} 

#globalnav ul li:hover { background-color: #B2A564; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

#globalnav ul li span {float: left;padding: 5px 0;position: absolute;left: 0; top:25px;display: none; background-color: #B2A564;color: #000;}
	
#globalnav ul li:hover span { display: block; } /*--Show subnav on hover--*/

#globalnav ul li span a { display: inline; padding: 10px 5px; color: #000;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/

#globalnav ul li span a:hover {text-decoration: underline;}


#content{margin-right: 400px; padding: 5px;}
#contentsidebar{float: right;width: 375px; padding: 5px 0;}

#footer{clear: both; height: 66px; border-top: 1px solid #000; padding: 5px 0;}
</pre></body></html>