@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, ul, ol, li, p, table, td, th {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family: Garamond, "Times New Roman", Times, serif;
}
#header, #footer, #navigation, #side {
	display: none;
}
h1, h3 {
	color: #111;
	font-family:"Trebuchet MS", Verdana, sans-serif
	font-weight: bold;
}
h1 {	
	font-size:18px;
	padding-left: 0px;
}
h3 {
	font-size:17px;
	padding-top: 25px;
	
}
p, ul, ol {
	font-size:16px;
	margin:0 0 0 40px;
}
ul, ol {
	margin: 0 0 0 70px;
	padding: 0;
}
table {
	font-size:13px;
	width: 100%;
	border-collapse: collapse;
	margin-left:50px;
}
table td {
	border-bottom: solid #888 1px;
	padding: 5px;
}
table th {
	font-weight: bold;
	padding: 5px;
}
.definition {
	color: #3e591a;
}
p.visualTitle{
	font-weight: bold;
	color: #3e591a;
	text-indent: 0px;
	margin-top: 30px;
}
p.visualReference {
	font-style:italic;
	color:#666666;
	font-size:10px;
	text-indent: 0px;
	margin-bottom: 20px;
}
.photograph {
	float: right;
	padding: 3px;
	margin: 10px;
	border: solid #666 1px;
}
a, a:link, a:hover {
	color:#000000;
	text-decoration:none;
}

