/* 
   HEALTHY FOOTSTEPS
   Main Stylesheet
 */
 
 
*{ 
	padding:0; 
	margin:0; 
	font-family:Tahoma;
	font-size: 13px;
}

* html div#container { /* IE6 star-HTML exploit */
height: 100%;
}

body {
	background-color: #ffffff;
	text-align:  center;
	height: 100%;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:29px;
	color:#3087de;
	font-weight:normal;
	padding-top:8px;
	padding-bottom:8px;
	line-height:105%;
}


.mainBodyText{
	color: #333333;
} 

a.mainBodyText{
	color: #56a2d7;
	text-decoration:underline;
} 

a.mainBodyText:hover{
	color: #000000;
	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: #95c6f6;
} 

a.navTextBottom{
	color: #3087de;
	text-decoration:none;
} 

a.navTextBottom: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;
}  