body{
	padding:0; margin:0; background: #D6D7A0; color:#111406;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif ; 
	}

#main_body{
	width:970px; margin:0 auto; padding:0 0 0 0;
	}

.sub_cont{
	width:450px !important;
	float:left;
	margin:20px 15px 0 0;
	background: #ffffff;
	color:#5C5C5C;
	padding:0;
	border-radius: 9px;
	-moz-border-radius: 9px; 	
	height: 200px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #99FF33;
	border-right-color: #99FF33;
	border-bottom-color: #99FF33;
	border-left-color: #99FF33;
	}

.sub_cont_small{
	width:225px !important;
	float:left;
	margin:20px 15px 0 0;
	background: #ffffff;
	color:#5C5C5C;
	padding:0;
	border-radius: 5px;
-moz-border-radius: 9px; 		height: 200px;
	border-top-color: #99CC33;
	border-right-color: #99CC33;
	border-bottom-color: #99CC33;
	border-left-color: #99CC33;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	}
	
.sub_cont h2{
margin:5px 5px 0 5px; display:block; padding:0 0 0 1px; background:#99CC00;
	height:41px; color:#FFFFFF; font:bold 16px/41px Arial, Helvetica, sans-serif; width:440px;
	-moz-border-radius: 5px; text-indent:inherit;
	}	

.sub_cont_small h2{
	margin:5px 5px 0 5px;
	display:block;
	padding:0 0 0 1px;
	background:#99CC00;
	height:41px;
	color:#FFFFFF;
	font:bold 12px/41px Arial, Helvetica, sans-serif;
	width:214px;
	-moz-border-radius: 5px; 	text-align: center;
	vertical-align: middle;
	}

.sub_cont_small ul.servi{
	margin:0 0 0 20px; padding:0 0 24px 0;
	}
.sub_cont_small ul.servi li{
	display:block;
	background:url(../images/subdiv_arrow.gif) no-repeat 0 12px;
	padding:0 0 0 12px;
	list-style-type: none;
	}
.sub_cont_small ul.servi li a{
	text-decoration:underline; font-size:11px; line-height:18px; color:#5C5C5C; background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
	}
.sub_cont_small ul.servi li a:hover{
	text-decoration:none;
	}

.sub_cont h4{
	color:#222; background-color:#FFFFFF; font-size:11px; font-weight:normal; line-height:16px; margin:0 2px 0 6px;
	display:block; text-align: justify;
	}

.sub_cont_cell{
	width:140px !important;
	float:left;
	margin:6px 10px 0 0;
	background: #fff;
	color:#5C5C5C;
	padding:0;
	border-radius: 5px;
      height: 85px;
	}

img.center {
  bprder: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
margin-top: auto;
margin-bottom: auto;

}