<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
		font: 76% Verdana, Arial, Helvetica, sans-serif;
	    background: #336699;
	    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	    padding: 0;
	    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	    color: #000000;
		 }
.mlands #content {
         width: 65em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	     background:  #D6D5BB;
	     margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	     border: 1px solid #000000;
	     text-align: left;
		}
.mlands #header { 
    background-image: url(images/publiclands.jpg);
	background-repeat: no-repeat;
	height: 108px;
	padding: 0 0px;
	} 
.mlands #leftcolumn {float: left; 
	                 width: 22em; /* since this element is floated, a width must be given */
	                 background:  #D6D5BB; /* the background color will be displayed for the length of the content in the column, but no further */
	                 padding: 15px 0;
					 margin: 0 .5em;
		             }

.mlands #propertydesc {
         margin: 1.5em 1.5em 0 1.5em;
		 width: 60em;
		 background-color:#E3E0D4;
		 border: 3px solid #669933;
		 padding: 5px 5px 5px 5px;
		 text-align:left;
			 }
			 
.mlands #footer {
          font-size:.80em;
		  font-weight:normal;
		  padding-left: 180px;
		  padding-bottom: 5px;
		  padding-top: 5px;
		  border-top: 1px solid #000000;
		  border-bottom: 1px solid #000000;
		  background-color: #A0C07C;
		  text-align:left;
		  height: 4em; }

.mlands #logo {position: absolute;
       top: 8px;
	   left: 115px;
	   z-index: 100;
	   }		 
ul {list-style-type:disc;}
	
#spec {font-family:	Verdana, Arial, sans-serif;}
        
.parhead {
     font-weight:      bold;
     color:            black;
     font-family:      verdana, arial, sans-serif;
     font-size:        1.30em;
     text-align:	   left;
     padding-left:     .25em;}
	 
.tab {background-color:#669933; 
      padding:.25em;}
	 
.secthead {
     color:            #000000;
     font-family:      verdana, arial, sans-serif;
     font-size:        1.10em;
     text-align:	   left;
     padding:   .25em 0 .35em 0;
	 background-image:url(images/greenline.gif);
	 background-repeat: no-repeat;
	 background-position:bottom;

	 /*background-color: #669933; */}
	 
.prophead {
     color:            #000000;
     font-family:      verdana, arial, sans-serif;
     font-size:        1.10em;
     text-align:	   left;
     padding:   .25em 0 .50em 0;
	 background-image:url(images/longgreen.gif);
	 background-repeat: no-repeat;
	 background-position:bottom left;
	}

.pagehead {
     color:            #000000;
     font-family:      verdana, arial, sans-serif;
     font-size:        1.50em;
     text-align:	   left;
     padding:   .25em 0 .50em 0;
	 background-image:url(images/longgreen.gif);
	 background-repeat: no-repeat;
	 background-position:bottom left;
	}
	
.prophd {
     color:            #000000;
     font-family:      verdana, arial, sans-serif;
     font-size:        1.25em;
     text-align:	   left;
     padding:   .25em 0 .50em 0;
	 }
	 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	 

.logo {position: absolute;
       top: 2px;
	   left: 9.5em;
	   z-index: 100;
	   }
.hidetxt	{ visibility: hidden;
              margin:0px;
              }
.seccopytext {font-family:Verdana, Arial, sans-serif;
          font-size:.80em;
		  font-weight:normal;
		  padding-left: 140px;
		  padding-bottom: 5px;
		  padding-top: 5px;
		  border-top: 1px solid #000000;
		  border-bottom: 1px solid #000000;
		  background-color: #A0C07C }
		  
/*This CSS is used to create tabs on lookup.psp page. DO NOT Remove.*/
	
	#navtab { position:relative;
	          background-color:  #D6D5BB;
	          }
	
	#tabmenu {
		color: #000000;
		border-bottom: 2px solid #000000;
		margin: 9px 0px 1px 0px;
		padding: 2px;
		padding-left: 160px;
		}
		
	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }	
		
	#tabmenu li.hid {
		display: none;
		overflow: hidden;
		list-style-type: none; }
		
	#tabmenu a, a.active {
		font-family:Verdana, Arial, sans-serif;
		font-size:1em;
		font-weight: bold; 
		color: #DEDECF; 
		border: 1px solid #000000;
		border-bottom: none;
		padding: 3px 3px 2px 3px;
		margin: 1px;
		text-decoration: none;
		background: #669933; }
		
	#tabmenu a.active {	color: #000000;
	                    border-bottom: 3px solid #D6D5BB;
	                    background: #D6D5BB;
						 }
	#tabmenu a.active:visited  {	color: #000000;
	                    border-bottom: 3px solid #D6D5BB;
	                    background: #D6D5BB;
						 }					 
	
	#tabmenu a:visited { color: #E8E9BE; }
		
	#tabmenu a:hover { color: #FFFFFF;
		               background: #ADC09F; }	
		
	#tabmenu a.active:hover { color: #960018;
	                          background:  #ABAD85; }
							  
#content #searchnav {
	background-color: #E3E0D4;
	border: 1px solid #1C4C7A;
	width: 218px;
	padding-bottom: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: right;
		   }
#content   #searchnav .header {
	background-color: #356895;
	padding-left: 3px;
	padding-bottom: 3px;
	display: block;
	color: #EEE6CA;
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C4C7A;
	letter-spacing: .05em;
}
#content  #searchnav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
	/* white-space:nowrap; */
}
#content  #searchnav li {
	font-size: 1em;
	color:#000000;
	font-weight: bold;
	padding-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 1.5em;
	}
#content    #searchnav   li  a {
	color:#000000;
	display: block;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-decoration:none;
    }
#content   #searchnav  li a:hover {
	color:#000000;
	background-color: #9BC767;
}
#content  #searchnav   li a:visited {
	color:#555555;
}

ol.now {font-weight:normal;
        list-style: upper-alpha;
        }
ol.now li {font-size: 1em;
           line-height: 1.25em;
           padding-bottom: 1em;}
</pre></body></html>