@charset "utf-8";
/* CSS Document */


/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #fff;
	background-image: url(../images/charcoaldots.gif);
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
}

/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #rightColumn1 {
  width: 220px;
}

/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
