body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 766px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(images/headerbkg.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header p {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding: 0px;
}


.twoColFixLtHdr #mainContent {
	text-align: justify;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 265px;
	padding: 0px;
} 
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #0A51A1;
	text-transform: uppercase;
	font-style: normal;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	color: #F90;
	text-transform: capitalize;
	font-style: italic;
	font-weight: bold;
}



.twoColFixLtHdr #container #mainContent p {
	margin: 0px;
	padding: 0px;
	color: #000;
}

.twoColFixLtHdr #container #mainContent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: left;
}

.twoColFixLtHdr #footer {
	padding: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.myimg {
	padding: 0px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.twoColFixLtHdr  #mainContent  a:link {
	text-align: justify;
	color: #E68A00;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:visited {
	text-align: justify;
	color: #E68A00;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	text-align: justify;
	color: #FF6600;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
.tablehd {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.backtotop {
	text-align: right;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E68A00;
}
.testimonialtitle {
	text-align: right;
	color: #949449;
	font-weight: bold;
}
