@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F1F9FE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
 #container {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #5ABAEF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	font-size: 100%;
} 
 #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/baby%20background.gif);
	
}
 #mainContent {
	/*padding-right: 20px;*/
	
	/*padding: 0 00px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #333333;
	font-size: small;
	line-height: 1.4em;
	margin-top: 20px;
	
	margin-bottom: 0px;
	margin-left: 200px;
	text-align: justify;
	
}
.italics {
	font-style: italic;
}


#mainContent a:link {
	color: #0069bd;
	text-decoration: none;
	}
	
#mainContent a:hover {
color: #000000;
text-decoration: none;
}

#mainContent a:visited {
color: #0069bd;
text-decoration: none;
}	

#mainContent a:visited:hover {
color: #000;
text-decoration: none;	


} 
 #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #0069BD;
	

} 

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
color: #000000;
text-decoration: none;
}

#footer a:visited {
color: #FFF;
text-decoration: none;
}

#footer a:visited:hover {
color: #000;
text-decoration: none;
}		
	
 #footer p {
	background-color: #0069BD;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-position: center center;
	font-size: 81%;
	color: #FFFFFF;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	/*padding-right: 30px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000099;
	margin-top: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000099;
	margin-top: 20px;
	margin-bottom: -15px;
}



h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000099;
	margin-top: 20px;
	margin-bottom: -15px;
}
.drkbluetxt {
	color: #000099;
}


h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000099;
	margin-top: 20px;
	margin-bottom: -15px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000099;
	margin-top: 20px;
	margin-bottom: -15px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000099;
	margin-top: 20px;
	margin-bottom: -15px;
}
.likeh1 {
	font-size: 1.4em;
	color: #000099;
	font-weight: bolder;
}

.likeh2 {
	font-size: 1.1em;
	color: #000099;
	margin-bottom: -15px;
	margin-top: 20px;
	font-weight: bolder;
}
#container #mainContent p {
	padding-right: 30px;
	text-align: justify;
}

.light_blue_header_text {
	font-weight: bolder;
	color: #0069bd;
	margin-top: 20px;
	margin-bottom: -15px;
}
#container #mainContent em {
	background-color: #BFE2F7;
	height: 40px;
	width: 150px;
}
.green {
	color: #00CC33;
	font-weight: bold;
}
.fltrtexmargin {
	float: right;
	margin-left: 10px;
	margin-right: 30px;
}
.emphasis {
	font-weight: bolder;
	color: #990066;
}
