body {
	font-family: Georgia, Times New Roman, Times, serif;
}

#aside-nav, #aside-blocks, #nav-primary, #nav-toolbox, #sitemap, .sitemap-toggle {
	display: none;
}

#main {
	background-color: #fff;
}

.main-content {
	margin: 0;
}

a, a:visited, .section a:visited { 
	color: #000; 
	text-decoration: underline;
}

a:after, a:visited:after, .section a:visited:after {
	content: " ("attr(href)") ";
	font-size: 10px;
}

h1, .section h1 {
	font-size: 1.4em;
	background: none;
	color: #000;
	text-align: left;
}

h2 {
	font-size: 1.2em;
	background: none;
	color: #000;
	text-align: left
}

#breadcrumbs {
	background: #fff none;
	border: 0;
	color: #000;
	padding: 0 0 0 10px;
}

#breadcrumbs li:first:before {
	content: "ePSIplatform / ";
}

#breadcrumbs a:after {
	content: "";
}

.section, .section.main {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

#footer {
	border: 0;
	margin: 0;
}

#footer div {
	margin-top: 0;
}

#footer:before {
	content: "";
}