/**
 * Various CSS styles relating to content display.
 */

#content em {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 1.0em;
	line-height: 1.6em;
	color: black;
}

#content a:link {
	text-decoration: none;
	color: #D94713;
	text-transform: uppercase;
	font-weight: 600;
}

#content a:visited {
	text-decoration: none;
	color: #AC3207;
	font-weight: 600;
}

#content a:hover,
#content a:active {
	text-decoration: none;
	color: #C78F03;
	font-weight: 600;
}

#content h1 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #D2A128;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: -12px;
}

#content h2 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #EE4509;
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 35px;
	border-bottom: 1px dashed #F3B315;
}

#content h3 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #EE4509;
	font-size: 21px;
	letter-spacing: 1px;
	margin-top: 35px;
	border-bottom: 1px dashed #F3B315;
}

#content h4 {
	font-family: "Georgia", "Times New Roman", "Times", 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;

}

blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	color: #888844;
	font-weight: 600;
	background: url(images/quote-left.gif) 0.0em 0.4em no-repeat;
	padding-top: 12px;
	padding-left: 15px;
}

blockquote.quotation div.quotation {
	background: url(images/quote-right.gif) bottom right no-repeat;
	padding-bottom: 5px;
}

blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #888844;
	font-weight: 300;
}

#sidebar {
	font-family: "Verdana", "Century Gothic", "Avant Garde", "Arial", sans-serif;
	color: black;
	font-size: 11px;
}

#sidebar h1 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #D94713;
	font-size: 18px;
	margin-top: 24px;
}

#sidebar a:link {
	text-decoration: underline;
	color: #D94713;
	font-weight: 600;
}

#sidebar a:visited {
	text-decoration: none;
	color: #AC3207;
	font-weight: 600;
}

#sidebar a:hover,
#sidebar a:active {
	text-decoration: none;
	color: #C78F03;
	font-weight: 600;
}
