/**Print Style Sheet - updated 01. Sept. 2007
General styles
==========================*/
body {
	background-color: white;
	color:	black;
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	width: 100%;
	float: left;
	 margin:0px;
 padding:0px;}
html {padding:0px;margin:0px;}

/*Layout
==========================*/
#header, #outer-image, #subcontent, #navigation {display: none;}

#header2 {height:30px;width:790px;display: inline;z-index: 1;position: relative;top: -30px;color: #400040}

#container {float: left;
width: 100%;
background-color: #ffffff;page-break-inside: right;}

#content {float: right;
width: 80%;
background-color: #ffffff;page-break-inside: right;
position;position: relative;top: -50px;}

#footer {width: 100%;background-color: #ffffff;white-space: normal;
page-break-after: auto}

