/**
 * Various CSS styles relating to content display.
 */

h1 { margin: 0; padding: 0; }
img { border: 0; }

a {
	color: #AF5C08;
	text-decoration: underline;	
}

#contents-pageHeader {
	padding-top: 30px;
}
#contents-pageHeader h1 {
	color: #AF5C08;
	float: left;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	font-size: 2.2em;
	margin: 0;
	padding: 0;
}
#contents-pageHeader h2 {
	color: #AF5C08;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}

#contents-pageBody {
	color: black;
	font-family: Verdana, Times New Roman, Times, Helvetica, sans-serif;
	font-size: .9em;
}
#contents-pageBody h1 {
	color: #AF5C08;
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.3em;
	font-weight: 300;
}
#contents-pageBody h2 {
	color: #0D5079;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
	border-bottom: 1px dashed #FEBA01;
}
#contents-pageBody h3 {
	color: #0D5079;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
	border-bottom: 1px dashed #FEBA01;
}

blockquote.quotation {
    background: url(/include/layouts/default/images/quote.gif);
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #4B3B3C;
	float: right;
	width: 200px;
	margin: 1em;
	padding: 1em;
	border: 1px solid #000;
} 
blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #4B3B3C;
	font-weight: normal;
	margin-top: 10px;
	text-align: right;
} 

#contents-pageFooter {
	color: black;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: .8em;
	font-weight: 300;
}