html { margin: 0px; }

h1 { 
	color: #034063;
	font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;	
	text-align: center;
}

h2 { 
	color: #034063;
	font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;	
}

h3 { 
	color: #034063;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
        
}


h3c { 
	color: #000000;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
        
}

h4 { 
	color: #034063;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

h5 { 
	color: #fff;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
        
}

h6 { 
	color: #034063;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
        
}

h7 { 
	color: #034063;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;  
}

p.nav {
    color: #fff;
    font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
}


p.caption {
    color: #034063;
    font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
        margin-left: 10px;
}

p.article {
    color: #034063;
    font: bold 1em Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0px;
}

ul.blue {
	list-style-type: disc;
	color: #034063;
}

ul.green {
	list-style-type: disc;
	color: #12b256;
        font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}

ul.yellow {
	list-style-type: disc;
	color: #ffc452;
}

ul.red {
	list-style-type: disc;
	color: #f33f4a;
}


a.caption:link { color: #034063; text-decoration: none; }
a.caption:visited { color: #034063; text-decoration: none; }
a.caption:hover { color: #034063; text-decoration: none; }


a.link:link { color: white; text-decoration: none; }
a.link:visited { color: white; text-decoration: none; }
a.link:hover { color: white; text-decoration: underline; }


a.article:link { color: #034063; text-decoration: none; }
a.article:visited { color: #034063; text-decoration: none; }
a.article:hover { color: #034063; text-decoration: underline; }

a.teleseminar:link { color: #034063; text-decoration: none; }
a.teleseminar:visited { color: #034063; text-decoration: none; }
a.teleseminar:hover { color: #034063; text-decoration: none; }


a:link {color: #0c75b2; text-decoration: underline; }
a:active {color: #0c75b2; text-decoration: underline; }
a:visited {color: #0c75b2; text-decoration: underline; }
a:hover {color: #6ccafe; text-decoration: none; }







body {
	background: #a3dcfd;
	text-align: center;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


#wrapper {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	text-align: left;
        width: 750px;					/* width should be the same as the background image */
        /* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}
	html>body #wrapper { width: 750px; }
	
#white {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 750px;
	float: left;
	padding: 0px;
        background: #fff;
	border: solid 3px #000;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}
	html>body #white { width: 750px; }

#footer {
	margin-left: 0 auto; /* to fix centering in Mozilla */
	width: 749px;					/* width should be the same as the background image */
	color: #4B6679;
	padding: 10px 0px 10px 0px;
}

#header {
	height: 30px;
	background: #7594B0;
	color: #fff;
	border: solid 2px #4B6679;
}

#menu {
	background: #caebfe;
	border-bottom: solid 2px #0c75b2;
	border-top: solid 2px #0c75b2;
	border-left: none;
	border-right: none;
	text-align: left;
	padding: 1px 0px 0px 0px;
	color: #034063;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

	#menu ul {
		list-style: none;			/* removes list marker */
		padding: 0px;				/* removes left indent */
	}
	
	#menu ul li {
		display: inline;			/* sets list items to display in a row */
		padding-left: 25px;			/* puts space in between list items */
	}
	
	#menu a:link, #menu a:visited {
		color: #034063;
		text-decoration: none;
	}
	
	#menu a:active, #menu a:hover {
		color: #0d75b2;
		text-decoration: underline;

}


#menu2 {
	background: #caebfe;
	border-bottom: solid 2px #0c75b2;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: left;
	padding: 1px 0px 0px 0px;
	color: #034063;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
}

	#menu2 ul {
		list-style: none;			/* removes list marker */
		padding: 0px;				/* removes left indent */
	}
	
	#menu2 ul li {
		display: inline;			/* sets list items to display in a row */
		padding-left: 25px;			/* puts space in between list items */
	}
	
	#menu2 a:link, #menu2 a:visited {
		color: #034063;
		text-decoration: none;
	}
	
	#menu2 a:active, #menu2 a:hover {
		color: #0d75b2;
		text-decoration: underline;

}

#leftcol {
	width: 170px;
	float: left;
	background: ;
	padding: 10px 8px 8px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}
	html>body #leftcol { width: 150px; }

#maincol {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 750px;
	float: left;
	padding: 0px;
        background: #0d75b2;
	border: solid 3px #000;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}
	html>body #maincol { width: 750px; }

#maincol2 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 750px;
	float: left;
	padding: 0px;
        background: #0d75b2;
	border: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}
	html>body #maincol2 { width: 750px; }



#centercoltop {
	width: 540px;
	background: #0d75b2;
        border: none;
	float: left;
	padding: 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 540px;
}
	html>body #centercoltop { width: 540px; }



#centercol {
	width: 540px;
	background: #fff;
        border-bottom: solid 2px #000;
        border-left: solid 2px #000;
        border-right: solid 2px #000;
        border-top: solid 2px #000;
	float: left;
	padding: 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 540px;
}
	html>body #centercol { width: 540px; }

