body {
	padding: 0;
	margin: 0;
	background: #000000 url(../images/greybg.jpg) no-repeat center top;
    /*background-image: url(../images/main_bg.png);*/
	color: #cccccc;
	font-family:verdana, arial, sans-serif;
    text-align: center;
    height:100%
  }

  #top_black_bar{
  width:100%;
  height:40px;
  background-color:#000;
  color:#CCC;
  margin:0px;
  }
  
 #upper_logo{
 	background: url(../images/top_logo.png) no-repeat center top;
 	width:166px;
 	height:157px;
 	position:absolute;
 	top:0px;
 	left:300px;
 	z-index:1000;
 	
 
 
 }
 
 
 #top_container{
 	width:990px;	
  	text-align:left;
 	margin-left: auto;
    margin-right:auto;
	height: 300px;
  } 
    
#header {
     width: 700px;
    text-align:left;
	margin-top: 168px;
    margin-left: auto;
    margin-right:auto;
	height: 110px;
}



#content {
	width: 998px;
   height: auto;
	margin: 35px auto 0;
    background: #ffffff url(../images/grey_fade_bg.png) repeat-x;

	/*border: solid 1px #ccc;*/
	/*padding: 20px;*/
}

.title1{

font-family: arial;
font-size: 24px;
font-weight: bold;
color: #006600;
padding:16 16 4 10;
}

#left_content{
    float:left;
    width: 680px;
    /*background: #ffffff url(../images/grey_fade_bg.png) repeat-x;*/
      padding:8px;


}

#right_content{

float: right;
width: 247px;
padding: 0px;
background: #ececec url(../images/grey_fade_bg_two.png) repeat-x;
color: #111111;


}

#latest_news{

padding-left: 8px;
padding-top: 0px;
padding-right:8px;
font-size: 11px;
}

#divider{

    width:100%;
   background: #0D4D00 ;
   height:20px;

}

.footer_block{
    float: left;
    width : 210px;
    height: 240px;
    margin: 14px;
    font-size: 11px;
}
.block_heading{
    color:#0D4D00;
    font-size: 16px;
    font-weight: bold;
}

.footer{
    width: 998px;
    height: 60px;
	margin: 0px;
 background: #ffffff url(../images/grey_fade_bg.png) repeat-x;
}

.news_heading{
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
    color: #006600;
    padding:4 4 4 4;
}

.news_link{
color: #009900;
text-decoration: none;
font-weight: normal;
font-size: 12px;
}

#footer_block_outside{
background: #ECECEC url(../images/ec_bg.png) repeat-x;;
  width: 998px;
  height:280px;
}


.mailer{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;

}
