body {
	margin: 5px 50px 20px 30px;
	font-family:serif;
	color: black;
	font-weight: 500;
	background-color: White;
	text-align: left;
	line-height : 170%;
		letter-spacing : .1em;
}	

h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	letter-spacing : 6px;
}
h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:bold;

}
h3 {
	margin:0px 0px 0px 0px;
	padding:0px;

	font-weight:500;
	letter-spacing : 1px;
}

#Content {
	background-color: White;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	padding: 15px 100px 15px 50px;
	text-align:left;
	border-right:0px solid black;
	border-left:0px solid black;
	border-top:0px solid black;
}
#Nav {
	background-color: White;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	padding: 5px 100px 25px 50px;
	color: #D2691E;
	text-align:left;
	border-right:0px solid black;
	border-left:0px solid black;
	border-top:0px solid black;
}
	#ContentRight {
	background-color: White;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
	padding: 15px 100px 15px 50px;
	text-align:right;
	border-right:0px solid black;
	border-left:0px solid black;
	border-top:0px solid black;
}
	
.smdrkcaption{
	font-size:xx-small;
	font-family: sans-serif;
	color: Gray;
}

a {
	color: black;
	text-decoration: none;
}


a:visited {
	
}
a:active {
	
}
a:hover {
	text-decoration: underline;

}
.inline {font-weight:bold;}

