body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

#tableLayout {
	background-color: #FFFFFF;
	border: thin solid #999999;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* HeaderBlock is the bit above the Title block, where the advert sits */
#tdHeaderBlock {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

/* Title is the grey block where the page title and breadcrumbs sit. This will print */
#tdTitle {
	background-color: #999999;
	height: 72px;
	text-align: left;
	vertical-align: text-top;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 10px;
}

/* Navigation is the block on the left, where the nav bummots and search button sits. This will not print*/	
#tdNavigation {
	background-color: #CCCCCC;
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #999999;
	width: 190px;
	
/* PageContentsList is the block in the middle, where the contents and intro info sits. This will print*/	
}
#tdPageContentsList {
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	border: thin solid #999999;
	line-height: 1.5em;
}

/* PageContent is the block on the right, where the book and social media info sits */
#tdBook {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #999999;
	width: 247px;
}

/* PageContent is the main body of the page, where the info sits */
#tdPageContent {
	background-color: #EBEBEB;
	vertical-align: top;
	padding: 5px;
}

/* Experimental side advert block, no attributes, just to elliminate any side adverts from printing */
#tdSideAdvert {
	background-color: #EBEBEB;
	vertical-align: top;
	padding: 0px;
}

/* FooterBlock is the bit below the PageContent, where the link block, hitcounter and advert sits */
#tdFooterBlock {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

a:link {
	color: #0000ff;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #D40000;
}
a:active {
	color: #808080;
}
h1 {
	font-size: 33px;
	font-family: "Arial Narrow";
	font-weight: bold;
}
h2 {
	font-size: 18px;
	text-align:center;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
.lightprint {
	color: #FFFFFF;
}
