/* media=print */

/******************** hide backgrounds and unwanted page elements, resize page *********************/
.noPrint, #navHeader, #photoHeader, #contentTopMargin, #leftColumn, #rightColumn, #navTrail, #footerContainer, #contentBottomMargin, #footer, .shadow-b, #copyright {
	display: none;
}

#page, #centerColumn, #topShadow, #html, #innerContainer, #container, body{
	background: white;
        width: auto;
}

html>body #container {
  background: white;
}

html> body #topShadow {
 background: white;
}

/******************** text formatting **************************/
html {
  font-family: Georgia;
  font-size: 13px;
  line-height: 1.7;
}

body {
	word-wrap: break-word;
	margin: 0px;
}

body a {
  text-decoration: none;
}

h1 {
  font-size: 22px;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 2px;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 2px;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 2px;
}
h4 {
  font-size: 16px;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 2px;
}
h5 {
  font-size: 14px;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 2px;
}

img {
	border: 0px;
}

a {
 color: black;
}	

#e2Campus_notice { display: none; }


