body {
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

body, #content, #sidebar, #outerWrap {
	position:static !important;
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
}
a { text-decoration: none; }
a:link { color: #a00000; }
a:visited { color: #541717; }

a:hover {
	text-decoration: underline;
}

a:active { color: #541717; }


#mainNav, #subNav, #footer a {
	display:none;
}

#header {
	position:relative;
	height:auto;
	background: none;
	margin-bottom: 1.3333em;
}

#logo {
	position:static;
	text-indent:0;
	top:auto;
	bottom:auto;
	left:auto;
	width:auto;
	height:auto;
	overflow:visible;
	margin:0;
	background: none;
	font-size:2em;
}

#logo img {
  display: block;
  visibility: visible;
}

#contentWrap {
	background: none;
}

#content {
	float:none;
	width:100%;
	font-size:1.2em;
	line-height:1.6em;
	margin:0;
}

#sidebar {
	width: auto;
	clear:both;
	float:none;
	padding-top:2em;
	text-align:left;
	font-size:1em;
}

.block {
  width: 50%;
}
