<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
background: none;
font-family: verdana,arial,sans-serif;
font-size: 64.5%;
text-align: center;

}

#wrapper {
width: 960px;
border: none;
}

#header, ul#left-nav, #leftnavBottom {
display: none;
}

#header h1, #home #container, #sub #container, .layout-2 #header h1, .layout-4 #container { 
background-image: none; 
} /* this removes the top photographic image */

#header h1 { height: 143px; width: 404px; } /* Adjust the top header to fit the new width */

#header img {
display: none;
}

#content { 
width: 860px; 
}

#content h2, #content h3 { 
background: #fff; 
color: #000; 
} /* invert headers (no background color) */

#search {
display: none; 
}

#search img {
display: none;
} 

#left-rail, #footer, #search form, .logo { display: none; 
} /* Turn off the left-nav */

p {
font-size: 1.2em; line-height: 1.3em;
}

#footer { 
background: #fff; 
} /* print friendly footer */

#footer a { 
color: #000; 
} /* print friendly footer */</pre></body></html>