/*
This style sheet is used for local print styles.

<!--- ---------------------------------------------------------------------
'Sites Style Sheet				CompuCraft Software Solutions (c) 1999-2010
'Date --- Init Reason------------------------------------------------------
'25/10/06 DB initiated file for StandardV42
'06/02/07 DB added standard titleBlock position
'06/12/07 Released V4.3
'27/06/08 DB updated style sheet copyright date to 2008
'13/01/10 DB updated style sheet copyright date to 2010
'13/01/10 DB ran a CSS tidy
'14/01/10 DB compared file with equivalent in master suite and updated with any necessary declarations
'18/02/10 DB added margin-bottom dimension to #header
'18/02/10 DB increased left position of #titleBlock
'18/02/10 DB added !important to everything to override the default print template
'---------------------------------------------------------------------- --->

note: comments starting with cw- are used by the ComWeb Style Sheet Theme (colour) Editor.
Where more than one such comment is on consecutive lines, this is for backwards compatibility.
The first of these such lines is the latest label for the Style sheet editor to display and
the latter entries are older or redundant labels.
*/

/*depth of the header element*/
#header {
	height: 30mm!important;
	margin-bottom: 10mm!important;
}

/*position of the title block*/
#titleBlock {
	top: 0mm!important;
	left: 100mm!important;
}

/*============================================================================
Non-Standard Sample Additions
============================================================================*/