#centercol2 {
	width: 540px;
	background: #fff;
        border-bottom: solid 2px #000;
        border-left: solid 2px #000;
        border-right: solid 2px #000;
        border-top: solid 2px #000;
	float: left;
	padding: 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 540px;
}
	html>body #centercol2 { width: 540px; }



#centercol2b {
	width: 530px;
	background: #fff;
        border: none;
	float: right;
	padding: 12px ;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 510px;
}
	html>body #centercol2b { width: 510px; }


	 
#rightcol {
	width: 560px;
	background: url('images/whitebox-mid.gif') repeat-y;
	border-top: solid 3px #4B6679;
	border-bottom: solid 3px #4B6679;
	float: left;
	padding: 8px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 545px;
}
	html>body #rightcol { width: 545px; }

#left {
	width: 290px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 270px;
}
	html>body #left { width: 270px; }

#right {
	width: 180px;
	float: left;
	padding: 11px ;
	border-left: solid 3px #0d75b2;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
	html>body #right { width: 160px; }


#calendarleft {
	width: 150px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}
	html>body #calendarleft { width: 150px; }

#calendarright {
	width: 350px;
	float: left;
	padding: 11px ;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
}
	html>body #calendarright { width: 350px; }
	
.clear { clear: both; }


ul.nav {
	list-style: none;
	padding: 5px;
	margin: 0px;
        background: #caebfe;
	border: solid 2px #000;
}

	ul.nav a:link, ul.nav a:visited, ul.nav a:hover {
		display: block;
		font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
		color: #034063;
		text-decoration: none;
		padding: 2px;
		width: 153px;
		height: 26px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 143px;
		height: 16px;
	}
		html>body ul.nav a:link, html>body ul.nav a:visited, html>body ul.nav a:hover {
			width: 143px;
			height: 16px;
		}


	ul.nav a:active, ul.nav a:hover {
		color: #0d75b2;
		text-decoration: underline;
	}





#col1 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
        margin-left: 30px; 
	width: 130px;
	float: left;
	padding: 8px;
	background: #0d75b2;
	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
}
	html>body #col1 { width: 130px; }

#col2 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 130px;
	float: left;
	padding: 8px;
	background: #0d75b2;
	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
}
	html>body #col2 { width: 130px; }

#col3 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 130px;
	float: left;
	padding: 8px;
	background: #0d75b2;
	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 130px;
}
	html>body #col3 { width: 130px; }



#table {
        margin: 0px auto; 				/* to fix centering in Mozilla */
        margin-left: 9px; 
	width: 92%;
	float: left;
	padding: 5px;
	background: #fff;
    border-top: solid 1px #4B6679;        
    border-left: solid 1px #4B6679; 
        border-right: solid 1px #4B6679;
        border-bottom: solid 1px #4B6679;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 92%;
}
	html>body #table { width: 92%; }


#table1 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
        margin-left: 9px; 
	width: 30%;
	float: left;
	padding: 5px;
	background: #fff;
    border: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 30%;
}
	html>body #table1 { width: 30%; }

#table2 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 30%;
	float: left;
	padding: 5px;
	background: #fff;
    border-left: solid 1px #4B6679; 
    border-right: solid 1px #4B6679;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 30%;
}
	html>body #table2 { width: 30%; }

#table3 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 30%;
	float: left;
	padding: 5px;
	background: #fff;
border: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 30%;
}
	html>body #table3 { 	width: 30%; }



#table4 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 22%;
	float: left;
	padding: 5px;
	background: #fff;
border: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 22%;
}
	html>body #table4 { 	width: 22%; }

#table5 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 22%;
	float: left;
	padding: 5px;
	background: #fff;
border: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 22%;
}
	html>body #table5 { 	width: 22%; }

#table6 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 22%;
	float: left;
	padding: 5px;
	background: #fff;
border: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 22%;
}
	html>body #table6 { 	width: 22%; }


#table7 {
        margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 22%;
	float: left;
	padding: 5px;
	background: #fff;
border: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 22%;
}
	html>body #table7 { 	width: 22%; }
	
#teleseminars {
    margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 95%;
	float: left;
	padding: 10px;
    background: #fff;
    margin-bottom: 10px;
	border: solid 2px #0c75b2;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 95%;
}
	html>body #teleseminars { width: 95%; }

#conference {
    margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 90%;
	float: left;
	padding: 10px;
    background-image: url('images/boxbg.gif');
    margin-bottom: 10px;
    margin-left: 20px;
	border: solid 3px #000;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90%;
}
	html>body #conference { width: 90%; }

#conference2 {
    margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 90%;
	float: left;
	padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    margin-left: 20px;
	border: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90%;
}
	html>body #conference2 { width: 90%; }
	
	
