html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/images/bgTile.gif);
	margin: 0px;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#contentTable {
	height: 100%;
	width: 100%;
}
#contentTable #left {
	width: 49%;
	background-image: url(/images/whiteTile.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#contentTable #right {
	width: 49%;
	background-image: url(/images/whiteTile.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#contentTable #centre {
	width: 2%;
	background-color: #FFF;
}
#navigation {
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	border-bottom: 4px solid #46B52C;
	width: 756px;
	background-color: #76E05D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.0em;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	text-decoration: none;
	color: #000;
}
#navigation a:hover {
	text-decoration: underline;
	color: #006600;
}
#footer {
	font-size: 0.8em;
	color: #9B9B9B;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #9B9B9B;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}
#footer #footLeft {
	padding: 13px 0px 13px 32px;
}
#footer #footRight {
	padding: 13px 32px 13px 0px;
	text-align: right;
}
#mainContent {
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	width: 756px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #167001;
	margin: 13px 32px 6px 32px;
	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 13px 32px 6px 32px;
	padding: 0px;
}
h3 {
	font-size: 1.0em;
	margin: 13px 32px 6px 32px;
	padding: 0px;
}
h4 {
	font-size: 1.0em;
	margin: 13px 32px 6px 32px;
	padding: 0px;
	font-style: italic;
	color: #646464;
}
p {
	margin: 8px 32px;
	padding: 0px;
	line-height: 1.5em;
}
p span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
}	
#dataTable {
	margin: 8px 0px 8px 32px;
	width: 692px;
}
#dataTable h2 {
	margin: 13px 32px 6px 0px;
	padding: 0px;
}
#dataTable td {
	border-bottom: 1px solid #9B9B9B;
	padding: 3px 3px 3px 0px;
}
#dataTable strong {
	color: #167001;
}