/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* END: Reset */

html {
	font-size: 100%;
} 

BODY,TD,TH,P,LI,BLOCKQUOTE,BR  {
	font-family : Arial, Helvetica, Sans Serif;
	color : #000000;
	font-size : 1em;
	line-height: 160%;
}

H1  {
	font-family : Arial, Helvetica, Sans Serif;
	font-weight : bold;
	color : #3E1F00;
	text-align : center;
	font-size : 1.5em;
}
H2  {
	font-family : Arial, Helvetica, Sans Serif;
	font-weight : bold;
	color : #000000;
	text-align : left;
	font-size : 1.2em;
}

.footer  {
	font-family : Arial, Helvetica, Sans Serif;
	text-align : center;
	font-size : 11px;
}

.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11pt;
	background-color: #FFFFFF;
	color: #0000FF;
}
.sidenav a:hover {
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	background-color: #602A00;
	color: #FFFFFF;
	text-decoration: none;
}
.sidenav a:active {
	font-family : Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	background-color: #602A00;
	color: #FFFFFF;
	text-decoration: none;
}
.nav {
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background-color: #602A00;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #602A00;
	text-decoration: none;
}
.nav a:active {
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #602A00;
	text-decoration: none;
}
.footercolour {
	background-color: #602A00;
	color: #FFFFFF;
}
.footertextcolour {
	font-size: 10pt;
	font-weight: bold;
	background-color: #602A00;
	color: #FFFFFF;
}
.headerfont {
	font-family : Trebuchet MS, Arial, Helvetica, Sans Serif;
	font-weight : bold;
	color : #3E1F00;
	text-align : left;
	font-size : x-large;
}
.headerstyle {
	text-decoration: none;
	text-align : center;
}
.containerbordercolour {
	border-color: #3E1F00;
	border-width: thin;
}
img.center {   
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}