﻿body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
}

a {
	color: #927450;
}

a img {
	border : 0;
}

div.separator {
	background:		url(../images/separator.png) center center no-repeat;
	width:			auto;
	height:			20px;
}

div.issueTOCArea {
	float: left; 
	width: 300px; 
	border: 2px solid #C4A680; 
	padding: 5px; 
	margin: 5px 20px 5px 5px;
}
div.issueTOCArea ul {
	margin-left: 20px;
	padding-left: 0;
}

li.unassignedSectionTOC {
	list-style-type: none;
}

ul.issueTOC {
	margin: 0 0 0 15px;
	padding: 0;
}

div.sectionAbstracts div.separator {
	text-align:		center;
	height:			50px;
	padding-top:		20px;
	background:		none;
	overflow:			hidden !important;
	overflow:			visible;
}
div.sectionAbstracts div.articleAbstract div.articleTitle {
	color:			#987A55;
	font-size:		x-large;
	text-decoration:	underline;
	text-align:		center;
	margin-bottom:		20px;
}
div.sectionAbstracts div.articleAbstract div.ReadMore {
	margin-top:		10px;
	text-align:		right;
}


div.issueFeatures div.sectionAbstracts div.separator {
	text-align:		center;
	height:			20px;
	padding-top:		10px;
	background:		none;
	overflow:			hidden !important;
	overflow:			visible;
}
div.issueFeatures div.sectionAbstracts div.separator img {
	width:			250px;
}
div.issueFeatures div.sectionAbstracts div.articleAbstract div.articleTitle {
	color:			#987A55;
	font-size:		medium;
	font-weight:		bold;
	text-decoration:	underline;
	text-align:		center;
	margin-bottom:		5px;
}
div.issueFeatures div.sectionAbstracts div.articleAbstract div.ReadMore {
	margin-top:		5px;
	text-align:		right;
}