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

body {
	background: white;
	}

/* Logo printing
---------------------------------------------------------- */
html body #printlogo { 
display: block;
text-align: left; }

/* 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;
font-size: 16px;
}

#nav li {
list-style: none;
}

li {
list-style: square;
}

/* Hide Content That Should Not Be Printed
---------------------------------------------------------- */
#nav_top, #col_video {
	display: none;
	}

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