/* BEGIN PRINT CSS -----------------------------------------------> */

/* Hide these */
#menuWrapper,
#udm,
#banner,
#optionsBox,
#searchBox,
.contentSide .contentNavbar,
.bioLetters,
.submitButton,
#listLinks,
.viewMore,
.newsViewMore,
span.footerR,
#questionBox,
#index img#homeNews,
#index img.spotPic {
	display: none;
}	

body {
	width: auto;
	padding: 0px;
}

#header {
	background: none;
}


/* Home page */

#index #sideBox {
	border: 0px solid #d1cfbc;
}

#index #banner {
	display: block;
}

#index #contentWrapper {
	!width: 700px;
}

#index .contentMainCol {
	width: 350px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto !important;
	background: none;
}

#index .contentSide {
	width: 190px;
	padding: 0px 0 0 0;
}


/* Inside Pages */

#contentWrapper {
	background: none;
	height: auto !important;
	
	overflow: visible !important; /* need for FF */
	height: 100% !important; /* neede for FF */
}

.contentMainCol {
	width: 451px;
	height: auto !important;
	padding: 0px 0px 0px 0px;
	background: none;
	border-left: 0px solid #fff;
}

.contentSide {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 194px;
}

.bioListName {
	width: 141px;
}

.bioListPhone {
	width: 100px;
}

.bioListEmail {
	width: 150px;
}

.newsSummaryTitle {
	width: 320px;
}

.footer {
	padding: 12px 0 0 0px;
	background: none;
	height:auto !important;
}


/* END PRINT CSS -------------------------------------------------> */