#mainbox {
    margin: 0px auto; 				/* to fix centering in Mozilla */
	width: 98%;
	float: left;
	padding: 5px;
    background: #fff;
    margin-bottom: 10px;
	border: solid 2px #4B6679;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 98%;
}
	html>body #mainbox { width: 98%; }
	
		
	
#pic1 {
    margin: 0px auto; 				/* to fix centering in Mozilla */
   
	width: 33%;
	float: left;
	padding: 0px;
	background: #fff;
	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 33%;
}
	html>body #pic1 { width: 33%; }
	
#pic2 {
    margin: 0px auto; 				/* to fix centering in Mozilla */
   
	width: 33%;
	float: left;
	padding: 0px;
	background: #fff;
	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 33%;
}
	html>body #pic2 { width: 33%; }



#pic3 {
    margin: 0px auto; 				/* to fix centering in Mozilla */
   
	width: 33%;
	float: left;
	padding: 0px;
	background: #fff;
	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 33%;
}
	html>body #pic3 { width: 33%; }
	
	
#lefthalf {
    margin: 0px auto; 				/* to fix centering in Mozilla */
   
	width: 59%;
	float: left;
	padding: 0px;
	background: #fff;
	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 59%;
}
	html>body #lefthalf { width: 59%; }
	
#righthalf {
    margin: 0px auto; 				/* to fix centering in Mozilla */
   
	width: 40%;
	float: right;
	padding: 0px;
	background: #fff;
	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 40%;
}
	html>body #righthalf { width: 40%; }
	
#whiteleft {
	width: 46%;
	float: left;
	padding: 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
}
	html>body #whiteleft { width: 46%; }
	
#whiteright {
	width: 54%;
	float: left;
	padding: 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 54%;
}
	html>body #whiteright { width: 54%px; }	
	
	
	
ul.classnav {
	list-style: none;
	padding: 2px;
	margin: 0px;
        background: #ADC3D9;
	border: solid 2px #4B6679;
}

	ul.classnav a:link, ul.classnav a:visited, ul.classnav a:hover {
		display: block;
		border: none;
		font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
		color: #504563;
		text-decoration: none;
		padding: 4px;
		width: 100%;
		height: 20px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 100%;
		height: 10px;
	}
		html>body ul.classnav a:link, html>body ul.classnav a:visited, html>body ul.classnav a:hover {
			width: 100%;
			height: 16px;
		}


	ul.classnav a:active, ul.classnav a:hover {
		color: #504563;
		text-decoration: underline;
	}	

#newsletterleft {
	width: 28%;
	float: left;
	padding-right: 2px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 28%;
}
	html>body #newsletterleft { width: 28%; }

#newsletterright {
	width: 67%;
	float: left;
	padding: 8px ;
	border-left: solid 3px #4B6679;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 67%;
}
	html>body #newsletterright { width: 67%; }
	
#coupon {
	width: 250px;
	background: #fff;
        border: dashed 3px #4B6679;
	float: left;
	margin-left: 125px ;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
}
	html>body #coupon { width: 250px; }
	

#coupon2 {
	width: 250px;
	background: #fff;
        border: dashed 3px #4B6679;
	float: left;
	margin-left: 50px ;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
}
	html>body #coupon2 { width: 250px; }




body#home a#home, body#aboutus a#aboutus, body#international a#international,  body#uk a#international, body#uk a#uk, body#au a#au, body#au a#international, body#aboutusfaq a#aboutusfaq, body#newsletter a#newsletter, body#articles a#articles, body#classes a#classes, body#phone a#phone, body#events a#events, body#free a#free, body#group a#group, body#group a#phone, body#calendar a#calendar, body#bclc a#bclc, body#nvc a#nvc, body#cp a#cp, body#audios a#audios, body#coaching a#coaching, body#coaching a#phone, body#faq a#faq, body#bclc a#classes, body#cp a#classes, body#nvc a#classes, body#store a#store, body#links a#links, body#creating a#creating, body#repairing a#repairing, body#nurturing a#nurturing, body#current a#current, body#membership a#membership, body#admin a#admin, body#instructors a#instructors, body#scheduler a#scheduler, body#suggestions a#suggestions, body#pictures a#pictures, body#H1N1 a#H1N1, body#tasks a#tasks, body#live a#live, body#birth a#birth, body#breastfeeding a#breastfeeding, body#circumcision a#circumcision, body#cosleeping a#cosleeping, body#criticism a#criticism, body#marriage a#marriage, body#pregnancy a#pregnancy, body#sleep a#sleep, body#tantrums a#tantrums, body#trauma a#trauma, body#vaccines a#vaccines, body#ondemand a#ondemand, body#journal a#journal, body#blogplan a#blogplan, body#calendar a#calendar, body#conference a#conference, body#book a#book
{
color: #0c75b2; 
}
