body {
	background-color: #ededed; /* this overrides the body-background-color in the layout.css file*/
/*	background-color: #ffffff; */
/*	padding: 4px; this may have been here to make things look good in the wysiwig */
}

div, p, td, th, body {
	font-family:  Arial, Helvetica, Helv, Sans-serif;
	font-size: 12px;
	color: #333;
}

.searchPage a {
	color: blue;
}

.searchPage .path {
	color: green;
}

.searchPage .percentage {
	color: green;
}

.searchPage p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.searchPage .advancedLink {
	font-size: 9px;
}
.searchPage .warning {
	color: red;
}

.searchPage .pageIndex {
	font-size: 12px;
}

.searchPage .pageIndex a {
	margin-left: 2px;
	margin-right: 2px;
}

.searchPage .pageIndexCurrentPage {
	color: #a00;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #bf7a2b;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
.subHeading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #bf7a2b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-stretch:expanded;
}
.boldColoured {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #bf7a2b;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a .boldColoured {
	text-decoration:underline;
}
a:hover .boldColoured {
	text-decoration: none;
}
.introText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #bf7a2b;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	font-stretch:narrower;
}


.categoryContainer {
	float:left;
	width:180px;
	height:200px;
}

.categoryImage img{	
	border: 1px solid #e7b22d;
	padding:5px;
	width:150px;
	height:150px;
}

.detailsImage img{	
	border: 1px solid #e7b22d;
	padding:5px;
	width:160px;
}


.categoryHeading {	
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}


.whiteText12 {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.footerLink {
	color:#cccccc;
}
.footerLink:hover {
	color:#ffffff;
	text-decoration:underline;
}


.imageSpacingAll {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imageSpacingSides {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.imageSpacingLeft {
	margin-left: 15px;
}
.imageSpacingRight {
	margin-right: 15px;
}
.imageSpacingLeftBottom {
	margin-left: 15px;
	margin-bottom: 15px;
}
.imageSpacingRightBottom {
	margin-right: 15px;
	margin-bottom: 15px;
}

.imageBorder img {
	border:1px #e7b22d solid;
	padding:5px;
}

.imageBorderBlack img {
	border:1px #000000 solid;
	padding:5px;
}

.imageBorder140 img {
	border:1px #e7b22d solid;
	padding:5px;
	width:140px;
}

.imageBorder120 img {
	border:1px #e7b22d solid;
	padding:5px;
	width:120px;
}

.imageBorder100 img {
	border:1px #e7b22d solid;
	padding:5px;
	width:100px;
}