HTML {
	height:auto;
}
BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:20px;
	padding:20px;
	background:#fff;
	height:auto;
	text-align:left;
}
* {
	margin:0;
	padding:0;
}
IMG {
	border:0;
}
A {
	outline:0;
}


/* **************************************
 * CONTAINER
 * **************************************/
DIV#container {
	position:relative;
	display:block;
	width:auto;
	height:auto;
	margin:0;
	text-align:left;
	overflow:visible;
}
DIV#header {
	display:none;
}
DIV#content {
	position:relative;
	width:600px;
	float:left;
	padding:3em 0 0 0;
	overflow:visible;
	border-top:1px solid #000;
}
DIV#footer {
	position:relative;
	clear:both;
}
DIV#footer * {
	display:none;
}
DIV#printfooter {
	display:block;
	position:relative;
	clear:both;
	float:none;
	width:600px;
	padding:4em 0 3em 0;
}
DIV#printfooter H3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	text-transform:none;
	color:#000;
	padding:0.5em 0 0 0;
	margin:0;
	border-top:1px solid #000;
}
DIV#printfooter P {
	font-size:1em;
}
IMG#printlogo {
	position:relative;
	display:block;
	width:481px;
	height:65px;
	margin:0 0 2em 0;
}
/* **************************************
 * NAVIGATION
 * **************************************/
UL#navigation {
	display:none;
}

/* **************************************
 * CONTENT STYLES
 * **************************************/
H1 {
	font-family:"Arial Narrow", "Helvetica-Condensed", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
	left:0.1em;
	color:#f94711;
	padding-bottom:1em;
	letter-spacing:0.05em;
}
H2 {
	font-family:"Arial Narrow", "Helvetica-Condensed", Arial, Helvetica, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
P {
	font-size:1em;
	line-height:1.5em;
	padding-bottom:0.6em;
}
IMG.pictureLeft {
	float:left;
	margin:4px 2em 1em 0;
}
IMG.pictureRight {
	float:right;
	margin:4px 0 1em 2em;
}
HR {
	border:0;
	background:#dbd9d4;
	margin:3.5em 0;
	border-collapse:inherit;
}
P.horizonalLine {
	clear:both;
	font-size:1em;
	line-height:1em;
	padding:0;
	background:url(../img/layout/line_bg.gif) repeat-x center center;
	margin-top:2.8em;
	margin-bottom:3em;
}
A {
	color:#f94711;
}
A.linkMore {
	font-family:"Arial Narrow", "Helvetica-Condensed", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
	white-space:nowrap;
}