
body {
	font-family: serif; 
	height: 100%; 
	color: #8B4513; 
	background-image: url('marble.jpg'); 
	}

div#page {
	width: 70%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 30px; 
	margin-bottom: 50px; 
	padding: 40px; 
	border-style: double; 
	border-width: 3px; 
	background-color: #FFFFFF;
	}

div#logo {
	padding-left: 40px; 
	padding-bottom: 40px; 
	}

div#logo img {
	border: 0; 
	}

div#path {
	border-top-style: solid; 
	border-width: 1px;
	margin-top: 0px; 
	margin-bottom: 20px; 
	margin-left: 40px; 
	margin-right: 40px; 
	}

div#path p {
	text-indent: 0; 
	font-size: 80%; 
	color: #8B0000; 
	margin: 0; 
	}

div#path a {
	text-decoration: none; 
	}

div#title h1 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif; 
	font-size: 240%; 
	text-align: center; 
	font-style: italic; 
	padding: 25px; 
	color: #8B0000; 
	}

div#content h1 {
	font-size: 140%; 
	text-align: center; 
	padding-top: 15px; 
	padding-bottom: 10px; 
	}

div#content h2 {
	font-size: 100%; 
	padding-top: 10px; 
	padding-bottom: 5px; 
	}

div#content h3 {
	font-size: 90%; 
	font-style: italic; 
	margin-left: 20px; 
	}

div#content ul {
	color: #171717; 
	font-size: 80%; 
	text-align: justify; 
	line-height: 200%; 
	margin-left: 20px; 
	margin-right: 20px; 
	}

div#content ol {
	color: #171717; 
	font-size: 80%; 
	text-align: justify; 
	line-height: 200%; 
	margin-left: 20px; 
	margin-right: 20px; 
	}

p {
	color: #171717; 
	font-size: 80%; 
	text-indent: 20px; 
	text-align: justify; 
	line-height: 200%; 
	margin-left: 20px; 
	margin-right: 20px; 
	}

p#noindent {
	text-indent: 0;
	}

a {
	color: #8B4513; 
	}

blockquote {
	color: #000000; 
	font-size: 80%; 
	text-align: justify; 
	line-height: 150%; 
	margin-left: 60px; 
	margin-right: 60px; 
	}

div#notes {
	margin: 40px; 
	}

div#notes h1 {
	font-size: 80%;
	}

div#notes p {
	margin-left: 10px; 
	text-indent: -10px; 
	font-size: 70%; 
	line-height: 150%; 
	}

div#footer {
	border-top-style: solid; 
	border-width: 1px;
	margin-right: 200px; 
	margin-left: 200px; 
	margin-top: 50px; 
	margin-bottom: 20px; 
	}

div#footer h2 {
	text-align: center; 
	font-size: 70%; 
	font-weight: normal; 
	padding: 0px;
	margin: 3px; 
	}

