/*
	twocolumn.css
*/

div.rightpanel {
  	position: absolute ;
	top: 5px ;
	left: 200px ;
	right: 0 ;
	width: auto ;
	line-height: 1.3em ;
	padding-right: 0.5em ;
	font-family: Arial, Helvetica, sans-serif ;
}
div.leftpanel {
	position: absolute ;
	top: 5px ;
	left: 5px ;
	width: 190px ;
	text-align: center ;
}
div.footer {
	text-align: center ;
}
div.header {
	color: black ;
	background-color: #D0F0C0 ;
	padding: 4px ;
	padding-left: 15px ;
	border-top: 1px solid #F0FFF0 ;
	border-right: 1px solid #008000 ;
	border-bottom: 1px solid #008000 ;
	border-left: 1px solid #F0FFF0 ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 10pt ;
}
h1.header {
	font-size: 24pt ;
	line-height: 1px ;
}
div.copyright {
	color: black ;
	background-color: #D0F0C0 ;
	padding: 4px ;
	border-top: 1px solid #F0FFF0 ;
	border-right: 1px solid #008000 ;
	border-bottom: 1px solid #008000 ;
	border-left: 1px solid #F0FFF0 ;
	font-family: Arial, Helvetica, sans-serif ;
}


