/* CSS Document */

html, body, #entirePage {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #entirePage  {
	height: auto;
}

BODY
{
	background: white url("../Images/BG.gif") repeat-y; 
	/*z-index: 2;*/
	margin:0;
	bottom: 59px;
}

#Header {
	position: relative;
	left: 0;
}
#entirePage {
	/*background: white url("../Images/ISO9001CertFaded.jpg") repeat-y;*/
	position: absolute;
	top: 1px;
	left: 0px;
}

#ContactInfo {
	position: absolute;
	bottom: 45px; 
	left: 138;
}

#Footer {
	position: absolute;
	bottom: -1px; 
}

#Navigation {
	/*position: relative;*/
	/*margin-bottom: 138px;*/
	height: auto;
}

#ContentNoContactDetails{
	margin-bottom: 50px;	
	height: auto;
}

#Content {
	margin-bottom: 153px;
	height: auto;
	/*position: relative;
	left: 0px;
	top: 0px;*/
}

/*.Images{
	margin-bottom: 138px;
	height: auto;
}*/

p, td, tr, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
