@charset "UTF-8";
/* IE Hack */
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 22px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 656px;
	overflow: auto;
} 

.twoColFixLtHdr #mainContent h1 {
	width: 650px;
}

.twoColFixLtHdr #mainContent #highlight {
	background: url(../images/fcfcfc.png);
	border: solid thin #cdcdcd;
	overflow: auto;
	padding-bottom: 10px;
}

.twoColFixLtHdr #mainContent #image {
	padding-left: 8px;
	width: 230px;
}

.twoColFixLtHdr #mainContent #text {
	padding: 0 8px;
	width: 380px;
	text-align: justify;
}

.twoColFixLtHdr #mainContent .subContent {
	border: solid thin #cdcdcd;
	overflow: auto;
	padding-bottom: 10px;
	text-align: justify;
}

.twoColFixLtHdr #mainContent .subContent ol {
	padding-left: 20px;
}

.twoColFixLtHdr #mainContent .subContent ul {
	padding-left: 20px;
}

.twoColFixLtHdr #mainContent .subContent #breadcumBlock {
	width: 640px;
	padding-left: 8px;
	text-align: left;
	/*height: 20px;*/
}

.twoColFixLtHdr #mainContent .subContent #breadcumBlock a {
	display: inline;
	font-size: 10px;
}

.twoColFixLtHdr #mainContent .subContent #breadcumBlock .breadText {
	display: inline;
	padding-left: 8px;
	font-size: 10px;
}

.twoColFixLtHdr #mainContent .subContent h2 {
	background: url(../images/arrow.png) no-repeat top left;
	margin: 10px 0; padding:0;
	text-indent: 34px;
	color: #3a79ad;
	text-align: left;
	font-size: 16px;
}

.twoColFixLtHdr #mainContent .subContent p {
	padding-left: 8px;
	padding-right: 8px;
}

