* {
	margin: 0;
	padding: 0;
}

body#newsletter  {
	background: #ceede9;
	color: #1A1C30;
	/*font: .81em verdana, georgia, times, "times new roman", serif;*/
	padding-bottom: 12px;
}

#newscontent {
 	border-top: 1px solid #9999FF;
 	padding-top: 10px;
}

#newscontainer {
	border: 1px solid black;
	background: #E0EEF8 url(bgbg.gif) left repeat-y;
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#newscontainer #header {
	font-family: georgia, times, serif;
	color: black;
	height: 185px;
	background: white url(headperfect.jpg) no-repeat;
	border-bottom: 1px solid black;
}

#newscontainer #header h1 {
	font-size: 36px;
	position: relative;
	top: 20px;
	left: 60px;
	margin: 0;
}

#newscontainer #header h3 {
	font-size: 24px;
	position: relative;
	top: 20px;
	left: 150px;
}

#newscontainer #header p {
	font: 1.2em/15px georgia, times, serif;
}

#newscontainer #header p#issuenum {
	float: left;
	position: relative;
	top: 80px;
	left: 15px;	
}

#newscontainer #header p#date {
	float: right;
	position: relative;
	top: 80px;
	right: 25px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#sidebar {
	float: left;
	font: 11px/16px verdana, arial, sans-serif;
	width: 184px;
	margin: 1em 8px 0 8px;
}

#sidebar h3 {
	margin: 1em 0 .5em;
	font-weight: bold;
}

#sidebar dl {
	margin: 2px 0 1em;
}

#sidebar dt {
	margin: 0 6px;
}

#sidebar dd {
	margin: 0 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.toc {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.toc a {
	text-decoration: none;
	display: block;
	font-size: .98em;
	margin: 0 0 4px;
}

#newsletter #content {
	clear: none;
	border: none;
	padding: 0 8px 8px;
	margin: 0 0 0 200px;
}

* html #newsletter #content {
	clear: none;
	border: none;
}

#content h2 {
	/*font-family: "century gothic", verdana, arial, sans-serif;*/
	color: inherit;
	clear: none;
	margin: 1em 0 .5em;
	font-weight: normal;
}

#content p {
	margin: .5em 0;
	line-height: 1.24em;
}

* html #newsletter p {
	width: auto;
}

.right {
	margin-left: 8px;
	float: right;
}

.left {
	float: left;
}

a {
	color: #8C242D;
}

a:hover {
	text-decoration: none;
}

ol, ul, blockquote {
	margin-left: 3em;
}

dl {
}

dt {
	margin: 1em 6px 0;
}

dd {
	margin: 0 12px;
}


blockquote {
	margin: 1em 0 0 2em;
}

#content img {
	margin: 8px;
	border: 1px solid black;
}

#content blockquote p {
	line-height: 1.2em;
}

#footer {
	clear: both;
	border-top: 1px solid black;
}
