body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003399;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	margin: 0px;
	background-color: #ffffff;
}
.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 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	background-color: #ffffff;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #00a742;
}
.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 */
}
.imageWrapRight {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imageWrapLeft {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: thin solid #000000;
}
.imageBorder {
	border: thin solid #000000;
}
.dividerLine {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #FF6600;
}
.copyColRed {
	color: #CC3300;
	font-weight: bold;
}
.copyColBlue {
	color: #0066dc;
	font-weight: bold;
}
.copyColGrey {
	font-weight: bold;
	color: #666666;
}
.PScopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	color: #333333;
}
.bottomBorder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
	margin-left: 10px;
	margin-right: 10px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #CC0000;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-right: 10px;
	margin-left: 15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #000000;
	margin-left: 20px;
	margin-right: 10px;
}
.smallCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.tableCellLeftBorder {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff6600;
}
.tableCellRightBorder {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #00a742;
}
.tableCellLeftBorderBig {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.testimonialHeadCellStyle {
	background-color: #ffff00;
	font-weight: bold;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666666;
}
.cellStyle1 {
	background-color: #FFFFff;
	border: thin solid #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cellStyle2 {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.testimonialStyle {
	border: thin solid #000000;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.articleHeadCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #00a742;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.articleLinksCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00a742;
}
.tableCellYellow {
	background-color: #FFFFCC;
	border: thin solid #0066dc;
}
.tableCellYellowNBrd {
	background-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

