BODY
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(/assets/images/Wellness/backgroundShadow.gif);
	background-position: center;
	background-repeat: repeat-y;
}
IMG
{
	border: 0px solid #000000;
}
.blankSpacer
{
	float: left;
}
.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 #container
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.oneColFixCtrHdr #mainContent
{
	float: left;
}
.oneColFixCtrHdr #header
{
	padding: 0 10px 0 20px;
/*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.*/
	background-image: url(/assets/images/Wellness/Header_01.jpg);
	height: 171px;
}
#clickHereButtonTop
{
	float: right;
}
#topNavContainer
{
	width: 580px;
	float: left;
}
#topNavContainer UL
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size: 12px;
}
#topNavContainer UL LI
{
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
	border-left-color: #D6D6D6;
}
#topNavContainer UL LI.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#topNavContainer UL LI A
{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#topNavContainer UL LI A:hover
{
	color: #CDD766;
}
.oneColFixCtrHdr #footer
{
	padding: 0 10px;
	background-image: url(/assets/images/Wellness/footerBackground.gif);
	background-repeat: repeat-y;
	height: 40px;
	float: left;
}
#footerNavContainer
{
	width: 950px;
	float: left;
	margin: 11px 0 0 15px;
}
#footerNavContainer UL
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-size: 12px;
}
#footerNavContainer UL LI
{
	margin-left: 0;
	padding: 3px 28px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
	border-left-color: #999;
}
#footerNavContainer UL LI.first
{
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
}
#footerNavContainer UL LI A
{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#footerNavContainer UL LI A:hover
{
	color: #CDD766;
}
#copyrightInfo
{
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 90px;
	float: left;
}
#copyrightInfo A
{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#footercontainer
{
	margin-top: 50px;
}
/*-------------------------------------------------------------
everything
-------------------------------------------------------------*/
HTML, DIV, SPAN
{
	font-size: 11px;
}
/*-------------------------------------------------------------
Content bulleted lists
-------------------------------------------------------------*/
LI, UL, OL, LI DIV
{
	font-size: 11px;
	list-style-type: circle;
}
TABLE
{
	font-size: inherit;
	font: 100% sans-serif;
}
.formStartNOW .formStartNOWrow LABEL
{
	font-weight: normal;
}
.formStartNOW
{
	background-color: #F9F9F9;
	width: 530px;
	height: 510px;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 12;
	float: left;
}
