/* Egypt comes to Tennessee */

/*

------------------------------------------------------
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.
------------------------------------------------------

*/

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff;
border-top: 5px #ffcc00 solid;
padding: 0;
border-bottom: 5px #660000 solid;
}

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

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 50px;
padding-right: 10px;
border-bottom: 1px #ffcc00 solid;
color: #660000;
font-size: 1.4em;
letter-spacing: 5px;
text-align: right;
border-top: 5px #660000 solid;
padding-top: 3px;
padding-bottom: 7px;
font-style: italic;
}

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

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 195px;
margin-right: 20px;
background-color: #ffffcc;
border-left: 1px #660000 solid;
border-right: 1px #660000 solid;
}

h1 {
margin-top: 0;
margin-bottom: 1px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #660000;
padding-bottom: 9px;
padding-top: 3px;
padding-left: 14px;
padding-right: 0;
font-weight: normal;
border-bottom: 1px #660000 solid;
}

h2 {
padding: 0;
font-size: 0.9em;
color: #000000;
font-weight: lighter;
padding-left: 14px;
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
}

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

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

a:link, a:visited {
color: #660000;
text-decoration: none;
font-weight: bold;
border-bottom: 2px #660000 dotted;
}

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

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

#left-menu {
position: absolute;
top: 1px;
left: 0px;
width: 190px;
border-right: 1px #ffcc00 solid;
border-bottom: 1px #ffcc00 solid;
height: 100%;
padding-top: 150px;
padding-bottom: 5px;
}

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

#left-menu a:hover, #left-menu a.current {
color: #ffcc00;
background-color: #660000;
}


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

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

#footer a:link, #footer a:visited {
color: #660000;
border: none;
}

#footer a:hover {
color: #660000;
text-decoration: underline;
background-color: #ffcc00;}

