﻿body 
{
    background: white;
    font-family:Times New Roman,Georgia,Serif;
    font-size: 12pt;
}
#container,
#content,
#body
{
    width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#topmenu,
#accessibilitymenu,
#languagesmenu,
#primarymenu,
#content #secondarymenu,
#content #sidebar,
#footer,
#body #breadcrumb,
#body ul.internalmenu
{
    display:none;
}
#head h2
{
    top:55px;
}
#content
{
    margin-left: 10%;
   	padding-top: 1em;
	border-top: 1px solid #930;
	clear:none;
    overflow:visible;
}
#content div
{
	float:none;
}
#body a:link, #body a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
#body a:link:after, #body a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#body p,
#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6,
.title,
.subtitle,
.subsubtitle
{
 margin-left:0;
 color:black; 
}
#body ul,
#body ol
{
    margin-left:0;
}
#body ul{
	list-style-type:disc;
}
#body ul li {
	background:none;
	margin:0;
	padding:0;
}