/**
 * Various CSS styles relating to content display.
 */
#content {
	background: white;
	padding: 20px 40px;
	font-family: "Trebuchet MS", "Verdana", "Century Gothic", "Avant Garde", "Arial", sans-serif;
	color: black;
}
#content h1 {
	font-family: "Trebuchet MS", "Century Gothic", "Avant Garde", "Arial", sans-serif;
	color: #727202; 
	font-size: 24px;
}
#content a:link {
	text-decoration: underline;
	color: #8A9A02;
	font-weight: 600;
}
#content a:visited {
	text-decoration: underline;
	color: #5C8D2B;
	font-weight: 600;
}
#content a:hover,
#content a:active {
	text-decoration: underline;
	color: #78C42B;
	font-weight: 600;
}
#content h3 {
	font-family: "Trebuchet MS", "Verdana", "Century Gothic", "Avant Garde", sans-serif;
	color: #8A9A02;
	font-size: 21px;
	margin-top: 35px;
	border-bottom: 1px dashed #99CC33;
}
#content h4 {
	font-family: "Trebuchet MS", "Verdana", "Century Gothic", "Avant Garde", sans-serif;
	color: #693;
	font-size: 18px;
	margin-top: 27px;
	border-bottom: 1px dashed #99CC33;
}
#content ul {
	list-style-image: url(/images/bullet.gif);
	line-height: 1.75em;

}
#content hr {
	padding: 0;
	margin: 0.5em 0;
	border: 0;
	border-top: 1px dashed #99CC33;
}