body { 
	font: 14pt/24pt georgia; 
	color: #555753; 
	margin: 0px; 
	}
p { 
	font: 14pt/24pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h2 { 
	font: italic normal 14pt/24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
/* To place the main image at the top of the page. */

#container1 {
background-image: url(images/top01.jpg);
background-repeat: no-repeat;
height: 290px;
background-position: 215px 20px;
width: 100%;
margin: 0;
}

/* To place the image in the panel running down the right side of the page. */

#container {
background: transparent ;
background-repeat: no-repeat;
background-position: 215px;
margin: 0;
}

/* To place the image in the panel running down the right side of the page. */

#container2 {
background: transparent url(images/hbottom.jpg);
background-repeat: no-repeat;
background-position: bottom right;
margin: 0;
}

/* Text that sits on top of the header image and says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
padding-right: 200px;
font: italic normal 12pt/24pt georgia;
font-weight: bold;
text-align: right;
letter-spacing: 7px;
color: #7D775C;
padding-top: 250px;
padding-bottom: 10px;
}

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

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 175px;
font: italic normal 16pt/28pt georgia; 
letter-spacing: 1px;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
padding-right: 0;
font-weight: bold;
background-color: #ffffff;
border-left: 2px #ffffff solid;
border-right: 2px #ffffff solid;
color: #7D775C;
text-indent: 10px;
border-top: 2px #ffffff solid;
margin-right: 148px;
}

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

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 185px;
background-color: #ffffff;
border-left: 2px #ffffff solid;
border-right: 2px #ffffff solid;
margin-right: 148px;
}

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

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


h2 { 
	font: italic normal 14pt/24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #7D775C;
border-bottom: 1px #555655 dotted;
}

a:hover {
text-decoration: none;
border-bottom: 1px #79745B solid;
}

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

#left-menu {
top: 10px;
left: 0;
width: 190px;
text-align: right;
}

#left-menu p {
padding-top: 10px;
padding-right: 20px;
margin-bottom: 5px;
padding-left: 40;
font-size: .8em;
}

#left-menu a:link, #left-menu a:visited {
color: #7D775C;
border-bottom: none;
}


#left-menu a:hover, #left-menu a.current {
color: #555753;
text-decoration: underline;
}

span.arrow {
font-size: 1.2em;
}

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

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px;
line-height: 21px;
font-size: .8em;
padding-left: 40px;
background-color: #ffffff;
margin-top: 0;
border-top: 3px #555755 double;
color: #555755;
}

#footer a:link, #footer a:visited {
color: #555755;
border-bottom: none;
}

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