body {
	margin:10px 0;
}
a:link {
	/*color: #cbb676;*/
	/*color:#246;*/
	/*color:#1e3b59;*/
	color: #369;
	text-decoration:none;
}
a:hover {
	color: #f30;
	text-decoration:underline;
}
a:visited {
	color: #f30;
}
div#container {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	border-top:solid #cbb676 10px;
	border-right:solid #cbb676 10px;
	border-left:solid #cbb676 10px;
}
div#header {
	width:380px;
	height:90px;
	background-image:url(../images/tagline.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#navigation {
	width:170px;
	/*height:460px;*/
	float:left;
	display:inline; /*fixes ie doubled float margin bug*/
	margin-left:10px;
	background-image:url(../images/nav-bkgd.png);
	background-position:top left;
	background-repeat:no-repeat;/*border:1px solid red;*/
}

div#nejmadsales {
	}
	
div#content {
	width:580px;
	margin-left:180px;
	clear:right;
	padding:10px;
}

/* added 7/13/10 ajp */
div#sideBox{
float: right; margin: 10px 0px 10px 10px; width: 210px; background: url(../images/NEJM_advrt_box.gif) no-repeat;padding: 35px 10px 10px 10px;
} 
div#sideBox ul {color:#336699; margin: 5px 5px 10px 20px; padding: 0px;
}
div#sideBox ul li {margin-bottom: 4px;
}

div#sideBox li a:visited {color: #336699; text-decoration: none;}
div#sideBox li a:hover {color: #ff3300; text-decoration: underline;}


div#sideBox h4{
	font-size: .98em; 
	color: #000000; 
	background:transparent url(../images/arrow.gif) no-repeat scroll 0 6px;	
	margin:0 0 3px 6px;
	padding:0px 0 0px 15px;}

div#sideBox h4 a, div#sideBox h4 a:link, div#sideBox h4 a:visited {color: #000000; text-decoration: none;}
div#sideBox h4 a:hover, div#sideBox h4 a:link {color: #ff3300; text-decoration: underline;}


div#footer {
	font-size:80%;
	text-align:center;
	clear:both;
	height:auto;
	width:100%;
	background-color: #cbb676;
	padding:20px 0;
}
/* table styles */

table {
	table-layout:auto;
	width:550px;
	margin-bottom:15px;
}
th {
	background-color:#CCCCCC;
}
td {
	white-space:nowrap;
	padding:3px;
	vertical-align:top;
	border-bottom:1px dotted gray;
}
table#trimsize caption {
	background-color:#CCCCCC;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-color:#999999;
	color:#990000;
	font-weight:bold;
}
table#trimsize th {
	padding:3px;
	vertical-align:top;
	color:#FFFFFF;
	background-color:#f30;
}
/* header styles */

h1 {
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#f30;
	text-align:left;
	padding:3px;
	margin:0 5px 0 180px;
	width:594px;
}
/* image styles */

img#tagline {
	display:block;
	margin-left:10px;
	border-top:10px solid #3a6e8f;
}
img#nejmlogo {
	margin-left:520px;
}
img#jwatch {
	margin-left:450px;
	margin-top:5px;
}
/* form styles */

form {
	font-size:90%;
}
form p {
	margin:0 0 12px 0;
	color:#407393;
}
label {
	float:left;
	width:100px;
	margin-right:25px;
}
input.field {
	width:185px;
	background-color:#f0f0f0;
	border-style:none;
	border:1px solid #407393;
	font-size:12px;
	color:#f30;
}
input.textarea {
	width:185px;
	height:160px;
	
	background-color:#f0f0f0;
	border-style:none;
	border:1px solid #407393;
	font-size:12px;
	color:#f30;
}
input.giant {
	font-size:16px;
	font-weight:bold;
}
/* misc. styles */

.footerTxt {
	color:#f30;
	margin-right:10px;
}
.jwatch {
	background-color:#0054a6;
}
#hh {
	margin-left: 180px;
	width:600px;
	border:1px solid #FF0000;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #hh {
 	height:1%;
  }  
  
/* End hide from IE5/mac */