html, body {
	background-color: white;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	color: #333333;
	width: 100%;
	overflow: visible;
}
body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}
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;
}
table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid black;
}
table tr td {
	border: 1px solid black;
	padding: 3px;
	background-color: white;
}
table tr.text_centre td {
	text-align: center;
}
table tr.title td {
	background: #a2a2a2;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: black;
	font-weight: bold;
	border-bottom: 0;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 2px solid #333;
	margin: 0 0 10px 0;
}
input, select, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
}
select, 
input.text, 
input[type=text], 
input[type=password], 
textarea {
	border: 2px solid #333;
	padding: 2px 1px;
}

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;
}
.printable ol {
	counter-reset: item;
	list-style: none;
}
.printable ol > li:before {
	position: relative;
	content: counters(item,'.') ' ';
	counter-increment: item;
	font-weight: bold;
}
.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;
}

#header, 
#nav, 
#subnav, 
#left,
#right, 
.featured-by, 
#utilities, 
#footer_nav, 
#footer, 
#side_adverts, 
#top_adverts, 
.search_other_sites, 
#searchInstructionsNiche, 
#page-load-time {
	display: none;
}

/* List Management ----------------------------------------------------------------- */
ul.listmaintext, ol.listmaintext {
	margin: 0;
	padding-left: 3em;
}
ul.listmaintext li, ol.listmaintext li {
	margin-bottom: 0.75em;
}

/* 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: green;
	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, 
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;
}

/* Quotes Within Text ---------------------------------------------------------------- */
div.quote {
	float: right;
	position: relative;
	width: 245px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
	font-family: arial, verdana, sans-serif;
	margin: 0 0 10px 15px;
	padding: 0 25px;
	color: black;
}
span.quoteAuthor {
	font-size: 0.9em;
	color: #41403a;
	font-style: italic;
}
span.quoteMarkLeft {
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 55px;
	color: black;
}
span.quoteMarkRight {
	position: absolute;
	bottom: -15px;
	right: 0;
	font-size: 55px;
	color: black;
 }

/* News System ----------------------------------------------------------------------- */
div.newsbrief {
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #5a86b3;
}
div.page_jumps {
	text-align: center;
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #5a86b3;
}

/* Terms ---------------------------------------------------------------------------- */
ul.terms {
	list-style: none;
}
ul.terms li {
	border-top: 1px solid white;
	text-align: justify;
	clear: both;
}
ul.terms li.term-indent {
	padding-left: 10%;
}
ul.terms li.term-double-indent {
	padding-left: 20%;
}
span.term-number {
	display: block;
	width: 6%;
	float: left;
}
span.term-definition {
	display: block;
	width: 94%;
	float: left;
}

/* Search Results --------------------------------------------------------------------- */
.progress, 
.tab-set.search, 
#advancedSearch, 
.contact-button, 
.profile_picture, 
.profile_video, 
.badges, 
.extra_stamps, 
.profile_contact, 
.pagination {
	display: none;
}
.tutor_profile {
	border: 2px solid black;
	margin: 0.3em 0.3em 1em 0.3em;
	padding: 0.3em;
}
.profile_results label {
	font-weight: bold;
}
.profile_results .result_wrapper {
	display: inline;
	margin-left: 0.5em;
}
.greyStars, 
.blueStars, 
.silverStars, 
.goldStars {
	display: inline;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

/* Tutor Profile --------------------------------------------------------------------- */
.profile-search, 
#profile-tags, 
#profile-share, 
#profile-share-header {
	display: none;
}
.information_chunk {
	margin-bottom: 1em;
}
.profile_left_column .information_chunk br, 
.profile_left_column .profile_extras br, 
.feedback-comment {
	margin-bottom: 1em;
}
.profile_left_column {
	margin-right: 280px;
	padding: 0;
}
#profile_right_col {
	float: right;
	width: 270px;
	padding: 0;
}