@charset "utf-8";
/* CSS Document */


#divcontainer
{
		clear: both;
	font-size: 100%;
}

#divcontainer li
{
	font-size: 130%;
}

#divcontainer ul.pdf
{
	font-size: 60%;
}
/* sets the colour for page anchor links */	

li.anchor a:visited {
	text-decoration:none;
	color: #336666;
}

li.anchor a:hover {
	text-decoration: underline;
}

.pzjaheadingdate, .anchor a:hover {
	margin-bottom: 1em;
}

li.anchorsub {
	margin-left:15px;
	font-weight:normal;
}

#divcontainer p a.anchor:visited {
color: #336666; 
}

/* sets the colour for h2 headings ie div headings */	

h2.pzjaheadingdate 
{
	margin: 0;
	padding: .2em;
	background-color: #dfdfdf; 
	color: #000;
	width: 95%;
	margin-bottom: 1em;
	list-style-image: url(../../images/icons/arrow_rt.jpg);
	}
/* sets the colour for h3 headings in the div ie date/description headings */	

#divcontainer h3.anchor
{ 
	margin: 0;
	color: #000; 
	/*background-color: #DFE6DB;*/
	background-color: #F0F0F0;
	width: 95%;
	margin-right: 0;
	font-weight: normal;
	list-style-image: url(../../images/icons/arrow_rt.jpg);
}

#divcontainer h3.anchor a
{ 
	/*color: #000; */
	text-decoration: none;

}

#divcontainer h3.anchor a:hover
{ 
/*	color: #000; */
	text-decoration: underline;

}
/* setings for the p container inside the div */	

#divcontainer p
{ 
	margin-left: 5em;
}

/* sets the image and position of the li decorations to show what type of file being downloaded */

.web {
	list-style-image: url(../../images/icons/html.gif);
}


.pdf {
	list-style-image: url(../../images/icons/pdfsmall.gif);
}


/* settings for the divdetail class of p inside the div */
#divcontainer p.divdetail 
{
	margin-left: 1em;
	padding: 0;
}

div.switchcontent li.divdetail 
{
list-style-image:none;
list-style-image: url(../../images/icons/html.gif);
}

div.switchcontent
{
	margin-bottom: 1em;
}

.anchortop
{
font-size: 60%;
}
