body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 9px;
  	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-attachment:fixed;
	color: #acacac;
}

td {
	font-family: Verdana;
	font-size: 9px;
	color: #acacac;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #acacac;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}



#wrapper
{
	margin:auto;
	width: 780px;
	min-height: 100%;
  	background-color:#ffffff;
	line-height: 130%;
}

* html #wrapper {
  height: 100px;
} 



#header
{
	background-image:url(../images/header-bg.jpg);
	height:68px;
	width:780px;
}


#navBar
{
	background-image:url(../images/nav-bar-bg.jpg);
	height:21px;
	width:780px;
	text-align:center;
}


#welcome-left-col
{
	background:url(../images/welcome-left-col-bg.jpg) repeat-y;
	width:780px;
}

#leftColumn
{
	width:219px;
	float:left;
}

#welcomeSection
{
	/*background:url(../images/welcome-col-bg.jpg) repeat-y;*/
	width:561px;
	height:auto;
	float:right;
}

#newsSection
{
	background:url(../images/news-section-bg.jpg);
	margin-left:219px;
	width:259px;
	height:206px;
}

#healthSection
{
	background:url(../images/health-section-bg.jpg);
	float:left;
	width:302px;
	height:206px;
}

#footer
{
	background-image:url(../images/footer.jpg);
	height:74px;
	width:780px
}


.clearboth { clear: both; }



.capitalize {
	text-transform: capitalize;
}
