/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/
------------------------------------------------------

*/

body {
margin: 0;
font-family: Georgia, "Times New Roman", serif;
color: black;
background-color: #ffffff;
border-top: 1px #ffffff solid;
padding: 0;
border-bottom: 4px #000000 solid;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 1px;
margin-left: 1px;
margin-right: 2px;
padding-left: 1px;
padding-right: 1px;
border-bottom: 1px #000000;solid;
color: #000000;
text-align: left;
border-top: 1px #ffffff solid;
padding-top: 0px;
padding-bottom: 0px;
font-style: normal;
font-weight: normal;
font-family: Georgia, Times, Times New Roman, serif;
text-decoration: none;
font-stretch: normal;
letter-spacing: 1px;
font-size: small; }

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 263px;
margin-right: 200px;
background-color: #ffffff;
border-left: 1px #c0c0c0 solid;
border-right: 1px #c0c0c0 solid;
color: rgb(138,138,138);
font-style: normal;
font-weight: normal;
font-stretch: normal; }
searchword { background-color: yellow; }
h1 {
margin-top: 0px;
margin-bottom: 1px;
margin-left: 14px;
margin-right: 0;
font-size: 1.5em;
color: #000000;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 1px;
padding-right: 0;
font-weight: normal;
border-bottom: 1px #000000 solid;
}

h2 {
padding: 0;
font-size: 1.0em;
font-family: Georgia;
color: #000000;
font-weight: bold;
padding-left: 14px;
margin: 0;
padding-top: 2px;
padding-bottom: 2px;
}

p, ul, ol, table {
padding-left: 14px;
font-size: .8em;
line-height: 2.0em;
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
}

ol, ul {
margin-left: 9px;
}

a:link, a:visited {
color: #cc0000;
font-weight: normal;
border-bottom: 1px #4b5c7a;
font-family: Georgia, Times, Times New Roman, serif;
font-size: medium;
font-style: normal;
text-decoration: none;
margin: 14px; }

a:hover {
color: #66665f;
font-weight: bold;
text-decoration: none; }

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 0;
left: 0;
width: 263px;
border-right: 0px #c0c0c0 solid;
border-bottom: 0px #4b5c7a solid;
height: 100px;
padding-top: 70px;
padding-bottom: 20px;
}

#left-menu a:link, #left-menu a:visited {
border-bottom: 1px #4b5c7a solid;
display: block;
color: #4b5c7a;
text-align: right;
padding-right: 2px;
padding-bottom: 5px;
padding-top: 5px;
font-size: .8em;
}

#left-menu a:hover, #left-menu a.current {
color: #ffffff;
background-color: #820000;
}

/* Styles for the pullquote on the right side. */

#right-column {
position: absolute;
top: 93px;
right: 0;
width: 200px;
background-color: #ffffff;
border-top: 0px #000000 solid;
border-bottom: 1px #000000 solid;
color: #000000;
font-style: normal;
font-stretch: none;
font-weight: normal;
font-family: Times, "Times New Roman", serif;
font-size: small; }

#right-column p {
padding-left: 1px;
padding-right: 1px;
padding-top: 2px;
line-height: 1.1em;
font-size: .9em;
}

#right-column a:link, #right-column a:visited {
text-align: left;
padding-right: 1px;
padding-bottom: 2px;
padding-top: 2px;
font-size: 1.1em;
}

#right-column a:hover, #right-column a.current {
color: #cc0000;
background-color: #ffffff;
}
.hilite { background-color: #ff0; }

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
color: #000000;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 7px;
border-top: 1px #000000 solid;
margin-top: 0;
border-bottom: 2px #000000 solid;
padding-right: 30px;
font-size: .7em;
}

#footer a:link, #footer a:visited {
color: #cc0000;
border: none;
text-decoration: none; }

#footer a:hover {
color: #666666;
font-family: Times, "Times New Roman", serif; }
<script type="text/javascript" src="path_to/se_hilite.js"></script>


