/**
 * Various CSS styles relating to content display.
 */
#content {
	background: white;
	padding: 20px 40px;
	font-family: "Arial", "Helvetica", "Century Gothic", "Avant Garde", "Verdana", sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	color: black;
}
#content h1 {
	font-family: "Arial", "Helvetica", "Century Gothic", "Avant Garde", "Verdana", sans-serif;
	color: #D62828;
	text-transform: uppercase;
	font-size: 24px;
}
#content a:link {
	text-decoration: none;
	color: #D62828;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 600;
}
#content a:visited {
	text-decoration: none;
	color: #7C2128;
	font-weight: 600;
}
#content a:hover,
#content a:active {
	text-decoration: none;
	color: #004F6D;
	font-weight: 600;
}
#content h3 {
	font-family: "Arial", "Helvetica", "Century Gothic", "Avant Garde", "Verdana", sans-serif;
	color: #004F6D;
	font-size: 21px;
	margin-top: 35px;
	border-bottom: 1px solid #D62828;
}
#content h4 {
	font-family: "Arial", "Helvetica", "Century Gothic", "Avant Garde", "Verdana", sans-serif;
	color: #7C2128;
	font-size: 18px;
	margin-top: 27px;
	border-bottom: 2px solid #D62828;
}
#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;
}
#content em {
	font-family: "Georgia", "Times", serif;
	font-size: 14px;
}
