@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	height: 704px;
} 
.twoColFixLtHdr #header {
	height: 63px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 127px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 49px bottom;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin-left: 190px;
	width: 700px;
	height: 566px;
}
.twoColFixLtHdr #mainContent p {
	font-size: 0.8em;
	line-height: 1.3em;
}
.twoColFixLtHdr #footer {
	background-repeat: no-repeat;
	background-position: bottom;
	height: 75px;
	background-image: url(images/footer-logos.gif);
	margin: 0px;
	padding: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.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;
	display: none;
}
.highlighted_body_text {	color: #F00;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:active {
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:link {
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent  a:visited {
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent  a:hover {
	color: #F00;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent  a:active {
	text-decoration: none;
	color: #F00;
}
.Testimonial_box_text {color: #000;
}
.greyLinks {color: #333;
	text-decoration: none;}
