@page {
  margin: 0.6in;;
}

body, html{
	font-size: 12pt;
}

.leftmenu{
	display: none;
}
.rightbar{
	display: none;
}
.pagehead{
	display: none;
}

.topmenu{
	display: none;
}

.pagefooter{
	display: none;
}

.article{
 margin-bottom: 1em;
 margin-top: 1em;
 padding: 1em 1em 2em 1em;
 border-bottom: 2px solid #AAAAAA;
 overflow: auto;
}

.heading{
	height: 195px;
}

.heading a{
	display: none;
}

.box{
	border: solid 2px;
	width: auto;
	padding: 1.5%;
	float: left;
	position: relative;
	page-break-inside: avoid;
}

.left{
	float: left;
	margin: 1em 1em 1em 0em;
}

.right{
	float: right;
	margin: 1em 0em 1em 1em;
}

.art-title{
	font-size: 130%;
}

.art-subtitle{
	font-size: 100%;
}

.sectiontitle{
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
	padding-left: 1em;
}

.imgright{
	border: none;
	margin-left: 1em;
	margin-top: 0em;
	text-align: center;
	position:relative;
	float: right;
}

.imgleft{
	border: none;
	margin-right: 1em;
	margin-top: 0em;
	text-align: center;
	position:relative;
	float: left;
}

.caption{
	font-size: 85%;
	font-weight: bold;
	clear: both;
	text-align: left;
}

.author{
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
}

li ol li{
	display: list-item;
	list-style-type: upper-latin;
}

.note{
	font-style: italic;
	margin-top: 1em;
}

.looselistitem{
	display: inline-block;
	
}
