/* 
   HEALTHY FOOTSTEPS
   Main Stylesheet
 */
 
 
*{ 
	padding:0; 
	margin:0; 
	font-family:Tahoma;
	font-size: 12px;
}

* html div#container { /* IE6 star-HTML exploit */
height: 100%;
}

a {
	color:#276cb0;
	text-decoration: underline;
}

a:hover {
	color:#000000;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:29px;
	color:#000000;
	font-weight:normal;
	line-height:105%;
}

h2 {
	font-size:17px;
	color:#000000;
	font-weight:normal;
}

h3 {
	font-size:14px;
	color:#3087de;
	font-weight:bold;
	text-transform:uppercase;
}


.bodyBG {
	background-color: #ffffff;
	background: url('/images/BHHBg.gif');
	background-repeat:repeat-x;
	text-align:  center;
	height: 100%;
}

.bodyBGDay {
	background-color: #ffffff;
	background: url('/images/BHHBgDay.gif');
	background-repeat:repeat-x;
	text-align:  center;
	height: 100%;
}

.mainBodyText{
	font-size:12px;
	color: #000000;
} 

a.mainBodyText{
	color: #56a2d7;
	text-decoration:underline;
} 

a.mainBodyText:hover{
	color: #666666;
	text-decoration:underline;
} 


.navText{
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;	
} 

a.navText{
	color: #ffffff;
	text-decoration:none;
} 

a.navText:hover{
	color: #53ff53;
	text-decoration:underline;
}


.navTextBottom{
	font-size: 11px;
	color: #999999;
} 

a.navTextBottom{
	color: #3087de;
	text-decoration:none;
} 

a.navTextBottom:hover{
	color: #1364b5;
	text-decoration:underline;
} 

.navTextBottomCopy{
	font-size: 11px;
	color: #95c6f6;
} 

a.navTextBottomCopy{
	color: #95c6f6;
	text-decoration:none;
} 

a.navTextBottomCopy:hover{
	color: #1364b5;
	text-decoration:underline;
} 

.navTextTop{
	font-size: 11px;
	color: #ffffff;
} 

a.navTextTop{
	color: #ffffff;
	text-decoration:none;
} 

a.navTextTop:hover{
	color: #ffff00;
	text-decoration:underline;
}  