body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	border-style: none;
	padding: 0 0 0 0;
}
#path    {display: none}
#footer_links {display: none}

#content {
	margin-left: 0px;
	padding: 10px 10px 0 0;
}

#content p, table {
	font-size: 100%;
	line-height: 1.2em;
}

#content li {line-height:120%;}

#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#navigation {display: none}

#sidebar {display: none}

#footer {
	padding: 0 0 10px 55px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}
