@charset "UTF-8";
body  {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #666666;
	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;
}
#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	padding: 0px 0px 0 0px;  /* 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. */
	background-image: url(Images/header 2
.jpg);
	height: 150px;
	background-repeat: no-repeat;
	margin: 0px 15px 0px 15px;
	background-color: #FFFFFF;
	background-image: url(Images/natural_infertility_options_header.jpg);
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}
#mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 80%;
} 
#mainContent a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #0C7CBA;
}
#mainContent a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #0C7CBA;
}
#mainContent a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #0C7CBA;
}
#mainContent h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
}
#mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
}
#mainContent h3 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	color: #000000;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 10px 10px;
	font-size: 80%;
	margin-right: 15px;
	height: 100ex;
	background-color: #FFFFFF;
	line-height: 1.7em;
}
#sidebar1 a:link {
	text-decoration: none;
	font-weight: normal;
	color: #0C7CBA;
}
#sidebar1 a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #297ACC;
}
#sidebar1 a:hover {
	text-decoration:underline;
	font-weight: normal;
	color: #297ACC;
} 
#footer {
	font-size: 75%;
	color: #000000;
	height: auto;
	padding-top: 5px;
	line-height: 0.8em;
	border-top: 1px solid #CCCCCC;
	margin: 0 15px 0 15px;
} 
#footer a:link {
	text-decoration: underline;
	color: #0C7CBA;
}
#footer a:visited {
	text-decoration: underline;
	color: #0C7CBA;
}
#footer a:hover {
	text-decoration: none;
	color: #0C7CBA;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.biglinks {
	font-size: 16px;
	font-weight: bold;
}
#top {
	padding: 3px 3px 3px 15px;
	font-size: 12px;
	color: #666666;
}

