	body, html {
		margin:0;
		color:#000000;
	}
	body {
		font-family: Helvetica, Arial, sans-serif;
		font-size:10pt;
	}
    a:link, a:visited, a:hover{
        color: #003366;
        text-decoration: underline;
    }

	img, img.noborder {
		border: none;
	}

	img.g2image_float_left {
		float: left;
		border: 1px #ccc solid;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	img.g2image_float_right {
		float: right;
		border: 1px #ccc solid;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	h1, h2, h3, p {
		margin-top: 0;
	}

	table {
		clear: both;
	}

/*	Wrapper - auto margins centre content on the page. Grey border.	*/
	#outerwrapper {
		margin: 3em auto;
		width: 90%;
	}

/*	Top bar (text-only / printer-friendly links)	*/
	#toplinkbar {
		display: none;
	}

/*	Navigation panel wrapper - contains nav panel elements	*/
	#navwrapper {
		display: none;
	}

/*	#navrightpanel {
		display: none;
	}

	#navrightpaneltop {
		height: 97px;
		border: none;
		background-image:url(images/nav_panel_top_background.gif);
		background-repeat:repeat-x;
	}

	#navrightpaneltop1, #navrightpaneltop2, #navrightpaneltop3, #navrightpaneltop4, #navrightpaneltop5, #navrightpaneltop6 {
		float: left;
		border: none;
	}

	#navrightpanelbottom {
		height: 38px;
		border-top: 2px #fff solid;
		border-left: 2px #fff solid;
		border-right: none;
		border-bottom: none;
		background-image:url(images/nav_sub_background.gif);
		background-repeat:repeat-x;
		display: table;
		width: 453px;
		#position: relative;
	}

	#subnavwrapper {
		#position: absolute;
		#top: 50%;
		display: table-cell;
		vertical-align: middle;
	}

	p.subnav{
		margin: 0 10px;
		#position: relative;
		#top: -50%;
	}

	p.subnav a:link, p.subnav a:visited{
		font-weight: bold;
		font-size: 1.1em;
		margin-right: 20px;
	}
*/
	#printheader {
		margin-bottom: 3em;
	}

	#contentwrapper {
		clear: both;
	}

	#contentbanner {
		display: none;
	}

	#content p {
		font-size: 10pt;
	}

	#breadcrumbs {
		display: none;
	}

	#footer {
		display: none;
	}

	#printfooter {
		margin-top: 3em;
		margin-bottom: 2em;
		text-align: center;
		border-top: 1px solid #cccccc;
		padding-top: 15px;
	}

