.bannerWrap
{
    background:#fff ;  
    background-repeat:repeat; 
    
}
.BannerPane
{  
    overflow:hidden; 
}
/*content*/
 
.contentWrap
{  
  background:#009eda;
}
.contentInner
{
   overflow:hidden;
   background:transparent url("images/shadow.png") top no-repeat;
   color:#fefefe;
   padding: 10px 0px 16px 0px;
}
 .ContentLeftPane
 {     
     padding:0px 16px 0px 0px;
  	width:600px; 
  }
 .ContentLeftPane, .ContentRightPane
{ 
	color:Black;
	}
  .ContentPane
  {
  	padding:0 45px;
  	}
  
 /*undercontent*/
 .underContentWrap
{ 
     background:#0d1016 url("images/underFooter_bg.png") repeat-y 50% 0;
}

.more,.contentInner .more
 {      
     vertical-align:top;
     background:transparent url("images/ReadMore.png") no-repeat;
     text-align:center;
 }
 
 .more a,.contentInner .more a
 { 
 	font-size:12px; 
 	font-family:Arial; 
 	text-align:center; 
 	line-height:24px;
 	color:Black;
 	text-decoration:none;
 	font-weight:normal;
 	margin:0;
 	}

.underContentInner
{
     /*padding:20px 0 20px 0;*/ overflow:hidden;
   
}
.BottomLeftPane, .BottomCenterPane, .BottomRightPane  
{ 
	float:left; 
	width:35%;
	margin-top:0.07em;
	}

.BottomCenterPane
{
  	width:30%;
  	}
 
 .contentInner a, .submit a
{
    color: #000000;
    line-height: 15px;
    font-size: 15px;
    display: block;
    margin: -3px 0 10px 0;
    text-decoration: underline;
}
 .twitterElement p , .twitterElement strong{ padding-top:10px; color:#787c86; font-size:11px;}
.twitterElement strong {color:#464850;}
.twitter a {color:#d6302c; text-decoration:none; margin-right:15px;}

