﻿/* CSS Document */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Garamond , Times New Roman, sans-serif;
	font-size: 12pt;
	color: black;
}
p {
	color: black;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
img {
	page-break-inside: avoid;
	page-break-after: avoid;
}
blockquote, table, pre {
	page-break-inside: avoid;
}
ul, ol, dl {
	page-break-before: avoid;
}
h1 {
	font-size: 24pt;
	color: rgb(51,51,153);
}
h2 {
	font-size: 18pt;
	color: rgb(0,102,51);
}
h3 {
	font-size: 14pt;
	color: rgb(153,102,0);
}
h4 {
	font-size: 12pt;
	color: rgb(51,51,153);
	font-weight: bold;
}
/* Improve colour contrast of links */
a:link, a:visited {
	color: #781351;
}
/* Remove unwanted elements */
#navigation, #noprint {
	display: none;
}
#container {
	width: 100%;
	float: none;
}
#content {
	width: 100%;
	float: none;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	background-image: url('nature/nabkgnd.jpg');
	letter-spacing: 2px;
}
/* Content - Removed border 
#content {
	border: 0px solid #000000;
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #ffffff;
	text-align: left;
	color: #000000;
}*/
/* Content - Removed border 
#content {
	border: 0px solid #000000;
	padding: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #ffffff;
	text-align: left;
	color: #000000;
}*/
/* Masthead - increased to 2 px
#masthead {
	border-style: solid;
	border-color: #dcdcdc #a9a9a9 #808080;
	border-width: 2px;
	text-align: center;
	width: 100%;
	background-color: #ffffff;
}*/
.noprint {
	display: none;
}
