@charset "utf-8";

#left_panel {
	position: absolute;
	top: 14.6%;
	height: 84%;
	left: 0%;
	width: 15%;
	border: 2px solid lightgrey;
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
}
.left_title1 {
	font-size: 16px;
	font-family: Arial;
	text-align: left;
	text-decoration: underline;
	padding-left: 5%;
}
.left_title2 {
	font-size: 14px;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 0.7em;
}
.left_list {
	position: relative;
	top: 0px;
	width: 100%;
	list-style-type: none;
	text-align: left;
	line-height: 0.6em;
}


#main_panel {
	position: absolute;
	top: 14.6%;
	height: 84%;
	left: 16%;
	width: 83%;
	font-family: Arial;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 3px;
	border: 2px solid lightgrey;
}

.main_title1 {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 14px;
	font-family: Arial;
	text-align: left;
	text-decoration: underline;
	padding-left: 0%;
/*	border: 1px solid lightgrey;*/
}
.pos_co_date {
	margin-top: 0.6em;
	margin-bottom: 0px;
	height: 1em;
	width: 90%;
	padding-bottom: 0%;
	line-height: 0.7em;
/*	border: 1px solid lightgrey;*/
}
.main_title2 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0%;
	left: 0px;
	width: 30%;
	float: left;
}
.main_co_name {
	font-size: 12px;
	font-style: italic;
	line-height: 0.7em;
	text-align: left;
	display: block;
	float: left;
	width: 25%;
}
.dates {
	font-size: 12px;
	float: left; 
	width: 20%;
}

.main_list {
/*	position: relative;*/
	left: 0px;
	width: 90%;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
	text-align: left;
/*	border: 1px solid grey;*/
}
