/* CSS Document Print */

body {
	background: white;
	}

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

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

#left li{
	list-style: circle;
}

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

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

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