/* CSS Print Document */
/* general formatting */
body
{
	background-color: #FFF;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.wrapper
{
	margin: 0;
	background-repeat: repeat-y;
	background-image: url(images/back.gif);
}

/* container for the 2 divs */
.pageWrapper
{
	background-color: #FFF;
	width: 19.5cm;
	height: 100%;
}

/* top menu & img */
.header
{
	height: 90px;
	margin: 0;
	padding: 0;
	background-image: url(images/HLW_logo_sm.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

	/* 
#top img
{
	visibility: visible;
	width: 20cm;
	margin: 0;
}	*/

/* leftnav */
.leftCol
{
	display: none;
	visibility: hidden;
	/* ---------------------------- */
	background-color: #CCC;
	width: 0;
	float: none;
	position: static;
}

/* 
.menu
{
	display: none;
	visibility: hidden;
	 ---------------------------- 
	background-color: #FC0;
}

.menu ul li { 
	float: none;
	width:2mm
	position:static;
}
*/


/* main centre content */
.content
{
	margin: 0;
	width: 100%;
	/* ---------------------------- */
	background-color: #FFF;
	display: inline;
}

.rightCol
{
	display: inline;
	background-color: #FFF;
}


.rightCol p.first {
	font-size: 12pt;
}


.rightCol h1
{
	font-size: 18pt;
	line-height: 20pt;
	color: #600;
}

.rightCol p, li, ol
{
	font-size: 10pt;
	color: #000;
}
/* ----------------------------

.rightCol h2 { font-size: 14pt;
	padding: 10pt 0 5pt 0; }
*/

.float {
	float: none;
	width:auto
	position:static;
	font-size: 12pt;
}

.float h2 {font-size: 14pt;}

/* footer */
.footer
{
	display: none;
	visibility: hidden;
}

/* contacts pg grid */
.contacts {
	float: none;
	width:auto
	position:static;
}
