@charset "iso-8859-1";


html, body {
	margin: 10pt;
	background: #fff;
	width: 100%;
	}

#container {
	width: 99%;
	margin-top: 10pt;
	margin-bottom: 10pt;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 0;	
	}
#header {
	width: 99%;
	border: solid 1pt #888;	
	}
#content {
	float: right;
	width: 99%;  /* to print only content, without menu */
	background: #ffffff;
	border: 0;	
	}
#left {
	float: left;
	width: 0%;  /* hide left menu from printing */
	display: none;
	}
#footer {
	width: 99%;
	clear: both;
	border-top: solid 1pt #888;
	text-align: center;
	padding: 5pt 0;
	color: #000;  /* for printing */
	background: #fff;
	}

	

/* Additional styles */
p {
	font-size: 1em;
	padding: 10pt;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
h2  {
	padding: 10pt;
	margin: 0;
	font-family: "Comic Sans MS",Arial;
	font-weight: bold;
	font-size: 1.5em;
	color: #333;
	text-decoration: underline;
	}
a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	}
