body {
background: #fff; 	
color: #000; 	
font: normal 13px/1.3 Trebuchet MS, Geneva, Arial, sans-serif; 	
*font-size: small; /* to make font's resizable in IE */ 	
*font: x-small; 	
margin: 0; 	
padding: 10px; 	
 }

.hide-the-pops {
display: block;
width: 95%;
text-align: left;
}

#nav,
#left-panel,
#subMenusContainer,
#branding,
.branding {
display: none;
}

* {
text-align: left !important;
}


a {color : #2c40b1;
text-decoration : none;
}
a:hover {
color : #e57a17;
}
h1, h2 {
color : #111e6a;
margin: 5px 0;
padding: 0;
}
h3 {
color : #2c40b1;
}



.call-to-action {
display: none;
}

.think-block,
.plan-block,
.deliver-block {
width: 180px;
height: 110px;
margin: 2px;
padding: 5px;
text-align: center;
background: #242d5e;
color: #fff;
}

.think-block h3,
.plan-block h3,
.deliver-block h3 {
color: #fff;
margin: 10px 0 0 0;
font-size: 160%;
text-decoration: underline;
}

.think-block p,
.plan-block p,
.deliver-block p {
margin: 0;
padding: 15px 0;


}


.think-block a,
.plan-block a,
.deliver-block a {
color: #e57a17;


}



