@charset "utf-8";
/* CSS Document */

<style type="text/css">

 /* set the image to use and establish the lower-right position */
    .purplebox, .purplebox_body, .purplebox_head, .purplebox_head h2{
      background: transparent url(purpleboxbig.png) no-repeat bottom right}
    .purplebox{
    /* intended total box width - padding-right(next) */
      width:500px !important; /* IE Win = width - padding */
      width: 485px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .purplebox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .purplebox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
	  
	  font-size: 1.75em;
	  color: #CCCCCC;
	  font-weight: bold;

      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .purplebox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
	  font-size: 1.25em;
	  color: #CCCCCC;
      padding:15px 0 15px 40px} /* mirror .purplebox_head right/left */

 /* set the image to use and establish the lower-right position */
    .whitebox, .whitebox_body, .whitebox_head, .whitebox_head h2{
      background: transparent url(whiteboxbig.png) no-repeat bottom right}
    .whitebox{
    /* intended total box width - padding-right(next) */
      width:500px !important; /* IE Win = width - padding */
      width: 485px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .whitebox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .whitebox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
	  
	  font-size: 1.75em;

      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .whitebox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
	  font-size: 1.25em;
      line-height: normal;
      padding:15px 0 15px 40px} /* mirror .whitebox_head right/left */



</style>
