/* CSS Document */

/* Styles for Printable Version of the Site */


body { 
  position: static;
  color : #000000; 
  background : #ffffff; 
  background-image: none;
  font-family : "Times New Roman", Times, serif;
  font-size : 11pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}

#masterContainer {
	position: static;
}


#subPageContainer {
	background-image: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
}

#subPageContent {
	background-image: none;
}

#pageContent {
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt; 
	margin: 0 0 10% 0;
}

#printLogo {
	width: 100%;
	display: block;
	border-bottom: solid #e1bfc7 1px;
}

#contentArea {
	border: 0;
}

#portalCol01 {
	border: 0;
}

#portalCol02 {
	border: 0;
	background-image: none;
}


#sideBarSub, #sidebar, #portalCol02_Bottom, #dropShadow, #noPrint, #tag, #banner, #subPageTrail, #featureBtn, #navigation, #leftRule, #rightRule, #contentWrapperRight, #portalPageLinks { 
  display : none; 
} 


