html, body {
	margin:0;
	padding:0;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background: #EBD385 url(gfx/mainbg-new.jpg) repeat-x fixed;
}
a:link {
	color: #EC9754;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #4EAEE0;
}
a:active {
	text-decoration: underline;
	color: #8B2B1D;
}
h1 {
	font-size: 220%;
	font-weight:normal;
	color:#984E1D;
	padding:0;
	margin:0;
	font-family: Arial, helvetica, sans-serif;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	color: #984E1D;
	padding-top: 10px;
}
h3 {
	font-size: 140%;
	color: #3A8CBD;
	border-bottom: 1px solid #3A8CBD;
	padding-top: 20px;
}
h5 {
	font-size: 100%;
}
.times {
	font-family:"Times New Roman", Times, serif;
}
.navissues {
	font-size: 110%;
}

#outerwrapper {
	width: 950px;
	margin: auto;
}

#header {
}

#topnavline {
	background-color: #000;
	overflow: auto;
	height: 30px;
	background-image: url(gfx/topbackground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#topnavline a {
color: #EC9748;
}

#topnavline ul {
	margin: auto;
	padding: 0;
	list-style:none;
	width:950px;
}
#ffonline {
	float:left;
	margin:0;
	padding: 4px 4px;
	font-size:115%;
	font-weight:bold;
	vertical-align:bottom;
	color: #F5E9C1;
}
#topnav {
	float:right;
	margin:0;
	padding:6px 6px;
	font-size:85%;
	vertical-align:bottom;
	color: #EAD385;
}
#headerimage {
	clear:both;
	margin: auto;
	width: 1024px;
}
#container {
	width:950px;
	background-color:#FFFFFF;
	padding-top: 10px;
}
#leftcol {
	width: 148px;
	float:left;
	position:relative;
}
#leftcolcontent {
	color:#FFFFFF;
	font-weight:bold;
	font-size:90%;
}
#leftcolcontent td {
	color:#999999;
	font-weight:bold;
	font-size:120%;
	vertical-align:top;
}
#leftcolcontent a {
	color:#020098;
	font-weight:bold;
	font-size:85%;
	text-decoration:none;
}
/* this CONTAINS maincol and right col
*/ 
#twocols {
	width:798px;
	float:right;
	position:relative;
}
#rightcol {
	width:148px;
	float:right;
	position:relative;
	overflow:hidden;
}
#maincol {
	float: left;
	display:inline;
	position: relative;
	width:646px;
	overflow:hidden;
}
/*
RIGHT COLUMN CONTENT
*/

#rightcolcontent {
}
#rightcolcontent h1#meds {
	font-size: 12px;
	margin:0;
	padding: 6px;
	color: #FFFFFF;
	background-color: #663300;
	background-image:none;
	width:auto;
}
/* SIDEBARS ============================= */

#sidebar00 {
background-color: #2C7099;
padding: 5px;
}

#sidebar00 h3 {
color: #FFF;
margin: 0 0 4px 0;
padding: 0 0 4px 0;
font-size: 16px;
border: none;
}

#sidebar00 h4 {
color: #FFF;
margin: 0 0 4px 0;
padding: 0 0 4px 0;
font-size: 13px;

}

#sidebar00 p {
margin:0;
padding:0;
font-size: 11px;
}

#sidebar00 p a {
font-size: 12px;
color: #FFF;
}

#sidebar00 p.smaller1 a {
font-size: 11px;
color: #FFF;
}

#sidebar05 {
background-color: #2C7099;
padding: 5px;
}

#sidebar05 h3 {
color: #FFF;
margin: 0 0 4px 0;
padding: 0 0 4px 0;
font-size: 16px;
border: none;
}

#sidebar05 p {
margin:0;
padding:0 0 1em 0;
font-size: 11px;
}


/* END SIDEBARS ============================= */


