/* Print */

body {
	font-size: 62.5%;
	font-family: Verdana;
}	

#header,
#footer,
div.browse,
div.welcome div.dynamic-image  {
	display: none;
}

div.logo img {
	border: 0;
}

#content h1 {
	font-size: 2.9em;
	color: #BB6DB8;
	font-weight: normal;
}

#content {
	font-size: 1.2em;
	color: #313131;
}

#content p {
	line-height: 1.5em;
	margin: 10px 0;
}

#content ul {
	margin: 10px 30px;
}

#content ul li {
	line-height: 1.5em;
	padding-left: 20px;
}	

#content a {
	color: #BB6DB8;
	text-decoration: underline;
}

#content a:hover {
	color: #532876;
	text-decoration: underline;
}

#content h2 {
	color: #532876;
	font-size: 1.6em;
	font-weight: normal;
}

#content h3 {
	color: #BB6DB8;
	font-size: 1.4em;
	font-weight: normal;
}

#content h4 {
	color: #BB6DB8;
	font-size: 1.2em;
}

#content hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #E0E0E0;
}

#content strong {
	color: #532876;
}

