body {
	background-color: gray;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	margin: 0em;
	text-align: left;
}

#main {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: white;
	border-top-color: navy;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: navy;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 3em;
}

p,ul {
	font-size: 10px;
	color: black;
}

p.heading1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

p.heading2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

p.heading3 {
	font-weight: bold;
	margin-bottom: 0px;
}

a:link {
	text-decoration: underline;
	color: gray;
} 

a:visited {
	text-decoration: underline;
	color: gray;
}

a:hover {
	text-decoration: underline;
	color: gray;
}

a:active {
	text-decoration: underline;
	color: gray;
}
div.figure { 
	margin: 0 auto 0.67em;
	padding: 10px;
}

div.figure img { 
	width: 100%; 
	}

.right { float: right; margin-left: 10px; }
.left { float: left; margin-right: 10px; }
