@charset "utf-8";
/* CSS Document */

body { /* formatting settings for EVERYTHING in the body  */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container { /* formatting for container div  */
	width: 1120px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}


#header { /* formatting for header div  */
    
}
#menubar { /* formatting for menubar div   */
 
}

#leftsidebar { /*  formatting for the leftsidebar div */
	width: 200px;
	float: left;
	padding: 0px 10px 0px 10px;
}

#maincontent { /*  formatting for the maincontent div */
	margin: 0 220px 0 223px; /* margin has to be wide enough to clear the sidebars  */
	padding: 15px;
	border-left: 1px solid #877D6C; /* the borders between the maincontent and sidebars are on main content  */
	border-right: 1px solid #877D6C; /* maincontent has to be as long or longer than the sidebars or will be a gap  */
	text-align: justify;
}

#inlinemeagan {

	width: 378px;
	float: left;
}

#breastfeeding {

	width: 175px;
	float: left;
}


#dosdontspic{

width: 83px;
float: left;

}

#googlecalendar { /*  formatting for the maincontent div */
	margin: 0 220px 0 223px; /* margin has to be wide enough to clear the sidebars  */
	padding: 0px;
	border-left: 1px solid #877D6C; /* the borders between the maincontent and sidebars are on main content  */
	border-right: 1px solid #877D6C; /* maincontent has to be as long or longer than the sidebars or will be a gap  */
	text-align: justify;
}

#content { /*  formatting for the content div  */
	margin: 0 220px 0 223px;
	padding: 0px;
	border-left: 1px solid #877D6C;
	border-right: 1px solid #877D6C;
	
}

#footer { /*  formatting for the footer div  */
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 8pt;
	color: #736B5E;
	background: #fff;
	text-align: center;
	font-weight: bold;
}

#rightsidebar { /* formatting for the rightsidebar div  */
	margin: 0px;
	float: right;
	width: 203px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;	
}

#calendar { /* formatting for the calendar div - the calendar picture button  */
	font-size: 8pt;
	color: #C06;
	font-weight: bold;
	text-align: center;
	
}

.backtotop { /* formatting for the back to top link  */
	color:#666;
	font-size:8pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	
}


.pinktext{ /* sets the color and text weight for all the pink text */
	
	color:#F0C;
	font-weight: bold;
	
}

.lightpink{ /* sets the color and text weight for all the pink text */
	color:#F3F;
	font-weight: normal;
}

.101pointtext {
	margin-left: 50px;
	
		
}

#container #footer a { /* formatting for the links in the footer  */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666;
}



.clearfloat { /* class used to clear float  */
     clear:both; 
     height:0; 
     
     font-size: 1px;
     line-height: 0px;
}
