<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
    font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif; 
    font-size: 10pt;
    margin: 0; padding: 0;
    background: #000000 url(images/background.gif) center top;
    color: #838383; 
}

dbody { font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif; font-size: 10pt; margin: 0; padding: 0; color: #737373; background: #000000 url(images/background.gif) center top; background-color: #fff; }

div.clearer {clear: both; line-height: 0; height: 0; font-size: 0;}

#statusdiv {
    position: absolute; padding: 2px; left: -300px; background-color: lightyellow;
    border: 1px solid gray; visibility: hidden;
}

#archive-message { background: #ff9; color: black; text-align: center; padding: 3px;}

.flash { color : green; }


* Basic text styles
   ------------------
*/
h1, h2, h3 {
    font-family: Georgia, "Times New Roman", Times;
}

h1 {
	color: #81436b;
	font-size: 14pt;
	font-weight: normal;
	margin: 20px 15px 0 0;
	padding: 0;
} 

h2 {
    font-size: 17px; color: #733e3a; font-weight: normal;
    margin: 10px 0; padding-top: 15px;
}
p { 
    font-size: 10pt; line-height: 12pt; text-align: left;
    margin: 0 0 6px 0; padding: 0; 
}
#mainbar  a {
    font-weight: bold; background: transparent; 
    text-decoration: none; padding-bottom: 2px;
}
#mainbar a:link, #mainbar a:visited  {
	color: #81436b;
}
#mainbar a:hover {
	color: #bd93ae;
	padding-bottom: 1px;
	border-bottom: 1px solid #e4e4e4;
}
#mainbar a:active {
	color: #81436b;
}

/* Sidebar 
   -------------------------------------
*/

#sidebar h2 {
	color: #81436b;
	font-size: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px dotted #999;
}
#sidebar h3 {
	color: #81436b;
	font-size: 14px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar p { font-size: 11px; font-family: Arial, Verdana, Helvetica; line-height: 14px; text-align: left; margin: 0 8px 6px 10px; padding: 0; }
#story-links p {
	margin-bottom: 10px;
	font-size: 11px;
}


#sidebar a:link, #mainbar a:visited  {
	color: #bd93ae;
}
#sidebar a:hover {
	color: #81436b;
	padding-bottom: 1px;
	border-bottom: 1px solid #e4e4e4;
}
#sidebar a:active {
	color: #bd93ae;
}




/* Stories 
   -------------------------------------
*/

.story img.thumb {
    display: block; margin: 0; 
    margin: 4px;  padding: 4px; border: solid 1px #ccc
}

.story .date {
	font-size: 14px;
	font-weight: normal;
	color: #e7a0bc;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;
} 

.story-extras { float: left; margin: 0 10px 4px 0; }

.story h2 {
	color: #e7a0bc;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
}

.story .body { font-size: 10pt; line-height: 1.5em; margin: 0; padding-top: 10px; padding-left: 0; }

.read-more {
    margin-top: 10px;
}

.response-links {
    font-size: 9pt;
    margin-top: 10px;
}

.responses {
    background: #f2f2f2;
    padding: 5px 0;
    margin-bottom: 10px;
}

.response p.info {
    font-style: italic;
    font-size: 9pt;
}

.response {
    padding: 10px 10px;
}

.responses hr {
    height: 1px;
    border: none;
    border-top: 1px dotted #aaa;
    margin: 0 40px;
}

/* Videos
   ------------------------------
*/

.video-preview img.thumb {
    float: left; display: block; border: solid 1px #999;
    margin: 0 10px 10px 0; padding: 4px;
}

.video-preview h3 {
    padding-top: 10px;
}


.video-player {
    margin: 20px 0 0 0;
}

/* Albums
   ------------------------------
*/

.album-preview img {
    display: block; margin: 3px 10px 4px 0; padding: 4px; float: left; border: solid 1px #999;
}


