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

body {
	background: white;
	}

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

#mygallery {
float: none;
}

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;
}

.Accordion {
  overflow: visible !important;
}

.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}

/* Hide Content That Should Not Be Printed
---------------------------------------------------------- */
#shortcuts, #secondary, #navigation, #navigation ul, #grayslider, #blog, .panel {
	display: none;
	}

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