.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #642d4d;
	padding-right: 10px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #642d4d;
	font-weight: bold;
	padding-top: 1em;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #642d4d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.twoColFixLtHdr #container #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #164d2d;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #mainContent ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #mainContent table tr td p{
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.twoColFixLtHdr #container #mainContent ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #sidebar1 h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
.twoColFixLtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	font-style: normal;
	color: #999;
	text-align: center;
	border-left: 0px none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right: 0px none;
	padding-right: 100px;
	padding-left: 100px;
	border-top-style: none;
	border-bottom-style: none;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #sidebar1 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: e1f1cd;
	z-index: 100;
}
.twoColFixLtHdr #container #mainContent p strong img {
	float: left;
	padding-right: 10px;
}
.twoColFixLtHdr #container #mainContent a:link {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #container #mainContent a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
}
.twoColFixLtHdr #container #mainContent a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: normal;
}
