@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: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
}

#outerWrapper #header #addressBox {
	display: none;
}

#outerWrapper {
	border: none;
}

#outerWrapper #menubar {
	display: none;
}

#outerWrapper #footer {
	display: none;
}

#outerWrapper #leftColumn1 {
	display: none;
}

#outerWrapper #rightColumn1 {
	display: none;
}


#outerWrapper #rightColumn1.bio {
	display: inline;
}
#outerWrapper #contentWrapper #contentColumn {
	border-bottom: 0px; /* Sets the right border properties for an element using shorthand notation */
}

#outerWrapper #contentWrapper #contentTwoColumnWide {
	border-bottom: 0px; /* Sets the right border properties for an element using shorthand notation */
	}
	
#outerWrapper #contentWrapper #contentColumn.news {
	border-right-width: 0px;
}

#outerWrapper #contentWrapper #contentThreeColumnWide {
	border-bottom: 0px; /* Sets the right border properties for an element using shorthand notation */
	}
-->