﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #333333;
}
dt {
	/* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
	color: #4D4E4F;
	font-size: 11px;
	text-align: left;
}
dl {
	/* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
	color: #4D4E4F;
	font-size: 11px;
	text-align: left;
}
dd {
	/* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
	color: #4D4E4F;
	font-size: 11px;
	text-align: left;
}
td {
	/* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
	color: #4D4E4F;
	font-size: 11px;
	text-align: left;
}
th {
	/* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
	color: #4D4E4F;
	font-size: 11px;
	text-align: left;
}
p {
	/* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: left;
}
div {
	/* redundant selectors to help NS4 not forget */
    font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: left;
}
a {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ADAB58;
}
hr {
	color: #AFAAA4;
}
dd {
	line-height: 1.5em;
	margin-left: -20px;
	list-style-image: url(../images/arrow.gif);
}
dt {
	line-height: 1.5em;
	margin-left: -20px;
	list-style-image: url(../images/arrow.gif);
}
dl {
	line-height: 1.5em;
	margin-left: -20px;
	list-style-image: url(../images/arrow.gif);
}
li {
	line-height: 1.5em;
	margin-left: -20px;
}
ol {
	line-height: 1.5em;
}
ul {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(../images/arrow.gif);
}
p {
	margin-top: 0;
	padding-top: 0;
	line-height: 1.5em;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 5px 0 0 0;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 5px 0 0 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 5px 0 0 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 5px 0 0 0;
}
h2 {
	color: #7E8154;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADA8A2;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #5E7539;
	font-variant: small-caps;
	line-height: 26px;
}
img {
	/* turns off gaps around images */
	border: 0;
}
pre {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
}
tt {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
}
code {
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
}
}

.highlight {
	color: #FF3399;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-size: 10px;
	color: #9FCED4;
	background-color: #0F91A7;
	padding: 5px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000066;
	font-variant: small-caps;
}
.subtitle {
	color: #538BAA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ADA8A2;
}
.homeBg {
	background-image: url(../images/family.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.padding {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.PaddingRight {
}
.border {
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 12px;
}
.tinytext {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #797A7D;
}
.image {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
}
.floatLeftBorder {
	float: left;
	border: 1px solid #999999;
	margin-right: 15px;
}
.leftnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D2B0;
	text-align: right;
}
.titlebar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-image: url(../images/titlebar.jpg);
	height: 30px;
	padding: 10px;
}
.bartitle {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia;
	font-variant: small-caps;
	line-height: 30px;
}
.floatRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.borderbaby {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image: url(../images/baby.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
	line-height: 12px;
}
.dots {
	float: right;
	background-image: url(../images/dot.gif);
	vertical-align: middle;
	display: block;
	background-repeat: repeat-x;
	background-position: center;
}
.tableborder {
	border: 5px solid #D8E3E4;
	background-color: #FFFFFF;
}
.White {
	color: #FFFFFF;
}
.Bold12 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.lightGrey {
	color: #838383;
}
#pageHolder {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#headerBlock {
	height: 147px;
	background-image: url('../images/maleinfertility-header_01.jpg');
	background-repeat: no-repeat;
}
#contentBlock {
	background-image: url('../images/main-bg_06.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
#footerBlock {
	background-color: #FFFFFF;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4184AE;
}
.navCol {
	width: 182px;
}
.contentCol {
	width: 668px;
}
.contentColHome {
	width: 668px;
	background-image: url(../images/family.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#searchTop {
	float: right;
	width: 165px;
	clear: right;
}
#footerAddress {
	float: left;
	width: 600px;
	padding: 5px;
}
#footerLinks {
	float: right;
}
#Layer1 {
	position: absolute;
	width: 86px;
	height: 50px;
	z-index: 1;
}
#navHolder {
	padding: 8px;
}
.contentPadding {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#rightNav {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 150px;
}
.floatLeftBorderT {
	float: left;
	border: 1px solid #999999;
	margin-right: 30px;
	margin-bottom: 20px;
	clear: left;
}
.subtitlenoline {
	color: #7E8154;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.backButton {
	margin-bottom: 20px;
	margin-left: 20px;
	display: block;
}
.printEmail {
	padding-right: 15px;
	text-align: right;
	margin-bottom: -23px;
}
.bigtext 
{
font-size: 15px;
font-weight: bold;
}
