@charset "iso-8859-1";
/* CSS Document */
html {
	background-color: #ffffff;
	height:100%;
}
body {
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	color:#000000;
}
/************ HyperLink **************/

a {
	text-decoration: underline;
	color: #000000;
}
/************ Heading Heirarchy **************/
h1 {
	font-size:1.75em;
	font-weight:bold;
}
h2 {
	font-weight: bold;
	font-size: 1.75em;
	margin-top: 0.55em;
	margin-bottom: 0.55em;
}
h3 {
	font-weight: normal;
	font-size: 1.6em;
	margin: 0.625em 0 0.312em 0;
}
h4 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0.5em 0 0.312em 0;
}
h5 {
	font-weight: normal;
	font-size: 1.15em;
	margin: 0.5em 0 0.312em 0;
}
h6 { /* this header class should be used for menu items for accessibility */
	display: none;
}
h6 a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
/************ Images **************/
img {
	font-size: 0.15em;
	text-align: left;
}
.img-imgleft { /* Use on <img>, <span> or <div>. No caption */
float:left;
margin-right:1em;
}
.img-imgright { /* Use on <img>, <span> or <div>. No caption */
float:right;
margin-left:1em;
}
.img-border { /* Use on <img> tag. Places a border on a pic */
	border: 1px solid #000000;
}
.img-standard { /* Use on <img> tag. Places spacing on the bottom of a pic */
	margin: 0em 0em 1em 0em;
}
.img-left-caption { /* Use on <div> or <span> tag. Places spacing if you need a pic caption */
	float:left;
	margin: 0em 1em 1em 0em;
}
.img-right-caption { /* Use on <div> or <span> tag. Places spacing if you need a pic caption */
	float:right;
	margin: 0em 0em 1em 1em;
}
.img-caption { /* Use on <span> or <p> tag under an image. Styles a caption */
	font-weight: normal;
	font-size: 80%;
	padding-top: 0.25em;
	display:block;
}
/************ Lists **************/
#mainContent ul {
	margin: 0.75em 2.5em;
}
#mainContent ol {
	margin: 0.75em 3em;
}
#mainContent ul ul, #mainContent ol ul {
	margin: 0 0 0.5em 2.5em;
	list-style-type: disc;
	list-style-image: none;
}
/************ Layout **************/
#container {
	width: 100%; 
} 
#header, #menuwrapper, #p7PMM_1, #sidebar1{
	display: none;
}
#footer {
	color: #000000;
	font-size: 90%;
	text-align: left;
}
/************ Breadcrumb **************/
#bc {
	clear:both;
	width:100%;
	color:#000000;
	display:block;
	background-color:#FFFFFF;
	text-align:left;
	font-size: 100%;
}
.arw-breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:105%;
	font-weight:normal;
	color:#000000;
}
#breadcrumb {
	display:block;
	font-size:75%;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#000000;
	margin-top:0;
	margin-bottom:0;
	padding-right:0;
	padding-bottom:5px;
	padding-left:0px;
	line-height: 200%;
}
.bc-text {
	display: none;
}
/****************Table Styles **********************/
table {
	margin-bottom:1.25em;
	font-size:90%;
	border: 0.25em solid #000000;
}
caption {
	font-size:110%;
	font-weight:bold;
	padding-top:1.25em;
	padding-bottom:1em;
}
.trhead {
	color: #FFFFFF;
	background-color: #04425e;
}
td, th {
	padding:0.5em;
	}
th {
	font-weight:bold;
	text-align:center;
}
.colour1 {
	background-color:#cccccc;
}

/************ Footer extras **************/
#footer a:link, a:visited, a:active, a:hover{
	display: none;
}
.footer-txt {
	display: none;
}
#copyright {
	font-size: 78%;
	padding-top:0.55em;
	color: #000000;
}
#gov {
display: none;
}
.sml-grey, .sml-org {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:80%;
	font-weight:normal;
	color:#000000;
}
.boldit {
	font-weight: bold;
}