/* CSS Document - Print
---------------------------------------------------------- */

body {
	background: white;
	}

/* Unfloat Content and Set to Printable Width
---------------------------------------------------------- */
#wrap, #content {
  float: none;
  width: 690px;
  margin: 0;
  padding: 0;
}

html body p, hr, br, ul, li, td, b, u, i, th, #copyright {
width: auto;
}

html body h1, h2, h3, h4, h5, h6 {
font-family: verdana, arial, helvetica, geneva, sans-serif;
width: auto;}

h1 {
border: none;
}

#nav li {
list-style: none;
}

li {
list-style: disc;
}

/* Hide Content That Should Not Be Printed
---------------------------------------------------------- */
#tabbed_area, ul#navigation li, #highlight_zone, #mygallery, #VTab {
	display: none;
	}

/* Reformat Links
---------------------------------------------------------- */
a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}