/* Core Elements ---------------------------------------------------------------- */
a, a:link, a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
	font-family: arial, verdana, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-bottom: 10px;
	font-family: arial, verdana, sans-serif;
}
h1 {
	font-size: 2em;
	padding-bottom: 15px;
	color: black;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	color: black;
}
h3 {
	font-size: 1.3em;
	color: black;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}
select {
	border: 1px solid #333333;
	padding: 2px 1px;
}
select.standard {
	width: 20em;
}

ol, ul {
	font-size: 1.1em;
	margin: 0 0 0.7em 3em;
	padding: 0;
	line-height: 1.6em;
}
ol li, ul li {
	margin: 0 0 15px 0;
}
ol li ul {
	list-style: none;
	font-weight: normal;
	text-align: justify;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}

hr {
	height: 3px;
	color: #a2a2a2;
	background-color: #a2a2a2;
	border: 0;
 	width: 90%;
 	margin-bottom: 5px;
}



/* Page Fundamentals ------------------------------------------------------------ */
html, body {
	background-color: white;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	color: #333333;
	min-height: 580px;
	width: 97%;
	height: 100%;
}

body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}


/* Header ----------------------------------------------------------------------- */
div#header {
	display: none;
}

/* Horizontal Nav Bar ----------------------------------------------------------- */
div#nav_container {
	display: none;
}

/* Horizontal Sub Nav Bar ----------------------------------------------------------- */
div#subnav_container {
	display: none;
}

/* Main Container --------------------------------------------------------------- */
div#container {
	padding: 0;
	margin: 0;
	display: inline-block;
}
/*\*/
div#container {
	display: block;
}
/* */

/* Main Content ----------------------------------------------------------------- */
div#middlewrapper {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
div#middle {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: 400px;
	text-align: left;
	font: normal 1.1em arial, verdana, sans-serif;
}


/* Footer ----------------------------------------------------------------------- */
div#nonFooter {
	position: relative;
	min-height: 100%;
}
div#footerFix {
	height: 15em;
}
div#footer {
	display: none;
}


/* General Tables ------------------------------------------------------------------------------------------ */
table.standard {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid black;
}
table.standard tr td {
	border: 1px solid black;
	padding: 3px;
	background-color: white;
}

table.standard tr.text_centre td {
	text-align: center;
}

table.standard tr.title td {
	background: #a2a2a2;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: black;
	font-weight: bold;
	border-bottom: 0;
}



/* Right Hand Page Bar ------------------------------------------------------------ */
div#left, div#right {
	display: none;
}


/* Standard Lists ------------------------------------------------------------------ */
ul.spaced, ol.spaced {
	font-size: 1.1em;
	margin: 0 0 0.7em 3em;
	padding: 0;
	line-height: 1.7em
}
ul.spaced li, ol.spaced li {
	margin: 0 0 3px 0;
}

/* System Message Container -------------------------------------------------------- */
div.message {
	padding: 5px 5px 5px 0;
	margin-bottom: 5px;
	color: red;
	font: bold 14px arial, verdana, sans-serif;
}

/* Highlight Colours --------------------------------------------------------------- */
.highlight {
	color: red;
}
.compulsory {
	padding-left: 5px;
	font-size: 1.3em;
	font-weight: bold;
	color: red;
}



/* Updated Wrapper ----------------------------------------------------------------- */
div.updated {
	display: none
}



/* Error Wrapper ------------------------------------------------------------------- */
div.error {
	display: none
}

/* Breadcrumbs ----------------------------------------------------------------------- */
div.breadcrumb {
	text-align: left;
	font: bold 1em arial, verdana, sans-serif;
	color: black;
	padding: 5px 0 10px 0;
}
div.breadcrumb span.location {
	color: black;
	padding-right: 4px;
}
div.breadcrumb a, div.breadcrumb a:link, div.breadcrumb a:visited {
	font: bold 1em arial, verdana, sans-serif;
	color: black;
	text-decoration: underline;
}


/* Form Markup ----------------------------------------------------------------------- */

div.clear, span.clear {
	clear: both;
	height: 5px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}
