body {
	color: #000042;
	margin: 0px 0px 0px 0px;
	font: 12px/1.2 "Gill Sans", Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0px 0px 0px 0px;
	width: 1400px;
}

#page-body {
	margin-left: 184px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding-left: 10px;
	width: 1100px;
}

#header {
	text-align: center;
	top: 0;
	padding: 0px 50px 0px 50px;
}

#content {
	text-align: justify;
	top: 150;
	padding: 0px 50px 0px 50px;
}

#footer {
	text-align: center;
	color: #5e544c;
	line-height: 1;
	margin-top: 20px;
	font-size: 8pt;
}

#footer-print {
	display: none;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 50px;
	margin-left: 0px;
}

blockquote {
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 30px;
	padding-left: 30px;
	font-style: italic;
	color: #5e544c;
	border-right: 1px dashed #5e544c;
	border-left: 1px dashed #5e544c;
}

.highlight {
	width: 650px;
	text-align: center;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

a:visited {
	color: #0000aa;
	text-decoration: none;
}

a.sidebar-hidden {
	color: #dedcd3;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
}

ul {
	list-style-type: circle;
}