/* Customer_print.css
  Customer portal CSS for printing
  (c) 2007 Dan Nunn */

html {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}

body {
	background-color: #88bbff;
	margin: 0px;
}

#header {
	display: none;
}

#transition {
	display: none;
}

#background1 {
	display: none;
}

div.Article {
  display: none;
}

/* THE FOLLOWING is code for the other sub-pages. */
div.WhiteArticle {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  max-width: none;
}
div.WhiteArticle .whitebox {
  padding-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
div.WhiteArticle .whitebox .white_text p {
	padding-left: 0;
	margin-right: 0;
	padding-top: 0px;
}
div.WhiteArticle .whitebox .white_rightborder {
  display: none;
}

div.WhiteArticle .whitebox .white_text #content {
	overflow: visible;
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
}

div.WhiteArticle .whitebox .white_text #content #home_info {
	text-align: center;
	margin: 0;
	margin-top: 0;
	border: none;
	padding: 0;
	width: 100%;
	overflow: visible;
}


div.WhiteArticle .whitebox .white_text .menu ul li {
	display: none;
	float: none;
}