/*  FollowUpForLife.com  */
/* author: S. Ann Meadows (m3cats)  */


body {
   margin: 1px 0px 5px 0px;
   color: black;
   background-color: white;
}


p {
   font-family: "Times New Roman", Times, serif;
   font-size: 100%;
   margin-top: 0px;
   padding: 0px 25px 0px 25px;
   text-align: left;
   line-height: 140%;
}
	
h1, h2, h3, h4, h5, h6 {
   font-family: "Times New Roman", Times, serif;
   padding: 10px 25px 0px 15px;
   font-weight: bold;
   text-align: left;
   line-height: 140%;
   color: black;
   background-color: white;
}


h1{
	font-size: 150%;
}

h2{
font-size: 130%;
}
	
h3 {
font-size: 110%;
}

h4 {
font-size: 100%;
}

h5 {
font-size: 90%;
padding: 1px 20px 1px 15px;
}

h6 {
font-size: 80%;
padding: 1px 20px 1px 15px;
text-align: center;
}

/* styles navigation link for other text on the pages */
a, a:link
	{
   color: black;
	background: transparent;
	text-decoration: underline;
}
	
a:visited {
   text-decoration: none;
   color: black;
   background: transparent;
   text-decoration: underline;
}



ul {
	font-size: 90%;
	text-align: left;
	margin-top: 0px;
	margin-left: 50px;
	padding: 2px 10px 2px 10px;
}
	
li {
	padding: 2px 2px 2px 2px;
	text-align: left;
}
	


acronym, abbr, dfn
{
	border-bottom: 1px dotted #330;
	cursor: help;
}

/* -- div ids -- */



#container  /* -- holds page -- */
{
   position: relative;
   top: 0px;
   left: 0px;
   text-align: center;
   width: 750px;
   margin: 0px 0px 5px 0px;
   padding: 0px 0px 0px 0px;
   line-height: 130%;
}



	

/* - div to hold main content - */
#content 
{
text-align: center;
   width: 550px;
	padding: 1px 15px 10px 15px;
	margin: 0px 0px 0px 0px; 
	clear: both;
   background-color: white;
   color: black;
   clear: both;
}



#footer
{
display: none;
}

	

/* NAVIGATION - FOOTER */

#footer p
{ 
	display: none;
	}
	
#footer h4 {
display: none;
}
	

	
 #footer .textNav a{
display: none;
}
  
 #footer .adminNav a{
display: none;
}

#footer .copyright { 
display: none;
}

#footer .closing {
display: none;
}


/* -- holds logo & top Nav -- */
#top  
{
display: none;
   }


   /* -- image for no print -- */

img{
display: none;
   }



