/* Do you know the way? *//*------------------------------------------------------Copyright Maxine Sherrin, www.westciv.comsome rights reservedhttp://creativecommons.org/licenses/by-sa/2.0/You are free to use this style sheet and itsassociated image files to create your own site.However, we ask that you respect the template'screator by maintaining this attribution inthe style sheet.------------------------------------------------------/* To create the main image near the top of the page. */

body {margin: 0;padding: 0;font-family: verdana, arial, helvetica, sans-serif;color: black;background-color: #f0f0e1;}/* To create the main image near the top of the page. */

/* Banner across top of page that says the name of the whole site */#main-title {background-color: #ffffff;border-bottom: 2px #050cff solid;
border-top: 2px #4512ff solid;
background-image: url(passtime.gif);
height: 250px;background-repeat: no-repeat;background-attachment: fixed;background-position: center;}/* Styles for the main text on the page. */#main-text {margin-top: 20px;margin-bottom: 20px;margin-left: 190px;margin-right: 220px;}h1 {margin-top: 0;margin-bottom: 15px;margin-left: 0;margin-right: 0;font-size: 1.1em;color: #cc6600;padding-bottom: 10px;padding-top: 0;padding-left: 0;padding-right: 0;font-weight: bold;}h2 {margin-top: 0;margin-bottom: 15px;margin-left: 0;margin-right: 0;padding: 0;font-size: 1em;color: #0506FF;font-weight: bold;}p, ul, ol, table {margin-top: 0;margin-bottom: 17px;margin-left: 0;margin-right: 0;font-size: .7em;line-height: 1.9em;}ol, ul {margin-left: 25px;}a:link, a:visited {color: #cc6600;text-decoration: none;font-weight: bold;}a:hover {color: #cc6600;font-weight: bold;text-decoration: underline;}/* Styles for the navbar on the left side. */#left-menu {position: absolute;top: 225px;left: 0;margin: 20px;width: 150px;}#left-menu p {border-bottom: 1px #cc6600 dotted;text-align: right;line-height: 20px;font-size: .8em;padding-bottom: 7px;padding-top: 7px;margin-bottom: 0;}#left-menu a:link, #left-menu a:visited {color: #cc6600;}#left-menu a:hover, #left-menu a.current {color: #0506FF;text-decoration: none;}/* Styles for the pullquote on the right side. */#right-column {position: absolute;top: 120px;right: 0;margin: 20px;width: 170px;}#right-column p {line-height: 1.5em;font-size: .7em;font-style: italic;color: #0506FF;}#right-column strong {color: #0506FF;font-style: italic;}/* Styles for the footer at the bottom of the page */#footer {text-align: center;background-color: #CC6600;color: #ffffff;margin-bottom: 0;padding-top: 15px;padding-bottom: 15px;font-size: .7em;border-top: 2px #0506FF solid;border-bottom: 2px #0506FF solid;}#footer a:link, #footer a:visited {color: #f0f0e1;}#footer a:hover {color: #f0f0e1;text-decoration: underline;}