<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
margin:0;
padding:0;
line-height: 1.5em;
background:#69b048 url(gfx/bgimg.jpg) repeat;
}

body,p,td{
font-family:Trebuchet,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-size:10pt;
color:#003300;
}

a {
text-decoration:none;
font-weight:bold;
}

b {
color:#006600;
font-size:105%;
}

a:link,a:visited {color:#339900;}
a:hover,a:active {color:#FFCB05;font-size:11pt;}

h2,h3{
background:#006600;
color:#FFEE00;
font-weight:bold;
padding:4px;
}
h2{font-size:14pt;}
h3{font-size:12pt;}

h4{
background:#99cc66;
color:#003300;
font-weight:bold;
padding:2px;
margin:2px;
font-size:11pt;
text-align:center;
}

h5{
background:#FFFF77;
color:003300;
font-weight:bold;
padding:1px;
margin:4px;
font-size:105%;
}

.picft{
font-size:8pt;
font-style:italic;
line-height:120%;
}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background:#006600;
height: 210px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
color:#ffff66;
}

#topsection .pictop{
width:150px;
height:120px;
border:5px solid #FFFFAA;
}

#wbpg{
height:20px;
padding:5px;
padding-left:20px;
background:black;
letter-spacing:3px;
}
#wbpg a:link,#wbpg a:visited {color:#FFFFCC;}
#wbpg a:hover {color:#FFFF99;font-size:11pt;}

#contentwrapper{
float: left;
width: 100%;
background: #FFFFBB;
}

#contentcolumn{
margin: 0 280px 0 200px; 
/*Margins = 0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*leftcolumn width*/
margin-left: -1000px; /*-(MainContainerWidth)*/
background: #FFFFBB;
}

#rightcolumn{
float: left;
width: 280px; /*rightcolumn width*/
margin-left: -280px; /*-(RightColumnWidth)*/
background: #FFFF88;
}

#footer{
clear: left;
width: 100%;
background: #006600;
color: #FFF;
text-align: center;
font-size:8pt;
padding: 4px 0;
line-height:120%;
}

#footer a:hover{font-size:9pt;}

.innertube{
margin: 10px;
}

/*Navigation Menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
width: 180px; /*width of menu*/
border-style: solid solid none solid;
border: #94AA74 1px;
}

.arrowgreen ul{
list-style-type: none;
margin: 0;
padding: 0;
}
	
.arrowgreen li a{
display: block;
background: transparent url(gfx/arrowgreen.gif) 100% 0;
height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
padding: 4px 0 4px 10px;
line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none;
/*letter-spacing:1px;*/
}
	
.arrowgreen li a:link, .arrowgreen li a:visited {
color: #5E7830;
}

.arrowgreen li a:hover{
color: #26370A;
background-position: 100% -32px;
}

.arrowgreen li a:active, .arrowgreen li a.selected{
color: #26370A;
background-position: 100% -64px;
}

/*End navigation menu*/


/**********************/
/****** LIGHTBOX ******/
/**********************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer&gt;#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(gfx/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(gfx/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gfx/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	</pre></body></html>