@page {
	margin: 10%;
}

body {
	font-size: 10pt;
	font-family: georgia, "times new roman", times, serif;
	background: white;
	color: black;
	overflow: visible;
}

#main {
	overflow: visible;
}

#left {
	display: none;
}

#content {
	margin: 0;
	max-width: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:verdana,helvetica,arial,sans-serif;
	page-break-after: avoid;
	page-break-inside: avoid;
}	

a:link, a:visited {
	color: #005594;
	font-weight:bold;
	text-decoration: underline;
}

ul, ol, dl {
	page-break-before: avoid;
}

li {
	page-break-inside: avoid;
}
