* {
	font-size: medium;
	font-family: Garamond, Times, "Times New Roman", serif;
	margin: 0px;
}
img {
	border: 0px;
	display: block;
}
a:link {
	color:#661700;
}
a:visited {
	color: #9b6d00;
}
a:active {
	color: #9b6d00;
}
p, ul, ol {
	border-collapse: separate;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}
ul.indent {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 10px;
}
p.emphasis {
	font-style: italic;
	font-size: larger;
}
h1 {
	margin-left: 10px;
	margin-top: 10px;
	color: #003300;
	position: relative;
	font-size: 175%;
	width: 70%; /* so box doesn't go off right side of screen and trigger scrollbar in Mozilla */
}
#content {
	margin-right: 270px; /* extra pixels take sidebar's 30px of horizontal margins into acct and add padding between cols */
	margin-left: 10px;
	margin-top: 10px;
}
#content h1 {
	color: #060;
	width: 70%;
	font-size: 175%;
	margin-top: 20px;
}
#content h2 {
	color: #030;
	margin-top: 20px;
	width: 800px;	
	margin-bottom: 20px;
	font-size: 150%;
}

#content h2 a:link {
	color: #030;
	margin-top: 20px;
	width: 800px;	
	margin-bottom: 20px;
	font-size: 150%;
}
#content h3 {
	color: #030;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container {
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	border-top: 7px solid #214021;
	width: 800px;
}
.footer {
	background: #030;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
	clear: both;
	font-size: 90%;
	width: 800px;
}
.footer a:link {
	color: #ffc;
	font-size: 90%;
}
.footer a:visited {
	color: #ffc;
	font-size: 90%;
}
.footer p {
	margin-left: 10px;
	font-size: 90%;
}
.clearing {
	height: 0;
	clear: both;
}
/* setup for rounded corner box part 2 */

.small {
	font-size: 80%;
}
#lastupdated {
	text-align: left;
	font-size: 80%;
	margin-top: 40px;
}

