/* PRINT STYLESHEET */

#container
{
	width: 100%;
	border: none;
}

#top-nav-holder, #header, #nav-holder, #middler-right, #bottom-nav-holder, #footer, #homequotes, p#go-to-search-guide, .pic-with-caption
{
	display: none;
}

#print-header
{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}

#middler-left, #middler
{
	width: 95%;
	float: none;
	min-height: 0;
}

div.event-item, div.article-item
{
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}

p, h1, h2, h3, h4, h5, h6, ul, li
{
	background: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
}

p
{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 18px;
}

.toggle
{
	display: inline !important;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin-bottom: 15px;
}

h1
{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#print-header h1
{
	font-size: 30px;
	margin-bottom: 3px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 17px;
}

img
{
	display: none;
}

a
{
	color: #000;
	text-decoration: underline;
}

ul
{
	list-style-type: disc;
	margin-bottom: 15px;
	margin-left: 15px;
}

ul li
{
	margin-bottom: 10px;
}

ul.generic
{
	margin-bottom: 30px;
}

ul.generic li
{
	padding-left: 0;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}
