/* Special CSS for Printing page */

/*remove unneeded page elements*/
#leftmenu{
	display: none;
}

#navlist{
	display: none;
}

#topmenu{
	display: none;
}
/* remove backgrounds */

#header{
  margin: 0 auto;
  font-size:medium;
  padding-top: 15px;
  padding-bottom: 15px;
  width: auto;
  text-align: left;
  background-color:#FFFFFF;
}

#content {
  width: auto;
 }

#rightcontent{
margin: 0 auto;
  width:auto;
  border-left: none;
  text-align: left;
  padding: 0;
  float: left;
  font-size:14pt;
 }

img {
	display: none;
 }

img.logo {
  display: none;
 }


img.padright {
	display: none;
}

body {
	background: #FFF;
	width: auto;
}


/*layout adjustments */
#wrapper {
	background: #FFF;
	width: auto;
	border-style: none;
}

#footer {display:none;}

/* font settings */
* {
	color: #000000 !important;
}

h1 {
	font-size: 16pt !important;
}

p {
	font-size: 14pt !important;
}
