/**
 * Various CSS styles relating to content display.
 */
#content {
	background: white;
	padding: 20px 40px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	color: #333333; 
	font-size: .9em;
	line-height: 1.6em;
}
#content h1 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #EA4C1B; 
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}
#content a:link {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #039DC8;
	font-size: 1.2em;
	text-decoration: underline;
	font-weight: 600;
}
#content a:visited {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	text-decoration: underline;
	color: #E89200;
	font-size: 1.2em;
	font-weight: 600;
}
#content a:hover,
#content a:active {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	text-decoration: none;
	color: #FE5802;
	font-size: 1.2em;
	font-weight: 600;
}

#content h2 {
	background: #D6EFFC;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #DA4619; 
	font-size: 21px;
	line-height: 1.5em;
	margin-top: 35px;
	margin-left: -40px;
	margin-right: -40px;
	padding: 0 40px;
	border-top: 1px solid #0083F0;
	border-bottom: 1px solid #0083F0;
}

#content h3 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #C03F17;
	font-size: 18px;
	margin-top: 35px;
	border-bottom: 1px dashed #0083F0;
}
#content h4 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #08527D;
	font-size: 15px;
	margin-top: 27px;
	border-bottom: 1px dashed #F72D06;
}
#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;
}

/* Fx doesn't margin-collapse paragraphs inside tables.  IE does.
   This makes Fx look like IE.  Humourously, IE is following spec. */
#content tbody > tr:first-child > td:first-child > p:first-child {
	margin-top: 0;
}
