/* Dusk over the shifting sands */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #FFFFF0;

}
#main-top {
margin-bottom: 0px;
margin-left: 0;
margin-right: 0;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 25px;
padding-right: 0;
background-color: #cadfad;
}


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

#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 25px;
padding-right: 0;
background-color: #86361A;
border-top: 1px black solid;
border-bottom: 1px black solid;
color: #e2e2c5;
font-weight: normal;
font-size: 120%;}

/* Heading level 1 is not contained in main-text. */

h1 {
font-size: 2em;
color: #86361A;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h1 {
	
}

.title {	
	color: #86361A;
	}
	



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

#main-text {
margin-top: 0;
 padding: 10px 10px 10px 10px;
 color: #8D5E41;
 margin-left: 15px;
 margin-right: 15px;
}
img {
	padding: 15px;
}

p, ul, ol, table {
font-size: 12px;
line-height: 1.9em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}

h2 {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 12px;
color: #77774f;
font-weight: bold;
}

h3 {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1.5em;
color: #990000;
font-weight: normal;
font-family: Courier, "Courier New", monospace;}


ol, ul {
margin-left: 25px;
list-style-image: url(images/leaf_ul.gif);
padding-left: 10px;
}

ul.plain {
	margin-left: 25px;
list-style-image: none;
padding-left: 10px;
	list-style: circle;
	list-style-type: inherit;
}



a:link, a:visited {
color: #86361A;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ad5e15;
text-decoration: none;
}





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

#footer {
text-align: center;
background-color: #86361A;
color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px black solid;
font-size: 11px;
}

#footer a:link, #footer a:visited {
color: #e2e2c5;
}

td.links {
background-color: #86361A;
font-size: 1.2em;
}

td.links a:link {
	color: #E2E2C5;
}

td.links a:visited {
	color: #DBDBBF;
}

td.links a:hover {
	color: #CECE9D;
}



#footer a:hover {
color: #e2e2c5;
text-decoration: underline;
}