BODY {
}

DIV#header {
	display: none;
}

DIV#printHead {
	display: block;
	margin-left: 20px;
}

DIV#container {
	width: 100%;
}

DIV#page {
	border: 0;
	width: 100%;
}

DIV#rightCol {
	display: none;
}

DIV#rightCol IMG {
	display: none;
}

DIV#leftCol {
	width: 100%;
}

DIV#menusNav {
	display: none;
}

H1 {
	font-size: 1.5em;
}

H2 {
	font-size: 1.1em;
}

.newpage{
	page-break-after: always;
}

.menuCenter {
	text-align: center;
	border: 1px solid #E9DE8C;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-image : url(images/menu_background.gif);
	background-repeat : no-repeat;
	background-position : top;	
}