/* Very, very mondo */

body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #b7baab;
}

/* 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-top: 17px;
padding-bottom: 17px;
padding-right: 80px;
background-color: #454f56;
border-bottom: 5px #cc6600 solid;
color: #b7baab;
font-weight: bold;
font-size: medium;
text-align: right;
letter-spacing: 5px;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: large;
color: #b7baab;
padding-bottom: 10px;
padding-top: 7px;
padding-left: 190px;
font-weight: bold;
background-color: #cc6600;
border-top: 5px #454f56 solid;
letter-spacing: 5px;
border-bottom: 2px #454f56 solid;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 50px;
margin-left: 190px;
margin-right: 50px;
}

p, ul, ol, table {
font-size: x-small;
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: medium;
color: #454f56;
font-weight: bold;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #cc6600;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ad5600;
text-decoration: none;
font-weight: bold;
}

/* Styles for the navbar on the left side. */

#menu {
position: absolute;
top: 70px;
left: 0;
width: 160px;
text-align: right;
background-color: #454f56;
border-bottom: 2px #cc6600 solid;
border-right: 2px #cc6600 solid;
padding-top: 60px;
padding-bottom: 60px;
}

#menu p {
padding-right: 20px;
margin-bottom: 0;
border-bottom: 2px #cc6600 solid;
font-size: .8em;
line-height: 25px;
}

#menu a:link, #left-menu a:visited {
color: #b7baab;
text-decoration: none;
}

#menu a:hover, #left-menu a.current {
color: #cc6600;
text-decoration: none;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #454f56;
margin-bottom: 0;
padding-top: 7px;
padding-bottom: 7px;
border-top: 1px #cc6600 solid;
font-size: x-small;
font-weight: bold;
padding-right: 50px;
}

#footer a:link, #footer a:visited {
color: #cc6600;
}

#footer a:hover {
color: #454f56;
}
