body {
	margin: 0;
	padding: 10pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

form, div, img, table, td, th {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited { color: #036; text-decoration: underline; }
a:hover, a:active { color: #036; text-decoration: none; }

abbr[title] { cursor: help; }

hr {
	color: #81B97E;
	background: #81B97E;
	border: 0;
	height: 1px;
}

h3 {
	font-size: 13pt;
	line-height: 1.1;
	color: #036;
	margin: 10px 0;
}

h4 {
	font-size: 12pt;
	line-height: 1.1;
	color: #036;
	margin: 10px 0;
}

h5 {
	font-size: 11pt;
	line-height: 1.1;
	color: #036;
	margin: 10px 0;
}

h6 {
	font-size: 10pt;
	line-height: 1.1;
	color: #036;
	margin: 10px 0;
}

p {
	font-size: 10pt;
	line-height: 1.3;
	color: #000;
	margin: 14px 0;
}

ul, ol, dl {
	font-size: 10pt;
	line-height: 1.3;
	color: #000;
	margin: 14px 0 14px 30px;
	padding: 0;
}
li ul, li ol {
	font-size: 10pt;
	margin: 3px 0 3px 20px;
}

img.staffPhoto {
	float: right;
	margin: 10px;
}

/*=page wrapper
---------------*/
#pageWrapper {
	text-align: left;
	width: 100%;
}

/*=header
---------*/
#pageWrapper #header { width: 100%; }

/*=GOJ Banner
-------------*/
#header #gojBanner {
	width: 100%;
	height: 30pt;
	position: relative;
	border-bottom: 1px solid black;
}

#gojBanner h1 {
	color: #000;
	font-size: 10pt;
	margin: 0;
	line-height: 1.1;
	position: absolute;
	top: 0;
	left: 0;
}

#gojBanner h2 {
	color: #000;
	text-align: right;
	font-size: 10pt;
	margin: 0;
	line-height: 1.1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}

#header ul#gojNavigation, #header img#bannerPhoto, #header ul#mainNavigation, #header #search, #pageWrapper #subNavigation, #content #hotTopics, p#skipNavigation, #content p#breadCrumb, #content p#designedByZed { display: none; }



/*=content section
------------------*/
#pageWrapper #content {
	width: 100%;
}


/* basic css classes for contribute */
.centre { text-align: center; }

table.dataTable, .dataTable td, .dataTable th {
	border: 1px solid black;
	border-collapse: collapse;
}

.dataTable td, .dataTable th {
	vertical-align: top;
	padding: 2px;
}

/*=feedback form
-----------------*/
#feedbackForm fieldset { border: 0; }
#feedbackForm label { display: block; font-size: 11pt; font-weight: bold; margin-top: 15px; }
#feedbackForm input.textInput { font-size: 11pt; width: 300px; }
#feedbackForm textarea { margin-bottom: 15px; display: block; }
