@charset "UTF-8";  /* content.css */

/* Commonly used to style page titles. */
h1 {
  color: #801e1e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
}

.addH1 {
  color: #801e1e;
  font-size: 1.5em;
  font-weight: bold;
  line-height: .9em;
}

/* Commonly used to style section titles. */
h2 {
  color: #000000;
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
}

h3 {
	color: #889db8;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
}

.addH3 {
	color: #889db8;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
}

h4 {
	color: #889db8;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: .9em;
}

h5 {
	color: #9f2524;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
  	line-height: 1.1em;
	
}

h6 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
  	line-height: .9em;
}

.addP {
	color: #000000;
	font-size: 1em;
	font-weight: normal
	font-style: italic;
  	line-height: .9em;
}

.addM1 {
	color: #000000;
	font-size: 1.3em !important;
	font-weight: bold;
	font-style: italic;
  	line-height: 1.1em;
	text-decoration: none;
	
}	

.addM2 {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
  	line-height: .9em;
	text-decoration: none;
}	
	
.addM2 {
  color: #801e1e;
  font-size: 1.3em;
  font-weight: bold;
  line-height: .9em;
}

.addindent {
	margin-left: 25px;
	text-align: justify;
}

.addindent2 {
	margin-left: 50px;
	text-align: justify;
}

.additalic {
	font-style: italic;
}

.cap1 {
	color: #9f2524;
	font-size: 2em;
	font-weight: bold;
}

.addspace {
	line-height: 20px;
}


.cell2a {
	padding: 8px;
	text-align: right;
}

.img1 {
	padding: 10px;
}

.img2 {  /* for leftside pix */
	padding-right: 15px;
}

ol li {
	margin-left: 30px;
	margin-right: 60px;
}

.a_btm1 {
	margin-bottom: 20px;
	font-size: 1.1em;
}

/* center content */
.ctrtxt {
	margin: 0 auto;
	Text-align: center;
}



.floatR {
	float: right;
}

.floatL {
	float: left;
}

.clearB {
	clear: both;
}

.floatRB {
	float: right;
	font-weight: bold;
	color: red;
}

.leftpanelcolor {
	background: #f4f1e7;
	margin-top: 20 px;
	padding-top: 20 px;
	margin: 0 auto;
	text-align:center;
}

.marginR {
	margin-right: 70px;
}

.box1 {
	border: #811a1b 2px solid;
	padding: 6px;
	background: #f1f1f2;
}

.psub {
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

.cell1 {
	font-weight: bold;
	font-style: italic;
	width: 50px;
	text-align: right;
	float: right;
	margin-right: 15px;
}

.just {
	text-align: justify;
}