@charset "utf-8";
/* CSS Document */

a:link {
	color: 0000EE;
}
a:visited {
	color: 551A8B;
}
a:active {
	color: FF0000;
}
body {
	font-family: "Courier New", Courier, monospace;

}
hr {
	width:85%;
	margin-top:10px;
	margin-bottom:10px;
}
pre {
	font-size: small
}
.% {
	padding-left: 4%;
}
.bar {
	text-align: center;
}
.bioimg {
	float:left; 
	margin: 0 15px 15px 0;
	padding: 5px;
}
.contents {
	margin-left: .5in;
}
.label {
	font-size: large;
	font-weight: bold;
	width: 350px;
	font-family: "Times New Roman", Times, serif;
	display: inline
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 40px;
	display: inline;
	font-weight: normal;
}
.subunittitle {
	font-size: medium;
	margin-left: 40px;
	font-weight: bold;
	letter-spacing: 0px;
}
.text {
	font-size: small;

}
.unittitle {
	font-weight: bold;
	font-size: medium;
	display:inline;
	letter-spacing: 0px;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
}
#index {
	font-size: small;
	margin-left: 0.5in;
}
#inventory {
	font-size: small;
}
#main {
	padding-left: 20px;
}
#main #inventory .contents table tr:nth-child(even) {
	background: #E0E0E0
}
#main #inventory .contents table tr:nth-child(odd) {
	background: #FFF
}	
#main #inventory .contents table tr td {
	text-align: left;
	vertical-align: top;
}
#TOC {
	font-family: Univers, Times;
	font-size: small;
	font-weight: bold;
}
#TOC ul {
	list-style-image: url('ball1.gif');
	margin: 0;
	padding-left: 15px;
	font-family: Univers;
}
#TOC ul li{
	padding-bottom: 15px;
}
