/* start presets */

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, font, img, ins, kbd, q, s, samp, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ebebeb;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end presets */



#header {
	height: 215px;
	width: 760px;
	background-image: url(images/header.jpg);
}

#footer {
	clear: both;
	height: 30px;
	width: 760px;
	background-image: url(images/tri-colour-bar.png);
}
#content {
	background-color: #FFF;
	padding-top: 30px;
}


#container {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #FFF;
}

p, h1, h2, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}



p, ol, ul {
	font-size: 11pt;
	line-height: 14pt;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	color: #464646;
	text-align: left;
}

table p, table ol, table ul {
	font-size: 11pt;
	line-height: 14pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #464646;
	text-align: left;
}


ol, ul {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 30px;
	margin-bottom: 10px;
}

ul li {
}

h3 {
	font-size: 13pt;
	line-height: 14pt;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	color: #999;
	padding-top: 5px
}

table h3 {
	font-size: 13pt;
	line-height: 14pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #999;
	padding-top: 5px
}



h2 {
	font-size: 17pt;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #46aa42;
	padding-top: 0px;
	clear: both;
}

div#main h2 {
	font-size: 17pt;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-top: 25px;
	color: #46aa42;
	padding-top: 30px;
	border-top: 1px solid #46aa42;
}


table {
	font-size: 11pt;
	color: #464646;
	clear: both;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

table td {
	border-bottom: 1px solid #dcdcdc;
	border-right
	1px solid #dcdcdc;
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
}

table#box td {
	border-bottom: 1px solid #ffffff;
	border-right
	1px solid #dcdcdc;
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
	padding-bottom: 25px;
}

a:link {color: #46aa42; text-decoration: none;}
a:visited {color: #46aa42; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: none;}

div#toc p {
	border-top: 1px solid #c2c2c2;
	margin-bottom: 0;
	line-height: 23px
}

div#toc a {display: block}
div#toc a:link {color: #0170be; text-decoration: none}
div#toc a:visited {color: #0170be; text-decoration: none}
div#toc a:hover {color: #000000; text-decoration: none}
div#toc a:active {color: #000000; text-decoration: none}


.grey {
	background-color: #f0f0f0;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top:10px;
	padding-bottom: 4px;
}

div.grey p, div.grey h3 {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
