* {
	font-family:verdana;
	font-size:11px;
	line-height:16px;
	background:white;
}

body, html, table, tr, td{
	margin:0;
	padding:0;
}


h1,h2{
	color:#0E3F81;
	font-weight:bold;
}

#printheader{
	position:absolute;
	visibility:visible;
	top:0px;
	left:0px;
}

#headrow{
	visibility:hidden;
}

#headtoparea{
	visibility:hidden;
}

#contentarea{
	position:absolute;
	top:100px;
	left:0px;
	float:left;
	width:650px;
}

#content{ 
	margin-top:20px;
}
#bottomarea{
	visibility:hidden;
}
#teaserarea{
	visibility:hidden;
}
#printfootrow{	
	position:relative;
	visibility:visible;
	margin-top:50px;
}
#leftnavarea{
	visibility:hidden;
}

/*--------------------- joomla existing styles start ------------------------*/

/*the title of a content item */
.contentheading {
	font-weight:bold;
	font-size:16px;
	padding-bottom:30px;
}
/*the link of a title of a content item */
.contentpagetitle a {

}

/*--------------------- joomla existing styles end ------------------------*/