#navigation,
#header ul,
#header #logo h1,
#left-column,
#right-column #btn-tools,
#right-column #breadcrumb-holder,
#search-bar
{
	display: none;
}
 
 
 
/* Typography /---------------- */
 
html,
body {
	color: #000000;
	font: 11pt Arial, "Times New Roman", TimesNR, Times, Serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 170mm;
}
 
 
 
 
#main #content a img {
	border: 0px;
}
 
#main #content strong, #main #content b {
	font-weight: bold;
}
 
#main #content em, #main #content i {
	font-style: italic;
}
 
h1, h2, h3,
h4, h5, h6 {
	color: #000000;
	display: block;
	font-weight: bold;
}
 
h1 {
	border-bottom: 1px solid #000000;
	font-size: 200%;
	padding-bottom: 0px;
	margin-bottom: 7px;
}
 
h2 {
	border-bottom: 1px solid #000000;
	font-size: 180%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
 
h3 {
	border-bottom: 1px solid #000000;
	font-size: 160%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
 
h4 {
	font-size: 140%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
 
h5 {
	font-size: 120%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
 
h6 {
	font-size: 100%;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
 
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
 
#content a[href^="javascript"]:link:after, #content a[href^="javascript"]:visited:after {
	content: "";
}
 
#content a, #content a:visited {
	color: #552200;
	font-weight: bold;
	text-decoration: underline;
}
 
#main #content p {
	padding: 0px 0px 18px 0px;
}
 
#main #content ul {
	list-style: circle;
	padding-left: 30px;
}
 
#main #content ol {
	list-style: decimal;
	padding-left: 30px;
}
 
#main #content li {
	padding-bottom: 5px;
}
 
#main #content ol li {
}
 
#main #content ul ul li {
}
 
#main #content ol li {
}
 
 
 
 
/* Header Styles /---------------- */
 
#header #logo h1 a {
	border-bottom: 1px solid #000000;
	color: #000000;
	display: none;
	font-size: 100%;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}
 
 
 
 
/* Content Styles /---------------- */
 
#main #breadcrumbs {
	display: none;
}
 
#main #breadcrumbs ul {
	list-style-marker: none;
}
 
#main #breadcrumbs li {
	float: left;
	margin-right: 30px;
}
 
#main #breadcrumbs li a {
}
 
#main #breadcrumbs {
	clear: both;
	overflow: hidden;
	width: 100%;
}
 
#main #content {
	clear: both;
}
 
#main #left-pane #content-header {
	display: none;
}
 
#main #left-pane #content-header h2 {
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
 
#main #left-pane #content-header h4 {
	color: #000000;
	display: block;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
 
 
 
 
/* Footer Styles /---------------- */
 
#footer {
	margin-top: 30px;
	border-top: 1px solid #000000;
}
 
#footer h3 {
	display: none;
}

#footer ul {
	margin: 0px;
	padding: 0px;	
}

#footer ul li.first {
	display: block;
	width: 100%;
}
 
#footer #brightlink, #footer ul li {
	display: none;
}

/* Fixes strange issue with blank second page without this border */
div {
	border: 1px solid #fff;	
}
