div.two-column-layout {
	margin-top: 10px;
}

div.rightcolumn {
	margin-right: 10px;
}

/* css for the brochure feature */
div.rightcolumn.brochure-feature {
	background-image:  url("../images/head-grayhatched.gif");
}

div.rightcolumn.fifty-fifty, div.rightcolumn.brochure-feature {
  float: right;
  width: 48%;
  padding: 15px;
}
div.leftcolumn.fifty-fifty, div.leftcolumn.brochure-feature {
  width: 48%;
  padding: 15px 15px 15px 0;
}

div.rightcolumn.all-220 {
  float: right;
  width: 190px;
  padding: 15px;
  /*background: url(../images/gradient.png) repeat-x;*/
  background: #eeeeee;
  border: 1px solid #dddddd;
  /*background: #ffffff;
  border: 1px solid #ffffff;*/
}

div.rightcolumn.all-220 h3, div.leftcolumn.welcome-page h3 {
	font-size: 14px;
}
div.leftcolumn.welcome-page h3 {
	margin-left: 5px;
}

div.leftcolumn.all-220 {
  margin-right: 240px;
  padding: 15px 15px 5px 0;
}

/* css for the two column layout on top of the welcome page */
div.rightcolumn.welcome-page {
  float: right;
  width: 190px;
  padding: 15px;
  background-image:  url(../images/head-grayhatched.gif);
  height: 280px;

}
div.rightcolumn.welcome-page h1, div.rightcolumn.all-220 h1 {
 	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
div.leftcolumn.welcome-page {
  padding: 15px 15px 15px 0;
  /*background: url(../images/gradient.png) repeat-x;*/
  background: #eeeeee;
  margin-right: 240px;
  /*height: 280px;*/
  min-width: 600px;
  text-align: center;
  border: 1px solid #dddddd;
}
