/**
 * Various CSS styles relating to content display.
 */
#content {
	width: 530px;
	padding: 15px;
	padding-top: 3em;
	margin-left: 178px;
	margin-right: 200px;
	z-index: 2;
	color: black;
	font-family: "Verdana", "Century Gothic", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}

#content h1 {
	color: #F14D0B;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.6em;
	letter-spacing: 5px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
	border-bottom: 1px dashed black;
}
#content h2 {
	color: #F14D0B;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.3em;
	letter-spacing: 2px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.2em;
	border-bottom: 1px dashed black;
}
#content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #F14D0B;
	font-size: 1.4em;
	border-bottom: 1px dashed black;
	/*font-size: 14pt;*/
}
#content a {
	color: #F14D0B;
	font-family: "Century Gothic", "Arial", "Helvetica", "Verdana", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 350;
	text-decoration: underline;
}
#content a:hover {
	color: #FE0808;
	font-weight: 400;
	text-decoration: underline;
}

#content div.references {
	color: #5C5C5C;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9.0pt;
	line-height: 1.3em;
	border-top: 1px solid #67A7B0;
}

blockquote.quotation {
	font-family: "Apple Chancery", "Monotype Corsiva", "Lucida Calligraphy", "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: 550;
	color: #024169;
	line-height: 1.3;
	margin: 0;
	padding: 1em;
	background: url(images/accent.gif) 0em 0em no-repeat;
} 

blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #024169;
	font-weight: normal;
	text-align: right;
} 