@charset "utf-8";
body {
	text-align: center;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}
.main {
	margin: 10px auto;
	text-align: left;
	width: 960px;
}
.content {
	clear: both;
	float: left;
	background-image: url(../images/rightCol_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 960px;
	margin: 0;
	padding: 0;
}
.content .leftcol {
	clear: left;
	float: left;
}
.content .rightcol {
	background-image: url(../images/rightCol_bg.jpg);
	background-repeat: no-repeat;
	clear: right;
	float: right;
	width: 317px;
	height: 495px;
	background-position: right bottom;
}
.foot {
	clear: both;
	padding: 10px;
	margin: 0;
}
.foot p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #000000;
}
.rightcol .topbar {
	height: 20px;
	padding: 0;
	margin: 0;
}
.rightcol .pad {
	padding: 0px 20px;
	margin: 0;
}
.rightcol  .pad  p, .rightcol .pad h2 {
	margin: 0 0 10px 0;
	padding: 0px;
}
.title {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.ctaPhone {
	background-image: url(../images/ctaPhoneNumber.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
}
.hideTxt {
	text-indent: -9999px;
	display: block;
}
