﻿/*
body {
	text-align: justify;
	background: white;
	font: 12pt;
}
*/

/* Stops Menu From Showing During Printing */
@media print {TABLE.noprint, DIV.noprint {display:none} }

/*
h1 {
	margin: 0px;
	padding: 0px;
}

h2, h3 {
	margin: 0px;
	padding: 0px;
}

.italic {
	font-style: italic;
}

.icaption {
	font-style: italic;
	font-size: 12px;
}

hr {
	border-width: 1px;
	width:95%;
}
.shadow1b {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: black;
}

.shadow2b {
	clear: both;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: black;
}

.shadow4g {
	clear: both;
	width: 100%;
	height: 4px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: #808080;
}

.newsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #2F5D45;
}

/* newsheading is blocked heading in white text */
/*
.ynewsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #DDAA55;
}


.sectionheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #7C3638;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
}

.caption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.more {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* -- Questions and Answer Section -- */
/*
.q {
	text-align: left;
	color: #2F5D45;
	font-style: italic;
	font-weight: bold;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#hnav {width: 0px;
	height: 0px;}
#search {width: 0px;
	height: 0px;}
#vnav {width: 0px;
	height: 0px;}

#c3 {
	width: 0px;
	height: 0px;
}
#wrapper {
	float: left;
	text-align: justify;
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}

#content {
	float: left;
	text-align: justify;
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}

#c1 {
	float: left;
	text-align: justify;
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}

#footer {
	padding: 20px;
	text-align: center;}
	
/* Remove unwanted elements */
#header {
	display: none;
}
#hnav {
	display:none;
}
#vnav {
	display:none;
	width: 0px;
}
#search {
	display:none;
}

#c3 {
	display:none;
	width: 0px;
}

#footer {
	display:none;
}

/* Ensure the content spans the full width */
#content {
width: 100%; margin: 0; float: none;
text-align: justify;
color: black;
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351;
}

