@import url(screen.css);
/* 
 * styling of usual HTML-Elements 
 */

body {
	background: white;
  color: #333333;
	margin: 0px;
	padding: 0px;
	font-family:'Arial',sans-serif;
	font-size: 12pt;
	font-weight:normal;
	position: relative;
}

p {
	margin: 0.8em 0 0.1em 0;
  line-height:1.5em;
}

/* 
 * end styling of usual HTML-Elements 
 */
 
 
/*
 * styling of the layout container
 */

#wrapper{
	width: auto;
	min-width: 100px;
	padding: 0 2% 0 0;
}

#banner {
	display: none;
}

#dropdowns {
	display: none;
}

#container {
	position: relative;
	margin-left: 0px;
}

#sidebar_left {
	display: none;
}

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  

     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 

     for an explanation of this problem and Sam Foster's page for an explanation of the 

     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/ 

#sidebar_right {
	display: none;
}

/* hide the following from IE5-Mac \*/

#sidebar_right {
	display: none;
}

/* IE5-Mac can see the rest */

#content {
	background: white;
  /*padding:30px;*/
	margin-right:0px;
	border: 0px none;
	position: relative;
}

#footer {
	position: relative;
	margin: 5px 30px 0 30px;
}

#updateInfo {
	margin: 0 30px 0 30px;
	border: 0px none;
	border-top: 1px solid black;
	text-align: left;
}

.background1, .background2 {
	background: white;
}

table {
	border-spacing: 0px;
  border-collapse: collapse;
  border: 1px solid black;
}

table td {
	border: 1px solid black;
}

	