/* CSS Document */
html, body, #entirePage {
	/*min-height: 100%;*/
	width: 100%;
	/*height: 100%;*/  /* Will cause 2 pages to be printed instead of 1 */
}

/*
 * 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 none;
	/*margin:0;*/
	/*bottom: 59px;*/
}

#entirePage {
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	width: 627; /*tried to fix netscape width print preview bug - NOT A BUG*/
}

#ContactInfo {
	/*position: absolute;
	left: 5;*/
	position: relative;
	left: 5;
	top: 5;
	/*bottom: 0;*/  /*Cuts off pictures when they reach the bottom of the page*/
	font-size: 10pt;
}

#Footer {
	display: none;
}

#Navigation {
	display: none;
	margin-bottom: 138px;
	height: auto;
}

#Content {
	/*margin-bottom: 138px;*/
	height: auto;
	position: relative;
	/*left: -136;*/
	left: -131;
	width: 627;	/*tried to fix netscape width print preview bug - NOT A BUG*/
}

#ContentNoContactDetails{	
	height: auto;
	position: relative;
	/*left: -136;*/
	left: -131;
	width: 627; /*tried to fix netscape width print preview bug - NOT A BUG*/
}

#Header{
	display: none;
}

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;
}