.leftbox{
  font-family:verdana;
	height:373px;
  width:501px;
  background-image: url(boxBG.jpg);
  background-repeat: no-repeat;
  padding: 15px; 0px; 0px; 15px;
  overflow:hidden;
}
.rightbox
{
  font-family:verdana;
  position:absolute;
  top:0px;
  left:510px;
  height:373px;
  width:501px;
  background-image: url(boxBG.jpg);
  background-repeat: no-repeat;
  padding: 15px; 0px; 0px; 15px;
  overflow:hidden;
  
}
.bottombox
{
  position:absolute;
  top:377px;
  left:0px;
  background-image: url(bigBoxBG.jpg);
  background-repeat: no-repeat;
  width:1008px;
  height:316px;
  padding: 15px; 0px; 0px; 15px;
}

.green_box
{
  position:relative;
  top:5px;
  width:100px;
  height:100px;
  background-color: #4c8862;
  width:470px;
  height:30px;
  float:left;
  padding:0px;
}

.title
{
  float:left;
  text-transform: uppercase;
  color:#FFFFFF;
  font-size:14px;
  height:30px;
  padding:0px;
  margin-left:8px;
  margin-top:6px;
  
}
.subtitle
{
  float:right;
  color:#FFFFFF;
  font-size:10px;
  height:30px;
  margin-right:19px;
  margin-top:9px;
}
.txt
{
  font-family:verdana;
  font-size:10px;
  padding-top:5px;
  padding-left:5px;
}
 .bottom_txt
 {
 float:left;
 width:980px;
 
 margin-top:8px;
 }
.bottom_right
{
  font-family:verdana;
  float:right;
  width:479px;
  height:253px;
  overflow:hidden;
}

.bottom_left
{
  font-family:verdana;
  float:left;
  width:479px;
  height:253px;
  overflow:hidden;
}


.gray_box
{
  font-family:verdana;
  height:30px;
  width:980px;
  color:#FFFFFF;
  background-color: #d0cbcc;
  font-size:13px;
}       

.bottom_title
{
  padding-left:8px;
  padding-top:3px;
  float:left;
}

.bottom_left p
{
   display: inline;
}

.bottom_right p
{
   display: inline;
   
}
