    a {
	color:#DB5903;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}


    a:visited {
	color:#DB5903;
	text-decoration: none;
}
    a:active { color:#800000; }
    a:hover {
	color:#800000;
	text-decoration: underline;
}
#sidenav {
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: thin;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #E75903;
	left: 625px;
	position: absolute;
	width: 150px;
	padding-left: 1em;
	padding-top: 50px;
}
#content {
	width: 550px;
	padding-right: 4em;
}

#sidenav a {
	font-size: .8em;
	font-weight: bold;
}
#sidenav p {
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 750px;
	background-image: url(glow.jpg);
	background-repeat: repeat-y;
	padding-left: 50px;
}
.center {
	text-align: center;
}
#contentlist ul li {
	padding-bottom: 5px;
	list-style-type: square;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
}
.indent {
	text-indent: 1em;

}
