/* mozilla.org Base Template Styles
 * Initial Design by Dave Shea
 * Severely tweaked by David Baron
 * Reorganized by fantasai
 * Large Changes for new Cavendish default by Daniel Burka and Steven Garrity
 * Modified by DaSch for MW 1.15 and WeCoWi
 */ /* Basic Structure */
body {
    height: 100%;
	min-width: 610px;
	margin: 0;
}

#container {
	margin: 0 auto;
}

#mBody {
	clear: both;
	padding: 0 0 1em 0;
	font-size: 14px;
}

#side {
	margin-bottom: 1em;
	font-size: 8pt;
}

.nomenu #bodyContent {
	float: none;
	width: 100%;
}

.bodyleft {
	float: right !important;
	width: 75% !important;
}

#bodyContent.right {
	float: left;
	width: 62%;
	font-size: 9pt;
}

#side.right {
	float: right;
	width: 35%;
}

/* Header */
#header {
	
}

#header ul {
	margin: 0 0 1em 0;
	padding: 0;
}

#header li {
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
	white-space: nowrap;
	font-size: 7pt;
}

/* Sidebar */
#getcd {
	margin: 1em 0 0 45px;
}

/* Footer */
#footer {
	clear: both;
	margin-top: 1em;
	font-size: 7pt;
}

#footer ul {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em;
}

#footer li { /*		display: inline; */
	padding: 0 20px 0 0;
	margin: 0;
	white-space: nowrap;
}

#footer p {
	margin: 0.6em 0;
}

#f-about,#f-disclaimer,#f-privacy {
	display: inline;
}

/*accessibility tweaks*/
.skipLink {
	position: absolute;
	left: -999px;
	width: 990px;
}

hr.hide {
	display: none;
}
