.title-With-Background 
{ 
	background-color:#5E6E9E;
}

/* hide the qlaunch space and the search bar */
#hide{
display:none;
}
.search{
display:none;
}

/* size the width of the page to 95% and then align the banner to the left
.master
{
	width:95%;
margin:0px auto;
}
.console
{
text-align:left;
}
*/