#Header {
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px;
	}

h1.Header {
        font-size:1.3em;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px;
	}

body>#Header {height:14px;}

#Content {
	margin:0px 10px 50px 10px; /* changed */
	padding:10px;
	}

.dot    { display : none }

#Menu a {
	display : block;
	color:RGB(0,90,156);
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
#Menu a:link {color:RGB(0,90,156);} /* #09c */
#Menu a:visited {color:purple;} /* #07a */
#Menu a:hover {background-color:white;}

#Menu {
        float:left;
        margin:10px;
	width:172px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#footer {
	margin:5px 20px 20px 20px; /* changed */
	padding:10px;
	font-size: 10px;
	}

span.date {
	color:RGB(0,90,156);
	background-color:#eee;
	border:1px dashed #999;
	font-weight:bold;
	}

div.weekinqastatus
	{
	border: 1px dashed #888;
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding: .5em;
	text-align: center;
	}

@media projection {
	/* we don't want the menu in display mode */
	#Menu 
	{ 
		display: none 
	}
	/* no menu, the content takes all the available space*/
	#Content 
	{ 
		margin: 5em;
		padding: 2em;
	}
	/* this for a bug in opera 6 linux */
	#Header 
	{
		width:100%;
	}
	div.disclaimer 
	{
		display: none
	}
	H1 
	{
		text-align: center;
		margin-top: 3em;
	}
	H2 {page-break-before : always;}

}
