/* CSS Document */
#box_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color: #D6E9D5;
	z-index: 1;
 }
 #container_right{
	position: absolute;
	left: 560px;
	top: 230px;
	width: 379px;
	z-index: 2;
 }
 .box_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color: #D6E9D5;
 	vertical-align: text-top;
}
 #box_left h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 6px;
	margin:0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	background-color: #32982b;
 }
 
 .box_right h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 6px;
	margin:0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	background-color: #32982b;
 }