/**
 * Various CSS styles relating to content display.
 */

h1 { margin: 0; padding: 0; }
img { border: 0; }

a {
	color: #364EB2;
	text-decoration: underline;	
}

#contents-pageHeader {
	padding-top: 30px;
}
#contents-pageHeader h1 {
	color: #207B25;
	float: left;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 300;
	font-size: 2.2em;
	margin: 0;
	padding: 0;
}
#contents-pageHeader h2 {
	color: #207B25;
	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: #207B25;
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.3em;
	font-weight: 300;
}
#contents-pageBody h2 {
	background: #E6EBEC;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #207B25; 
	font-size: 21px;
	line-height: 1.5em;
	margin-top: 35px;
	padding: 0 10px;
	border-top: 1px solid #B4E005;
	border-bottom: 1px solid #B4E005;
}
#contents-pageBody h3 {
	background: white;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #207B25; 
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 35px;
	padding: 0 10px;
	border-top: 1px solid #B4E005;
	border-bottom: 1px solid #B4E005;
}
