#sectionNavigation,
#siteNavigation,
#searchPanel,
#siteInformationNavigation,
#loginPanel
{
	display: none;
}

object,
embed
{
	display: none;
}

body
{
	font-family: Arial, Sans-Serif;
	font-size: 0.76em;
	background-color: #fff;
}

h1
{
	font-size: 2.5em;
	margin: 15px 0 15px 0;
	clear: left;
	color: #aaa;
	font-style: oblique;
}

h2
{
	margin: 10px 0 10px 0;
	font-size: 1.2em;
}

h3
{
	margin: 0 0 10px 0;
	font-size: 0.9em;
	display: block;
	clear: both;
}

p
{
	margin-bottom: 5px;
}

em
{
	font-style:normal;
	font-weight: bold;
}

ul
{
	list-style-type:disc;
	margin-left: 25px;
	margin-bottom: 5px;
}

body img
{
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #aaa;
	clear:left;
	float: left;
}

img#HRPMainLogo
{
	float: none;
	margin-bottom: 10px;
	border: 0 none;
}

div#breadcrumb
{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px 0 5px 0;
}

div#breadcrumb span.locationText
{
	float: left;
}

div#breadcrumb li
{
	display: inline;
	margin: 0 0 0 10px;
}

a
{
	color: #000;
}

div#copyContainer a:link:after, div#copyContainer a:visited:after {
   content: " ( " attr(href) " ) ";
   color: #aaa;
   }

u
{
	text-decoration: none;
}

hr
{
	height: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0 none;
	display: block;
	clear: both;
	margin: 5px 0 5px 0;
}

/*block level elements*/

div.cGenericPanel,
li.clearList 
{
	display:block;
	clear: both;
}

*:first-child+html ul
{
	list-style-position: inside;
}