@charset "UTF-8";
/* CSS Document */
body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	word-spacing: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #6699cc;
}
.contactTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #6699cc;
}
.oneColFixCtrHdr #container {
	width: 950px;
	background-image: url(images/bg-n.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container #mainContent #content {
	width: 550px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 155px;
}
.oneColFixCtrHdr #container #mainContent table tr td #colorCopy {
	font-size: 18px;
	margin-left: 155px;
	margin-right: 25px;
	line-height: 26px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 145px;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.oneColFixCtrHdr #container #mainContent table tr #ccArea img {
	padding-right: 155px;
}
.oneColFixCtrHdr #container #mainContent #tableStyle {
	text-align: center;
}
