#wrapper {
	background-image: url(graphics/bkgrd.png);
	border: 3px solid #1372C2;
	width: 753px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#wrapperhome {
	background-image: url(graphics/bkgrd.png);
	border: 3px solid #1372C2;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
/*-----------------------------GENERAL------------------------------*/
html, body {
min-height: 100.1%; /*jump fixer*/
margin-bottom: 1px; }/*jump fixer*/
body {
	background-color: #E0E0E0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.1%;
	margin: 0; /* zero the margin and padding of the body element */
	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 */
}
/*zeros out - standardizes - vertical margins - neutralize browser spacing for vertical elements*/
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding: 0px;
}
/*add margin above, remove margin below*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0em;
	margin-top: 1.2px;
}
#top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1372C2;
}
#top h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #1372C2;
	letter-spacing: 0.1em;
}
#nav {
	font-family: Verdana, Geneva, sans-serif;
	width: 250px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #1372c2;
	margin: 0px;
	padding: 0px;
}
#nav h1 {
	font-size: 0.9em;
	color: #FFF;
	background-color: #88C454;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-right: 5px;
	margin: 0px;
}
#nav h1 a:link, #nav h1 a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#nav h1 a:hover, #nav h1 a:active {
	color: #1372c2;
	text-decoration: none;
	display: block;
}
#nav h2 {
	font-size: 0.8em;
	font-weight: bold;
	padding-left: 15px;
	color: #1372c2;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#nav h2 a:link, #nav h2 a:visited {
	color: #1372C2;
	text-decoration: none;
	display: block;
}
#nav h2 a:hover, #nav h2 a:active {
	color: #84C404;
	text-decoration: none;
	display: block;
}
#main2 {
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	float: right;
	width: 440px;
}
#main2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333;
}
#main2 .credit {
	font-size: .6em;
	font-style: italic;
}
#main2 p a:link, #main2 p a:visited {
	color: #333;
	text-decoration: underline;
}
#main2 p a:hover, #main2 p a:active {
	color: #1372c2;
	text-decoration: underline;
}
#main2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #1372C2;
	font-style: italic;
	padding-top: 5px;
}
#main2 .italic {
	font-style: italic;
}
#main2 .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #000;
	background-color: #cdf594;
	padding: 20px;
	border: medium double #1372c2;
}
#main2 .quote2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #000;
	background-color: #CFE6FF;
	padding: 20px;
	border: thin dotted #1372c2;
}
#main2 .quote3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #000;
	background-color: #ffe6bc;
	padding: 20px;
	border: thin dotted #84c404;
}
#main2 ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
	line-height: 1.8em;
	list-style-position: inside;
}
#foot {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 0.7em;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1372C2;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	clear: both;
}
#foot a:link, #foot a:visited {
	color: #333;
	text-decoration: underline;
}
#foot a:hover, #foot a:active {
	color: #84C404;
	text-decoration: underline;
}
#tophome {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84c404;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#tophome p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333;
	padding-right: 75px;
	padding-left: 74px;
}
#tophome a:link, #tophome a:visited {
	color: #333;
	text-decoration: underline;
}
#tophome a:hover, #tophome a:active {
	color: #1372c2;
}
#fertilitynav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #84c404;
	border-bottom-color: #84c404;
	background-image: url(graphics/pFerilityNav.jpg);
	height: 380px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-style: none;
	border-left-style: none;
}
.photo_credit {
	font-size: 0.75em;
	font-style: italic;
}
#fertilitynav h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	padding-top: 30px;
	padding-left: 74px;
	padding-bottom: 10px;
}
#fertilitynav p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 0.89em;
	line-height: 1.35;
	padding-left: 74px;
}
#fertilitynav a:link, #fertilitynav a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
}
#fertilitynav a:hover, #fertilitynav a:active {
	color: #333;
	text-decoration: none;
	display: block;
}
#painnav h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	color: #333;
	padding-top: 30px;
	padding-bottom: 10px;
}
#painnav {
	background-image: url(graphics/pPainNav.png);
	margin: 0px;
	height: 257px;
	border-bottom-style: none;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 325px;
	border-top-width: 1px;
	border-top-color: #84c404;
}
#painnav p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 0.89em;
	line-height: 1.35;
}
#painnav a:link, #painnav a:visited {
	color: #333;
	text-decoration: none;
	display: block;
}
.greenbold {
	color: #74a749;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.border_right {
	padding-right: 15px;
	padding-bottom: 10px;
}
.quote {
	font-style:	normal;
	line-height: 2em;
	background-color: #CDF594;
	padding: 20px;
	border: medium double #1372c2;
}
.quote2 {
	font-style: normal;
	line-height: 2em;
	background-color: #CFE6FF;
	padding: 20px;
	border: thin dotted #1372c2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quote3 {
	font-style: normal;
	line-height: 2em;
	background-color: #FFE6BC;
	padding: 20px;
	border: thin dotted #84c404;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tighten {
	letter-spacing: -.2em;
}
.border_left {
	padding-bottom: 10px;
	padding-left: 10px;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}
.italic_green {
	font-style: italic;
	color: #6BA20E;
}
#painnav a:hover, #painnav a:active {
	color: #84c404;
	text-decoration: none;
	display: block;
}
.tooltipContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #000;
	background-color: #cdf594;
	padding: 20px;
	border: medium double #1372c2;
	width: 300px;
	text-align: left;
	display: block;
	font-style: italic;
}
.italic {
	font-style: italic;
}
.larger {
	font-size: .8px;
}
#foot .larger {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}

