body {
	margin: 3em 2em 3em 5em;
	font: 0.75em/125% Helvetica, Geneva, Arial, sans-serif;
	color: rgb(0,0,0);
}

a {
	text-decoration: underline;
	color: rgb(0,0,0);
}

#header, #navigation, #bottom {
	display: none;
}

div#content {
	width: auto;
	border: 0;	
	margin: 0;
	padding: 0;
}

#content ul li {
	list-style: disc outside;
	margin: 0;
	padding: 0;
}






/* @group Content-Styles */

#content h1, #content h2, #content p, #content ul, #content ol, #content table {
	margin-bottom: 30px;
	line-height: 125%;
	clear:both;
}

#content h1, #content h2, #content h3, #content p, #content ul, #content table {
	margin-bottom: 2em;
}

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

#content h1 {
	color: #eb6a1f;
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 1em;
}

#content h2 {
	color: #eb6a1f;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 1em;
}

#content h3 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 1em;
}

#content a.pdf {
	padding-top: 10px;
	display: block;
	padding-left: 25px;
	background: url(../images/icon-pdf.jpg) no-repeat left 50%;
	height: 2em;
}

#content img.content-right {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}

#content img.content-left {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#content img.right {
	float: right;
}

#content img.left {
	float: left;
}

#content img.no-left-margin {
	margin-left: 0;
}

#content img.no-right-margin {
	margin-right: 0;
}

#content img.border {
	border: 6px solid #0e716f;
}

#content .noclear {
	clear:none;
}

#content hr.clear {
	clear: both;
	border: 1px solid white;
}

/* @end */