@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	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: #333333;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
}
.topNavActivePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 5px 10px 5px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	background-color: #66ccFF;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 5px 10px 5px;
	line-height: 14px;
	text-decoration: none;
	color: #66ccFF;
}
.topNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	text-decoration: none;
	color: #66ccFF;
}
.topNav a:hover {
	color: #FF9900;
}
.productNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #0066cc;
}
.productNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #0066cc;
}
.productNav a:hover {
	text-decoration: none;
	color: #000000;
}
.productNav1line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #0066cc;
	padding: 0 0 15px 0;
}
.productNav1line a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #0066cc;
}
.productNav1line a:hover {
	text-decoration: none;
	color: #000000;
}
.SubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	padding: 0 0 10px 0;
}
.SubNav a{
	text-decoration: none;
	color: #000000;
}
.SubNav a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.bodyHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	padding: 0 0 15px 0;
}
.HomebodyCopy {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0 15px 15px 0;
	color: #333333;
}
.HomebodyCopy a {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #0066CC;
	text-decoration: underline;	
}
.HomebodyCopy a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #0066CC;
	text-decoration: none;	
}
.bodyCopy {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 0 15px 15px 20px;
	color: #333333;
}
.bodyCopy a {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #0066CC;
	text-decoration: underline;	
}
.bodyCopy a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #0066CC;
	text-decoration: none;	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.imagePadLeft {
	margin: 0 4px 0 10px;
}

.imagePadRight {
	margin: 0 15px 10px 0;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	color: #666666;
	padding: 20px;
}
.testimonialByline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	color: #666666;
}
.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #0066cc;
}

.submitButton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #0066cc;
}
.submitButton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #FFcc66;
}