#maincolcontent {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 1.6em;
	color: #666666;
	width: 600px;
}
/*
#maincolcontent p {
	width: 620px;
}

*/
#maincolcontent p a:link {
	padding-right: 14px;
	background: url(../issue18/gfx/pinklink.gif) no-repeat center right;
}
#maincolcontent p a.disablepinklink:link {
	padding-right: 0px;
	background: none;
}
#maincolcontent table {
	border-collapse:collapse;
}
#footer {
	width: 950px;
	margin-top: 12px;
	background-color:#FFFFFF;
	clear:both;
	border-top: 20px solid #999999;
}
#insidefooter {
	width: 950px;
	margin-top: 12px;
	background-color:#FFFFFF;
	clear:both;
}
#footer div {
	padding: 12px;
	font-size:80%;
}
#footer span {
	font-size:130%;
	font-weight:bold;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
.clearfixnormal {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


.highlightblack {
	color:#000000;
}
.highlightred {
	color: #663300;
}
.imgspace4px {
	padding-bottom: 8px;
}
.larger {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}
.beforeheading {
	color: #990000;
	font-size: 120%;
	display:inline;
	font-weight:bold;
}
.reference {
	color: #990000;
	line-height: 1.4em;
}
.reference SUB, .reference SUP {
	line-height: 0em;
}
.footnote {
	font-size: 85%;
	border-top: 1px solid #333333;
}
.smaller1 {
	font-size: 11px;
}
#nextedition {
	background-color:#CC7737;
	font-size:110%;
	padding: 4px;
	text-align:center;
	border-top: 6px solid #FFFFFF;
	color: #FFFFFF;
}
.blackborder {
	padding: 12px;
	margin: 12px;
	border: 1px solid #333333;
}
.highlightedimage {
	border: 2px solid #DDDDDD;
	text-align:center;
	margin: 0 auto;
}
h4 {
	font-size: 16px;
	color: #2C7099;
	padding-top: 10px;
}
/* INFOBLOCKS ========================================= */

.infoblock {
	background-color:#FCF6E8;
	padding: 10px 10px 10px 15px;
	border-left: 6px solid #F1E1AD;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 10px;
}
.infoblock ul {
}
.infoblock div {
	background-color: #FFE64E;
	padding: 6px;
	font-size:14px;
	color: #663300;
}
div.infoblockyellow {
	background-color:#FCFDCC;
	border-left: 6px solid #F5F97B;
	padding: 10px;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 10px;
}
div.infoblockpurple {
	background-color:#4EAEE0;
	border-left: 6px solid #3A8CBD;
	padding: 10px 10px 10px 15px;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 10px;
	color: #FFFFFF;
}
div.infoblock p, div.infoblockpurple p, div.infoblockyellow p {
	padding-top: 0;
	margin-top: 0;
	width: 580px !important;
}
div.infoblockpurple h4 {
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 0;
	margin-top: 0;
}
.infoline {
	background-color: #FFFF99;
	padding: 8px;
	border: 1px solid #FFE64E;
	font-size: 12px;
	font-weight: bold;
	width:auto;
}
#maincolcontent h1 {
	width: 621px;
	line-height: 1.2em;
}
/* TABLES ============================ */

.tablegeneric {
	border-collapse:collapse;
	border: 1px solid #DDDDDD;
}
.tablegeneric td {
	padding: 2px;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
}
.tablegeneric th {
	text-align:center;
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
}

/* SUBNAVS  ============================== */

#h07-subnav a:link, #h07-subnav a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #0F3D55;
}
#h07-subnav li ul {
	margin-left: 0px;
	padding-left: 20px;
}
/* ======================================= */

