@charset "UTF-8";
/* CSS Document - print */
/* Terry Neutz Hayden - CIS 152-001 */


body {
	font: 73% "Times New Roman", Times, serif;
	background: none;
	color: #000;
}

img {
border: none;
}
#container {
	line-height: 1.5em;
	color: #000;
}
#top {
	height: 3em;
	border-bottom: 0px solid #000;
}
#top h1 {
padding: 0px 70px 5px 0;
background: transparent;
color: #000;
}

#content {
	margin: 0 0 20px 240px;
	border-left: 0px solid #000;
	padding: 0 1em;
}
#content p {
padding: 0 20px;
}
#footer{
clear: both;
padding: 3em 0 0 0;
background: transparent;
color: #000;
}

h2 {
	margin: 0;
	letter-spacing: 3px;
	color: #000;
	font: 1.3em "Times New Roman", Times, serif;
}

#footer p {
padding-left: 5px;
font-size: 0.8em;
}

.quote {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 10px;
}
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}

.sidenav {
margin: 10px 10px;
padding: 0;
list-style-type : none;
background: inherit;
color: #fff;
}

.sidenav a {
	letter-spacing: 1px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat left center;
	color: #000;
}
.sidenav a#current, .sidenav a:hover {
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat left center;
	color: #000;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}