/* Main Layout
   ----------------------------
*/   
#wrapper {
	width: 7x0px;
	margin: 0 auto;
	padding: 0;
	background-color:   #fff;
	text-align: center;
	background-image: url(images/border.gif);
	z-index:3;
	position:relative;
	left:0px; top:0px;
}
#Layer1 {
	position:absolute;
	left:0px; top:0px;
	width:100%;
	height:456px;
	z-index:1;
	background-image: url(images/fade21.gif);
	background-repeat: repeat-x;
	filter:alpha(opacity=60); opacity: 0.6; -moz-opacity:0.6;
}

#page { width: 890px; margin: 0 auto; border: 0px solid #c40c3a; border-top: 0; background-color:   #fff; background-image: url(images/border.gif) }
#content { margin:0pt 20px; padding: 0 10px 10px 10px; background: #fff; }
#mainbar { float: left; width: 580px; }
#sidebar { float: right; width: 250px; padding-bottom: 2em; }
#masthead { width: 850px; height: 300px; padding: 0; margin: 0 auto; }
#fullpage { float: left; display: inline; text-align: left; position: relative; padding: 0 0 2em; width: 890px; background-image: url(images/border.gif)}


/* Images
----------------------------------------------- 
img.std	{ display: block; padding: 0; border: 0; } 
img.ctr	{ float: center; margin-top: 10px; border: 0; } 
img.left { float: left; margin-top: 3px; margin-right: 15px; border: 0; }
img.b-left { display: block; margin: 3px 10px 4px 0; padding: 4px; float: left; border: solid 1px #999 } 
img.b-right { display: block; margin: 3px 0 4px 10px; padding: 4px; border: solid 1px #999; } 
img.b { display: inline; margin: 3px 0 5px 0; padding: 4px; border: solid 1px #999; } 
img.rchero { display: block; margin: 10px; padding: 4px; border: solid 1px #999 }
img.hero { display: block; margin: 10px 0; padding: 4px; border: solid 1px #999; }
.mainimage img { padding: 3px; border: solid 1px #dc8a6f; margin: 15px 5px 30px; } 
.banner img { margin: 0; padding: 0; } 
img.rc { margin-bottom: 15px; padding: 3px; border: solid 1px #dc8a6f; } 
img.greyborder { float: left; margin-top: 15px; margin-bottom: 15px; padding: 0; border: solid 1px #ccc; }
img.rcl { padding-right: 10px; float: left; padding-top: 0; border-style: none; }
*/
	
/* Nav */
#nav  { background-color: #fee6e6; margin: 0 auto; width: 850px; height: 24px ; }
#nav ul { margin: 0;	padding: 0;	list-style-type: none;	text-align: center;}
#nav ul li { float: left; }
#nav ul li a {
	width: 150px;
	font-size: 11px;
	font-weight: normal;
	height: 2.2em;
	line-height: 2em;
	text-align: center;
	color: #81436b;
	font-style: normal;
	text-decoration: none;
	display: block;
}
#nav ul li a.larger	{ width: 99px; }
#nav ul li a.largerhere { background-color: #c60; width: 107px; }
#nav a:hover {
	color: #fff;
	background-color: #e7a0bc; border-style: none;
}
#nav a.here {
	color: #81436b;
	background-color: #fffaf9;border-style: none;
}


/* footer 
   ----------------
*/

#footer {
width: 890px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
    text-align: center;
    background: white url(images/footer.gif) no-repeat 0 top;
}
#footer p {
	font-size: 9px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	margin: 0;
	padding: 10px 6px 10px;
	color: bd93ae;
}
#footer a:link { color: #fcc; text-decoration: none; border: none; }
#footer a:visited { color: #f90; text-decoration: none;	border: none; }
#footer a:hover {	color: #fff;	text-decoration: none;	border: none; }
#footer a:active { color: #5ba3e0; text-decoration: none; margin-left: 10px; border-style: none; }
</pre></body></html>