/* main_print.css */

body {
	margin: 0x;
	padding: 0;
	font-family: Georgia, Garamond, 'Palatino Linotype', 'Times New Roman', serif;
	font-size: 10pt;
	color: #333;
	background-color: transparent;
	width: 100%;
	border: none;
}

.centre {
	text-align: center;
}

.photocaption {
	font-size: 8pt;
	font-style: italic;
	padding-top: 0;
}

a {
	color: #039;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #69c;
}

a:visited {
	color: #039;
	text-decoration: none;
	background-color: transparent;
}

a.menulink {
	display: none;
}

a.menulink:hover {
	display: none;
}

a.menulink:visited {
	display: none;
}

h1 {
	font-size: 22pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h1.title {
	font-size: 22pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #333;
}

h2 {
	font-size: 20pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 18pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 16pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h5 {
	font-size: 14pt;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
}

h6 {
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 0;
	margin: 0p;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

img.leftwrap {
	padding-right: 5px;
	padding-bottom: 3px;
	float: left;
}

img.rightwrap {
	padding-left: 5px;
	padding-bottom: 3px;
	float: right;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #666;
}

acronym {
	cursor: help;
	border-bottom: 2px dotted #666;
}

address {
	margin: 0;
	font-style: normal;
	font-size: 10pt;
}

dt {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	font-size: 10pt;
}

li {
	color: #333;
	background-color: transparent;
}

ol {
	list-style-type: decimal;
	font-size: 10pt;
}

table {
	margin-top: 20px;
	width: 100%;
	border: none;
	font-size: 10pt;
	font-family: Georgia, Garamond, 'Palatino Linotype', 'Times New Roman', serif;
}

td {
	font-size: 10pt;
	font-family: Georgia, Garamond, 'Palatino Linotype', 'Times New Roman', serif;
}

td.header {
	font-size: 10pt;
	width: 33%;
	color: #333;
	background-color: #9cf;
	font-family: Georgia, Garamond, 'Palatino Linotype', 'Times New Roman', serif;
}

/* custom styles */

#topnavleft {
	float: left;
}

#topnavright {
	float: right;
}

#photobar {
	display: none;
}

/* ----------------------------------- the navigation ----------------------------------- */

#nbh {
	display: none;
}

#navbar {
	display: none;
}

#tnbh {
	display: none;
}

#topnavbar {
	display: none;
}

/* ------------------------------- the rest of the page ----------------------------------- */

#content {
	position: relative;
	top: 0;
	left: 0;
	width: auto !important;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 10pt;
}

#smallprint {
	position: relative;
	top: 0;
	left: 0;
	width: 100%; 
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #999;
	font-size: 8pt;
}

.doclocation {
    display: inline;
}