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

/* Hide these */
#menuWrapper,
#udm,
#topLinks,
.noPrint,
#letterLinks,
.bioItem .vcard,
.vCard a,
#backLink,
.search_form #search,
#flashContent_circles,
#flashContent_quotes,
#header #topSearch {
	display: none;
}

body {
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#body {
	background: none;
}

img#logo {
	position: absolute;
	z-index: 2000;
	top: 0px;
	left: 0px;
	margin-top: -100px;
	!margin-top: 15px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 1px;
	border-top: 122px solid #293843;
	margin: 0 0 25px 0;
}

/*home page */

#index .contentMainCol {
	height: 360px;
}

/* inside pages */

#contentWrapper {	
	margin-top: 20px;
	padding: 0px;
	background: none;
	
  	overflow: visible !important; /* need for FF */
	height: 100% !important; /* need for FF */
	!height: auto !important;
}

.contentMainCol {
	width: 55%;
	margin: 12px 0 0 0;
	padding: 0px 0 20px 0px;
}

.contentSide {
	width: 28%;
	margin: 12px 110px 0 0;
	!margin-right: 60px;
	padding: 0px;
	font-size: 11px;
}

.bioItem {
	width: 190px;
}

#bioPic {
	top: 89px;
	left: 197px;
}

#footer {
	overflow: visible !important; /* need for FF */
	height: 100% !important; /* need for FF */
	!height: auto !important;
}

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

