body {
	padding: 0;
	margin: 0;
}

.caption {
	font-size: 10px;
}

.photoCredit  {	
	font-size: 9px;
	padding-right: 55px;
	clear: both;
	color: #999;
}

/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

.photoCredit {
	font-size: 9px;
	padding-right: 5px;
	display: block;
	text-align: right;
}

/* hack ends */

.attribution {
	font-size: 9px;
}

.takeAction {
	font-size: inherit;
	font-style: italic;
	border-left: 4px solid #27a1c1;
	border-right: 4px solid #27a1c1;
	display: block;
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:justify;
	margin: 4px;
	clear:both;
}
.interrupt {
	font-size: 10px;
	color: navy;
	font-weight: bold;
}
.boxout {
	border: solid #000 3px;
	margin: 4px;
	background: #EAEAEA;
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	color: #27A1C1;
	font-size: 36px;
	font-weight: normal;
	/*text-align: center;*/
	margin-bottom: -0.5em;
}

h4 {
	font-size: 18px;
	font-weight:bold;
	/*text-align:center;*/
}

h5 {
	font-size: 14px;
	margin-bottom: 2px;
}

h6 {
	display: inline;
}

.author {
	font-size: 85%;
	font-style: italic;
	margin-left: 11px;
}
#contentArticle {
	margin-left: 565px;
	min-height: 100%;
	background: #000;
}
#contentArticle p {
	font-size: 80%;
	margin: 20px;
}
#contentArticle h1 {
	font-size: 130%;
	color: #036;
	padding: 0;
	margin: 20px;
}
#contentArticle ul {
	list-style: none;
}
#contentArticle ul li {
	list-style: none;
	padding-bottom: 1px;
}
#contentArticle ul li a {
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	margin-left: -42px;
	padding-left: 15px;
	display: block;
}
#contentArticle ul li a:hover {
	color: #036;
	background: Gray;
}
#leftcolArticle {
	margin: 0;
	width: 545px;
	float: left;
	border-right: 1px solid #000;
	padding: 9px;
	background: #fff;
}
#leftcolArticle p {
	font-size: 80%;
}
#wrapperArticle {
	width: 700px;
	margin: 10px auto;
	border: 1px solid #000;
	text-align: left;
	background: #000;
}
#leftcolArticle a {
	target-new: tab;
	color: #9A223F;
	text-decoration: none;
}
#leftcolArticle a:hover {
	text-decoration: underline;
	color: #036;
}

#coverThumb {
	position: fixed;
	bottom: 1em;
	left: 1em;
	right: 1em;
	/*text-align: right;*/
	color: #999;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	clear: both;
}

#stuff {
	padding: 0 1em;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #333;
	background-color: #fff;
	font-size: 85%;
}

.graphicRight {
	float: right;
	padding: 8px 0 8px 8px;
}

.graphicLeft {
	float:left;
	padding: 8px 8px 0 8px;
}

.graphicCenter {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	display:block;
	padding: 8px;
}

.pullquote {
	font-size: 15px;
	font-style: italic;
	color: #27A1C1;
}

.pullQuoteLeft {
	display:block;
	float:left;
	font-size:15px;
	width:250px;
	margin:8px;
	font-style: italic;
	color: #27A1C1;
	padding: 2px;
	border-bottom: 1px, dashed, #27A1C1;
	border-bottom-style:dotted;
	border-top: 1px, dashed, #27A1C1;
	border-top-style:dotted;
	text-align:justify;
}

.pullQuoteRight {
	display:block;
	float:right;
	font-size:15px;
	width:250px;
	margin:8px;
	font-style: italic;
	color: #27A1C1;
	padding: 2px;
	border-bottom: 1px, #27A1C1;
	border-bottom-style:dotted;
	border-top: 1px,  #27A1C1;
	border-top-style:dotted;
	text-align:justify;
}

img {
	border: 0;
}

.masthead {
	margin: 1.5em 0 1em 3em;
	padding: 0 8em;
	float: none;
	color: #fff;
	width: 100%;
	height: 88px;
	display: inline;
	white-space: nowrap;
	background: #fff url(/eijournal/preview/graphics/masthead.gif) no-repeat left top;
}

.letterQuote {
	color: #030;
	background-color: #ffc;
	line-height: 0.9em;
	padding: 1em;
}

/*.unnamed1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	border: 9;
}*/

.question {
	font-style: italic;
	font-weight: bold;
}

cite cite {
	font-style: normal;
}