ul.ribbonlist {
	list-style-image: url("../issue18/gfx/tinyredribbon.gif");
}
ul.ribbonlist li {
	padding-bottom: 4px;
}
ul.ribbonlist ul {
	list-style-image:none;
	list-style-type:disc;
}
div#additionalinfo {
	width: 200px;
	float:right;
	margin: 0px 0px 10px 10px;
	background-color:#EEEEEE;
	font-size: 11px;
}
div#additionalinfo h5 {
	background-color:#DDDDDD;
	padding: 4px;
}
div#additionalinfo p {
	padding: 4px;
}
#getyourcopy, #leftheader {
	color: #F5E9C1;
	font-size:120%;
	text-align:center;
	padding: 4px 0px 4px 0px;
	margin-top: 6px;
	background-color:#852C1E;
}
#getyourcopy a {
	color: #F5E9C1;
}
.table_getcopy {
	border-collapse:collapse;
	border-spacing:0;
	border: 1px solid #DBB0D3;
	padding: 0;
	width: 100%;
}
.table_getcopy tr.header {
	background-color:#CC7737;
}
.table_getcopy td {
	padding:2px;
	font-size: 85%;
	border: 1px solid #DBB0D3;
}
.table_getcopy h3 {
	font-size: 120%;
	color:#FFFFFF;
	padding: 0;
	margin: 0;
border: none;
}
#table_nav {
	background-color: #CC7737;
	border-collapse:collapse;
	width: 148px;
}
#table_nav th {
	color: #EAD385;
	vertical-align:top;
	font-size:120%;
	padding: 2px;
width:20px;
}
#table_nav td {
width:128px;
padding: 2px;
}
#table_nav tr.navTRover {
	background-color: #2C7099;
	display: block;
	
}
#table_nav tr.navTRover td a {
	color: #FFFFFF;
}
#table_nav tr.navTRout td a {
	color: #0F3D55;
}
#table_nav tr.navTRover td a:hover {
	color: #FFFFFF;
}
tr.navTRout {
	display: block;
}
/* ==================================== */

.footnote {
	font-size: 11px;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
}
img.rightalign {
	padding: 0px 0px 10px 15px;
	float:right;
}
img.leftalign {
	padding: 0px 15px 10px 0px;
	float:left;
}
h1 .h1_generic {
	padding: 0px 4px 4px 0px;
	color: #2C7099;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3FA0DB;
}
h1 .h1_section1 {
	font-size: 16px;
	font-weight: bold;
	color: #B9E1F7;
	padding: 6px 0 6px 4px;
	line-height: 1em;
	background-color: #2C7099;
}
h1 .h1_section2 {
	padding: 4px 4px 4px 5px;
	color: #2C7099;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3FA0DB;
}
h5 {
	font-size: 11px;
	line-height: 1.2em;
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-left: 5px;
}
#maincolcontent h4 span {
	font-size: 80%;
	color: #666666;
	display: block;
}
#authorinfo {
	line-height: 1.2em;
	padding-left: 5px;
}
#medsguidelines {
	background-color: #FEFDCD;
	padding:8px;
	width: 230px;
	float:right;
	margin-left: 10px;
	font-size: 85%;
	line-height: 1.2em;
}
div.imgright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.imgright span {
	display: block;
	padding: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.2em;
}
div.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.imgleft span {
	display: block;
	padding: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.2em;
}
div.imgcentre {
	text-align:center;
}
div.imgcentre span {
	display: block;
	padding: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 1.2em;
}
div.imgcentre img {
	border:0;
}
#medsguidelines p, #medsguidelines ul {
	margin: 0px;
	padding-bottom: 6px;
}
ul#condomimages {
	margin:0;
	padding:0;
	text-align: center;
}
ul#condomimages li {
	display: inline;
	list-style-type: none;
}
ul#condomimages li img {
	padding: 10px;
}
sup {
	color: #F60;
}
.textbox_left {
	width: 250px;
	padding: 15px;
	float: left;
	font-size: 16px;
	color: #2C7099;
	background-color: #D9EAF4;
	border-top: 2px solid #2C7099;
	border-bottom: 2px solid #2C7099;
	line-height: 1.5em;
	margin-right: 15px;
}
.textbox_right {
	width: 250px;
	float: right;
	font-size: 16px;
	color: #2C7099;
	background-color: #D9EAF4;
	border-top: 2px solid #2C7099;
	border-bottom: 2px solid #2C7099;
	line-height: 1.5em;
	margin-left: 15px;
	padding: 15px;
}
