/* Dusk over the shifting sands */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #e2e2c5;
border-top: 15px solid #e2e2c5;
}

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

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 190px;
margin-right: 60px;
font-size: 1em;
color: #666666;
border-bottom: thin dashed #990000;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

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

#main-text {
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 190px;
	margin-right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #33332c;

}

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

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 0.9em;
color: #33332c;
font-weight: bold;
}

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

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

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

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

#left-menu {
position: absolute;
top: 159px;
left: 25px;
width: 150px;
border-right: thin dashed #990000;
text-align: right;
}

#left-menu p {
padding-right: 10px;
margin-bottom: 5px;
font-size: .7em;
line-height: 25px;
}

#left-menu a:link, #left-menu a:visited {
color: #7f7f6f;
}

#left-menu a:hover, #left-menu a.current {
color: #33332c;
}

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

#footer {
text-align: center;
background-color: #AF0D0D;
color: #ffffff;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
border-top: 1px black solid;
font-size: .7em;
word-spacing: 10px;
}

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

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