/* CSS Document */


#center_text_layer_docs {
	overflow:auto;height:300px;	/* This causes scroll bar to appear when text overflows the container */
	position: relative;
	text-align: left;
	color: #193e4f;
	margin: 1.5em 60px 1.5em 60px;
	padding: 0 20px 0 10px;
	border-top: solid 2px #c3dfdd;
	border-bottom: solid 2px #c3dfdd;
/*	background-color: #FFFFCC; */ */
}

#center_text_layer_docs li {
	list-style-type: none;
	padding: 5px 0 5px 0;
	border-bottom: dotted 1px #c3dfdd;
}

#center_text_layer_docs h1 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style:italic;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 15px 0 5px 0;
	margin: 0 0 0 0;
}
#center_text_layer_docs h2 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: none;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
}

#center_text_layer_docs h3 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0 0 0 45px;
	margin: 0 0 0 0;
}

#center_text_layer_docs p {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
/*	line-height: 0; */
	letter-spacing: .1em;
	padding: 0 0 0 0;
	margin: 0 0 0 80px;
}

