/* CSS Document */

body {
	background-color: #ffffff;
	color: #000000;
	margin-left: 5%;
	margin-right: 2%;
	font-family: "times new roman", times, serif
}
div.content { margin-left: 210px }
div.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	background-color: #660000;
	color: #000000;
}
a { color: #999999 }
a:active { color: #ffffff }
h1 {
	color: #660000;
	font-size: 200%;
	font-weight: normal;
	font-family: arial, helvitca, sans-serif;
}
h1 span {
	font-size: 60%;
	color: #000000;
	font-family: "times new roman", times, serif;
}
h1 em {
	font-style: normal;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
	color: #000000
}
h1 span em { 
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
}
h2 {
	color: #660000;
	font-size: 200%;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}
h2 span.a { font-size: 60% }
h2 span.b {
	font-size: 60%;
	font-family: "times new roman", times, serif;
	color: #000000;
	font-style: normal;
}
h2 span.c {
	font-size: 60%;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
h3 {
	color: #330000;
	font-size: 150%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin: 20px 0 -10px -10px;
}
p.info {
	margin-top: 50px;
	font-family: arial, helvetica, sans-serif;
}
.center { text-align: center }
.smaller { font-size: smaller }
.larger { font-size: larger }
.special { 
	float: left;
	padding: 10px;
	text-align: left;
}
li { margin: 25px 0 25px 5px }
