/**
 * Various CSS styles relating to content display.
 */
#content {
	background: white;
	padding: 20px 40px;
	font-family: "Verdana", "Avant Garde", "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: black;
}
#content h1 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #E23764; 
	font-size: 28px;
	line-height: 1.2em;
}
#content a:link {
	text-decoration: underline;
	color: #E23764;
	font-weight: 600;
}
#content a:visited {
	text-decoration: underline;
	color: #E23764;
	font-weight: 300;
}
#content a:hover,
#content a:active {
	text-decoration: none;
	color: #3D84BF;
	font-weight: 600;
}

#content h2 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #EA6789;
	font-size: 21px;
	margin-top: 35px;
	margin-right: 190px;
	border-bottom: 1px dashed #E2BA00;
}

#content h3 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #82ADD7;
	font-size: 18px;
	margin-top: 35px;
	margin-right: 190px;
	border-bottom: 1px dashed #F386A3;
}
#content h4 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #F386A3;
	font-size: 15px;
	margin-top: 27px;
	margin-right: 190px;
	border-bottom: 1px dashed #82ADD7;
}
#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 #82ADD7;
}