/* Print Stylesheet
   ---------------- */
html, body {
	color: #000;
}
h1, h2, h3, h4 {
	height: auto;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
}
h1 img, h2 img, h3 img { /* Don't print heading images */
	display: none;
}
a {
	color: #F0F;
}

/* Page
   ---- */
div#page {
	background-color: #FFF;
}

/* Header
   ------ */
div#header a {
	color: #F0F;
}
* html div#header p {
	display: none;
}

/* Main
   ---- */
/* 090618 - Start */ 
div#contentMR div#main {
	float: left;
	width: 580px;
}
div#contentMR div#secondary {
	display: none;
}
div#contentML div#main {
	width: 375px;
}
div#contentML div#secondary {
	padding-right: 100px;
}
/* 090618 - End */ 

* html div#contentML#main, * html div#contentMR#main {
	float: left;
	width: 620px;
}

/* Secondary
   --------- */
* html div#secondary {
	display: none;
}

/* Footer
   ------ */
div#footer {
	color: #000;
	border: 0;
}
