@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: #301800;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	background-color: #1B0D0D;
}
#mainContent ul {
	list-style-position: outside;
	list-style-image: url(im201002/willyBullet.gif);
	list-style-type: square;
	font-style: normal;
	line-height: 1.3em;
	text-align: justify;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #660000;
	border-bottom-color: #000000;
	border-left-color: #660000;
}
.oneColFixCtrHdr #header {
	background: #FFF;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.PageContents {
	text-align: justify;
	line-height: 1.3em;
}
.PageContents:first-letter {
	color: #1B0D0D;
	font-size: 20px;
	font-weight: bold;
}
#SideMenu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}

#SideMenu {
	background-color: #CCCCCC;
	float: right;
	width: 200px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
	border: thin inset #000000;
	padding: 2px;
}
#SideMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#SideMenu li {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 2px;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image: url(im201002/menuBG.jpg);
	background-repeat: repeat-y;
	background-position: -80px;
	text-align: left;
	line-height: 12px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#SideMenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
#SideMenu a {
	color: #333333;
	text-decoration: none;
}
.PenisGainsMonth {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	background-color: #A17826;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent img {
	margin: 10px;
	border: thin double #1B0D0D;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#centerBlack {
	background-color: #000000;
	width: 320px;
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}
#centerBlack img {
	margin: auto;
	padding: 0px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
#SideMenu img {
	margin: auto;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#footer {
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer img {
	margin: 0px;
	padding: 10px;
	border-style: none;
}
.style1 {color: #FF0000}

#QandA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 90%;
	margin:auto;
	text-align: justify;
	font-style: italic;
	text-indent: 12px;
}
#QandA .Question {
	color: #660066;
}
#QandA .Answer {
	color: #003300;
	margin: 3px;
}
#PenisGrowthMeasurementDetail {
	margin: auto;
	height: 10px;
	display: none;
}
#PenisGrowthMeasurementDetail  table {
	border-collapse: collapse;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
}
#PenisGrowthMeasurementDetail td {
	text-align: right;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#PenisGrowthMeasurementDetail th {
	text-align: right;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
#SummaryTable {
	width: 450px;
	margin: auto;
}
.SQLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#SideMenu hr {
	color: #FECBFE;
	width: 80%;
	height: 1px;
	padding: 2px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-color: #FECBFE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SexQuestions {
	list-style-type: none;
	color: #CCCCCC;
}
#SexQuestions a {
	color: #CCCCCC;
	text-decoration: none;
}
