/*
Paste in the style sheet for the site and edit as required. Any divs that do not need to be
visible eg header, footer, menu etc can simply have  - display: none;  - then any styles that
appear only in that div can be deleted

Important make sure you have overall page width as 100% 	

e.g.

.pagewidth {
	width: 100%;
	margin: 0px;
}


*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	margin: 0;
	padding: 0;
	color: Black;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small !important;
	font-size: x-small;
}

hr {
	clear: both;
	color: #C0C0C0;
}


/* 	==================== Bolds text 	==================== */

.bold {
	font-weight: bold; 
}

/* 	==================== Overall page width 	==================== */

.pagewidth {
	width: 100%;
	margin: 0px;
}

/* 	====================  Basic Links 	==================== */

a  {
	text-decoration: underline;
	color: #B22222;
}
a:hover {
	color: #FF6347;
}

/* 	==================== Header	====================  */
.header {
	display: none;
}




 /* 	===================  Info Bar =================== 	*/
 .infobarcolour {
	display: none;
}

 
/* ================== transparent gif ===================== */
.transparent {
	float: left;
}

/* 	==================== Error messages ==================== 	*/

.error1 {
	color: Black;
	background-color: #FCC;
	margin: .5em;
}

/* 	==================== Footer ==================== 	*/
.footer {
	display: none;
}



/* 	==================== Left Hand Menu Area	==================== */

.navwidth{
display: none;
}


.navstylelist {
	
}

.navigation {
	display: none;
}


/* 	==================== page content	==================== */

.pagecontent {
	margin: 1em 20px 20px 5px;
	text-align: left;
}
.pagecontent h1 {
}
.pagecontent h2 {
	font-size: small !important;
   font-size: x-small;
   font-weight: bold;
}

/* ================= content ===================== */
.titleheaderbar {
	background-color: #FFF7DE;
	width: 100%;
}
.titleheaderbar h1 {
	color: #F36102;
	font-size: x-large !important;
	font-size: large;
	font-weight: bold;
	margin: 7px;
}
.contentsize {
	width: 98%;
}
/*========= buttons ===== */
.bnnav {
	line-height: 1em;
	padding-top: 0.5em;
	padding-bottom: 1.25em;
	font-weight: bold;
	margin-left: 0.5em;

}
a.wex {
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	background-color: #FB7204;
	color: #FFF;
}
a.wex:hover {
	float: left;
	color: #FFF;
	background-color: #FDA266;
}
/* =========== useful links =============== */
.usefullinksarea {
	display: none;
}

/* ======== */
.currentpage {
	margin: 0;
	text-decoration: none;
	padding: .2em .4em;
	color: Black;
	display: block;
	background-color: #FDDF81;
	color: black;
}
a.currentpage:hover {
	background-color: #FDDF81;
	color: Black;
}
.contentlists {
}
.contentlists li {
	list-style-image: url(images/bullet.gif);
	margin-left: -10px;
	margin-bottom: 10px;
}
.innercontentlists {
	
}
.innercontentlists li {
	list-style-image: url(images/bullet1.gif);
	margin-left: -5px;
	margin: 10px 0px;
}
/*=============== back to top ================= */
.backtotop {
	padding: 3px;
	color: #fff;
	background-color: #FC9208;
	text-decoration: none;
	font-weight: bold;
}
a.backtotop:hover {
	background-color: #FEBF8C;
	color: #fff;
}
/* ============== data table =============== */
.datatable {
	width: 100%;
}
.datatable th {
	font-size: small !important;
	font-size: x-small;
	vertical-align: top;
	background-color: #FDDF81;
}
.datatable td {
	background-color: #FFF7DE;
	vertical-align: top;
}
.largeth {
	width: 85%;
}
.centretd {
	text-align: center;
}
.equaltd {
	width: 50%;
}
.smallheadings {
	margin-top: 40px;
}
.titleh2 {
	font-size: medium !important;
	font-size: small;
	color: #F36102;
	font-weight: bold;
	margin-top: 40px;
}
/*============ home page ==================== */
.areatable {
	margin-top: 20px;
}
.areatable td {
	padding: 8px 3px;
	text-align: center;
}
.areatable img {
	margin-bottom: 5px;
}
.areatable a {
	text-decoration: none;
	color: #CE3A06;
}
.areatable a:hover {
text-decoration: underline;
color: #8198D2;
}
/*============= bulleted lists for separating links =================*/
ul.nobulletlist {
	list-style: none;
	margin-left: none;
	margin: 0;
	padding: 0;
}
ul.nobulletlist li {
	display: inline;
	margin: 0px;
}
a.skipnavigation {
	text-decoration: none;
	float: left;
	color: #FFF7DE;
}
a.skipnavigation:hover {
	text-decoration: none;
	color: #FFF7DE;
}
/*==============homepage logos==========*/
ul.centrelogo {
	text-align: center;
	background-color: #fff;
	margin-left: -10px !important;
	margin: 15px 10px 5px;
	list-style: none;
}
ul.centrelogo li {
	margin: 0;
	display: block;
	padding: 5px;
	text-align: center;
}
ul.centrelogo img {
	
}