@charset "utf-8";
a img { border: none ; }   /* prevent borders around images */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	padding-top: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E2557;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 24px;
}
.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;
}
a:link, a:visited {
	font-weight: lighter;
	text-decoration: none;
	color: #0000FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
a:hover {
	border-bottom-style: none;
	border-bottom-color: #CB0399;
	color: #CB0399;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
.criticareMenu { /* this class can be used to float an element left in your page */
	margin-right: 0px;
	width: 380px;
	height: 70px;
	margin-bottom: 0px;
	float: right;
	padding-left: 300px;
	padding-top: 20px;
}
.criticareLogo { /* this class can be used to float an element left in your page */
	margin-right: 0px;
	width: 300px;
	height: 70px;
	margin-bottom: 0px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
}
.ConstantContact { /* this class can be used to float an element left in your page */
	float: right;
	width: 200px;
	height: 60px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 40px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
}
.oneRepIncLogo { /* this class can be used to float an element left in your page */
	float: none;
	margin-right: 8px;
	width: 950px;
	height: 110px;
	margin-bottom: 10px;
}
.price { /* 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: none;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F20D8B;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
.tollFreeFax { /* this class can be used to float an element left in your page */
	float: none;
	margin-right: 8px;
	width: auto;
	padding-left: 460px;
}

p {
	color: #0E2557;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* 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. */
	height: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border-top-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #9D9EA2;
	border-left-color: #9D9EA2;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.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 */
}
