body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top: 20px;
	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;
}
.oneColFixCtr #container {
	width: 950px;  /* 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: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h2 {font: normal 24px Georgia, "Times New Roman", Times, serif;
	text-align:center; margin-bottom: 10px}

h4 {font: bold 16px Georgia, "Times New Roman", Times, serif; color:#0066CC;  margin-bottom: 10px}

img {border:0}

.delivery {padding: 20px 30px; font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;}
.facts {padding: 20px 0 20px 30px; font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;}

.contact {padding: 0; font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;}

.title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bolder; font-variant: normal; color: #666666; letter-spacing: 5pt; vertical-align: middle; line-height: 22px; text-align: right}
.bodytext {font: bold 14px Verdana, Arial, Helvetica, sans-serif;}
.heading {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 24px; font-weight: bold; color: #003366; text-indent: 0pt; text-align: left}
.boldtext {
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;}
	
.boldlink {
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif; text-align:center; padding: 10px; border: 1px solid #CCC;}
	
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal
}

.deadlinelink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bolder; font-variant: normal; color: #666666; text-align: center}
.sampletype {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 15px; font-weight: normal; letter-spacing: normal; word-spacing: normal}
.smallertext {  font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-style: normal; line-height: normal; font-weight: lighter; letter-spacing: normal; word-spacing: normal}
.bodycopy {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; line-height: normal; font-weight: normal; letter-spacing: normal; text-align: left; word-spacing: normal; width: auto}
.heading2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 24px; font-weight: bold; color: #003366; text-align: center}
.subhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000}
