/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #FFFFFF; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#outer_wrapper {
	background-image: url(img/clm09_left_print.gif);
	background-repeat: repeat-y;
	
}
#wrapper {
	background-image: url(img/clm09_right_print.gif);
	background-repeat: repeat-y;
	background-position: right top;	
	
	border-bottom: 1px solid #000000;
}
#outer {
	width: 100%;
	margin: 0 0px 0 0px;
	padding: 0px;
}
#right {
	display:none;
}
#right .content {
	padding: 24px;
	font-size: 0.85em;
	line-height: 1.65em;
}
#column_wrapper {
	border-right: 0px solid #FFFFFF;
	
	background-image: none;
	
}
#left {
	display:none;
}
#topNav {
	display:none;
}

#leftColumn1 {
	display:none;
}
#left {
	display:none;
}

#header {
	display:none;
}

#top {
	display:none;
}

#bottom {
	display:none;
}

#footer {
	display:none;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  border-color: #FFFFFF; /* Sets the border color properties for an element using shorthand notation */
  width: 99%;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}


