/**
 * Various CSS styles relating to content display.
 */

h1 { margin: 0; padding: 0; }
img { border: 0; }

a {
	color: #004F6D;
	text-decoration: underline;	
}

#contents-pageHeader {
	display: none;
}

#contents-pageSidebar {
	font-family: Verdana, Times New Roman, Times, Helvetica, sans-serif;
	font-size: .8em;
	color: black;
	padding: 10px;
}

#contents-pageBody {
	color: black;
	font-family: Arial, Verdana, THelvetica, sans-serif;
	font-size: .9em;
	padding: 10px;
}
#contents-pageBody h1 {
	color: #D62828;
	font-family: Arial, Verdana, THelvetica, sans-serif;
	font-size: 2.3em;
	font-weight: 300;
}
#contents-pageBody h2 {
	background: white;
	font-family: Arial, Verdana, THelvetica, sans-serif;
	color: #004F6D; 
	font-size: 21px;
	line-height: 1.5em;
	margin-top: 35px;
	padding: 0 10px;
	border-top: 1px solid #004F6D;
	border-bottom: 1px solid #004F6D;
}
#contents-pageBody h3 {
	background: white;
	font-family: Arial, Verdana, THelvetica, sans-serif;
	color: #D62828; 
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 35px;
	padding: 0 10px;
	border-top: 1px solid #004F6D;
	border-bottom: 1px solid #004F6D;
}
#contents-pageBody h4 {
	font-family: Arial, Verdana, THelvetica, sans-serif;
	color: #D62828; 
	font-size: 18px;
	font-weight: 300;
	margin-top: 35px;
}

#contents-pageFooter {
	font-family: Arial, Verdana, THelvetica, sans-serif;
	color: white; 
	font-size: .7em;
	font-weight: 300;
	margin-top: 15px;
}

#contents-pageFooter a {
	color: white;
	text-decoration: underline;
}

