@charset "UTF-8";
/* CSS Document */

 
body  {
	font-family: "Lucida Grande", Verdana, sans-serif;
	background: #ffffff;
	margin: 10px 0 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-image: url(../Images/BGD_page.jpg);
	background-repeat:repeat-x;
	font-size:0.8em;
}
body a{
	color: #003399;
	text-decoration: none;
}
body a:hover{
	color: #FF3300;
}

.twoColFixLtHdr #container #header #logo {
	padding: 0.5em 0.5em 0.5em 0em;
	background: #ffffff;
}
#logo .prostanolLogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #003366;
	font-style: italic;
	margin-left: 0.7em;
}

.twoColFixLtHdr #container #header #logo sup {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #003366;
	font-style: italic;}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../Images/BGD_texture.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	background-image:url(../Images/BGD_texture.gif);
	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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	border:1px solid #999999;
	margin: 10px 0 0 10px;
	background: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left 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 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box 
	background-image:url(../Images/man-in-car.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/
} 
.twoColFixLtHdr #footer {
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #container #header ul {
	list-style-type: none;
	background-color: faa834;
	height:25px;
	background-image: url(../Images/BGD_HeaderBtnsBgd.jpg);
	border-bottom: 1px solid #333333;
	margin:0 auto;

}
.twoColFixLtHdr #container #header li {
	float: left;
	padding: 2px;
	background-image: url(../Images/BGD_HeaderBtns.jpg);
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	height:15px;
	margin-right:0.5em;
	margin-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:bold;
}

.twoColFixLtHdr #container #header li:hover {
	background-image: url(../Images/BGD_HeaderBtns_o.jpg);
	padding-left: 5px;
	padding-right: 5px;
}
.twoColFixLtHdr #container #header li a {
	color:#803516;
	text-decoration:none;
}
.twoColFixLtHdr #container #header li.first {
	
}
.twoColFixLtHdr #container #mainContent #prostanolInfo img {
	float: left;
}
.twoColFixLtHdr #container #mainContent #splashImg {
	width: 95%;
	border: 1px solid #999999;
}
.twoColFixLtHdr #container #mainContent p {
	color: #333333;
	font-size: 0.9em;
	margin: 5px 5px 15px;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", "Helvetica CY", Arial;
	font-variant: small-caps;
	color: #5E89B2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0.5em;
	font-size: 1.5em;
}
.twoColFixLtHdr #container #footer ul {
	list-style-type: none;
	height: 25px;
	background-image: url(../Images/BGD_HeaderBtns.jpg);
	margin: 0 auto;
	padding: 0 auto;
}
.twoColFixLtHdr #container #footer li {
	float: right;
	padding: 5px;
	height: 15px;
}
.twoColFixLtHdr #container #footer li:hover {
	background-image: url(../Images/BGD_HeaderBtns_o.jpg);
}
.twoColFixLtHdr #container #footer li a{
	color: #803516;
	font-size:0.85em;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #833817;
	margin: 10px;
	font-size: 1em;
	font-variant: small-caps;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: .9em;
	color: #333333;
}
.twoColFixLtHdr #container #mainContent #splashImg {
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 ul li {
	background-image: url(../Images/BGD_SideBarBtnsBgd.jpg);
	padding: 5px;
	font-family: "Trebuchet MS", "Helvetica CY", Arial;
	font-weight: bold;
	font-size: 1em;
	border-bottom:solid #999999 1px;
}
.twoColFixLtHdr #container #sidebar1 ul li:hover {
	background-image: url(../Images/BGD_SideBarBtnsBgd_o.jpg);
}
.twoColFixLtHdr #container #sidebar1 ul li:hover a{
color:#FFFFFF;
}

.twoColFixLtHdr #container #sidebar1 li a{
	color: #074B98;
	text-decoration:none;
}

.twoColFixLtHdr #container #mainContent .literature {
	font-style: italic;
}
.twoColFixLtHdr #container #mainContent img {
	float: right;
	margin: 0px 15px 15px 0px;
}
 
.twoColFixLtHdr #container #sidebar1 ol li {
	font-size: 0.8em;
	color:#31546D;
	padding-right: 15px;
	margin-bottom: 10px;
	font-style: italic;
}
.twoColFixLtHdr #container #sidebar1 ol {
margin:0 0 0 10px;
padding: 0 0 0 10px;
	list-style-type:none;
}
.twoColFixLtHdr #container #mainContent li {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.twoColFixLtHdr #container #mainContent #prostateImg {
	float: right;
	margin: 5px;
}
.bigBtmMargin {
	margin-bottom: 200px;
}
.twoColFixLtHdr #container #mainContent .disclaimer {
	font-size: 0.8em;
	font-style: italic;
}
.centerTableCell {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #table1 {
	width: 100%;
	padding: opx;
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin:0px;
}
.twoColFixLtHdr #container #mainContent #table1 td {
	padding: 3px;
	border:1px solid #CCCCCC;
	margin:0px;
	color: #333333;
	font-size: 0.9em;
	margin: 5px 5px 15px;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #mainContent .conclusions {
	margin-top:2em;
	background-color: #3399FF;
	border: 1px solid #0033CC;
}

