/* Remove unwanted elements */
#jsn-leftsidecontent, #jsn-header, #jsn-footer, #jsn-mainmenu, #jsn-pathway, #breadcrumbs, #pathway .noprint 
{ 
	display: none;
}

#jsn-page {
	border: none;
}

#jsn-master {
    background: none !important;
}

#jsn-content_inner1 {
    background: none !important;
}

#jsn-content_inner2 {
    background: none !important;
}

#jsn-content 
{
	width: 90%; 
	margin: 0; 
	float: none;
    background: none !important;
	border: none;
}

#contentpagetitle
{
	font-size: 18pt
}

/* Improve contrast of links */
a:link, a:visited
{
	color: #781351
}

