<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

a, a:link, a:active, a:visited{
	color: #546322;
	text-decoration:none;
	font-weight:normal;
}

.artimg {
padding-left:10px;
}

.smallbodytext {
font-size:10px;
}

.readmore {
font-size:11px;
font-weight:bold;
}

a:hover {
color: #546322;
text-decoration:underline;
}
	
#wrapper { 
 width: 100%;
}

#black-bar {
 padding-top:7px;
 width:100%;
 height:23px;
 background: #000;
 color: #fff;
 vertical-align:middle;
}

#black-bar a:link, #black-bar a:visited, #black-bar a:hover{
 text-decoration:none;
 color: #fff;
 padding: 3px 0 0 15px;
}

#header {
 width: 100%;
 color: #333;
 border: 0 solid #ccc;
 height: 135px;
 background: #94aa42 url('../images/bg_1x7.jpg') repeat-x bottom left;
}

#whitespace {
 width: 100%;
 height: 20px;
 background: #ffffff;
}

#contentarea { 
 float: left;
 width: 850px;
}

#content {
float: left;
width: 630px;
color: #333;
background: #f9ffe2;
padding: 10px;
height: auto;
min-height:465px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 5px;
position:relative;
z-index:1000;
}

#content h3 {
font-size: 14px;
color: #1f3b24;
padding-bottom:5px;
padding-top:10px;
}

#content h2 {
color: #7f952e;
border-bottom: 1px solid #94aa42;
padding-bottom: 4px;
font-size: 12pt;
line-height:90%;
}

#content p {
color: #1D2122;
padding-top:12px;
}

#footer { 
 clear:left;
 color: #333;
 width: 830px;
 background: #FFFFFF;
 color: #594669;
 margin: 0 0px 10px 0px;
 padding: 10px; 
 font-size:10px;
 text-align:right;
}

#content ul{
margin-top:10px;
}

#content ul li{
/*list-style: circle;
margin-top:5px;*/
list-style: square;
margin-top:2px;
margin-left:30px;
}

#content ul li a:hover{
	color: #546322;
	text-decoration:underline;
}

blockquote{
margin-left:30px;
margin-right:30px;
background-color:#95a686;
border:1px #006600 dotted;
padding:5px 5px 5px 5px;
font-weight:bold;
color:#FFFFFF;
}

/*#content ul li a, #content ul li a:link, #content ul li a:visited{
	display:block;
	display: list-item;
}
#content ul ul li a, #content ul ul li a:link, #content ul ul li a:visited{
display: list-item;
}*/
#content ul ul{
margin-top:0px;
}
#content ul ul li{
list-style: circle;
}

/*********************************/
.menu {
 float: left;
 width: 175px;
 color: #333;
 background: #f9ffe2;
 padding: 10px;
 min-height:465px;
 height: auto;
 margin-top: 0;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-left: 0px;
 position:relative;
 z-index:3000;
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:175px;
}

/* hack for IE5.5 */
* html .menu ul {margin-left:-0px; ma\rgin-left:0;}

/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#94aa42;
height:34px;
}
 
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
font:bold 10pt Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
height:32px;
line-height:30px;
text-indent:8px;
color: #FFF;
width:175px;
border:2px solid #fff;
border-width:2px 2px 2px 0px;
}

* html .menu a:hover {
background: #B2D23F;
color:#b2d23f;
}

.menu :hover &gt; a {
color:#FFF; 
background:#b2d23f;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:177px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
 
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
.menu a:img {text-indent:0px;}

#memories {
padding-top:10px;
padding-right:20px;
height:auto;
}

#memories ul li{
	list-style:none;
	margin-top:2px;
	margin-left:30px;
	margin-right:30px;
	display:block;
	display: list-item;
}

#memoriesphoto{
width:580px;
padding-top:10px;
float:right;
}

.mpquote{
font-size:11px;
}

.bodytext {
font-size:12px;
}

.imgtmb{
padding:5px;
}

#memoriesleft {
width:280px;
height:340px;
float:left;
}

#memoriesright {
width:280px;
height:340px;
float:right;
}</pre></body></html>