body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	margin: 0;
	padding: 0;
	color: Black;
	text-align: center;
}

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: 770px;
	border-right: 0px;
	margin: 0px auto 0px auto;
	display: block;
}

/* 	====================  Basic Links 	==================== */

a  {
	text-decoration: underline;
	color: #B22222;
}
a:hover {
	color: #FF6347;
}

/* 	==================== Header	====================  */
.header {
	height: 66px;
	background-image: url(images/header_bg_1.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-color: #FFFFFF;
	border-bottom: 0px;
}
a.accesskey {
	text-decoration: none;
	float: right;
	color: #FFF7DE;
}
a.accesskey:hover {
	text-decoration: none;
	color: #FFF7DE;
}
/* 	link style used in header	*/

.logoutposition {
	padding: 1em;
}

a.logoutlink  {
	background-color: #D5450D;
	text-decoration: none;
	color: #FFFFFF;
	font-size: small !important;
	font-size: x-small;
	padding: 1px 3px;
	border: 1px solid #993300;
}
a.logoutlink:hover {
	background-color : #D9A6AD;	
}



 /* 	===================  Info Bar =================== 	*/
 .infobarcolour {
	background-color: #FFF7DE;
	height: 23px;
}
.inforbarcolourimg {
	float: right;
}
 ul.infobar {
list-style-type: none;
margin: 0;
padding: 4px 10px;
clear: both;
font-size: small !important;
font-size: x-small;
color: #708090;
}

ul.infobar .left { 
float: left; 
}
ul.infobar .right {
 float: right;  }
 
/* ================== transparent gif ===================== */
.transparent {
	float: left;
}

/* 	==================== Error messages ==================== 	*/

.error1 {
	color: Black;
	background-color: #FCC;
	margin: .5em;
}

/* 	==================== Footer ==================== 	*/
.footer {
	text-align: center;
	padding: 10px;
	height: 35px;
	background-color: #FFF7DE;
	font-size: x-small !important;
	font-size: xx-small;
	color: #F36102;
}



/* 	==================== Left Hand Menu Area	==================== */

.navwidth{
margin: 0;
	padding: 0px;
	border: 0px solid yellow;
	width: 170px;
}


.navstylelist {
	margin: 0;
	padding: 0px;
	border: 0px solid green;
}

.navigation {

	
	margin: 0;
	background-image: url(images/expofwork.gif);
	background-repeat: no-repeat;
	background-color: #FFCF00;
	padding-top: 25px;
	padding-bottom: 10px;
}
.navstylelist {
border: 0px solid red;
	margin: 70px 0px 0px 0px;
	padding: 1em 0;
	list-style: none;
}
.navstylelist li {
	margin: -10px 0;
	padding: 0 0 1.1em 0;
}
a.mainlink {
	margin: 0;
	text-decoration: none;
	padding: .2em .4em;
	color: Black;
	display: block;
	background-color: #FFF7DE;
}
a.mainlink:hover {
	background-color: #FDDF81;
	color: Black;
}
a.sublink {
	margin: 0;
	text-decoration: none;
	padding: .2em .4em;
	color: Black;
	display: block;
	padding-left: 30px;
	background-color: #F1F5FB;
}
a.sublink:hover {
	background-color: #DCE5F2;
	color: Black;
}
a.subsublink {
	margin-left: 10px;
	text-decoration: none;
	padding: .1em .2em;
	color: Black;
	display: block;
	padding-left: 5px;
	background-color: #E5ECF8;
	font-size: smaller;
}
a.subsublink:hover {
	background-color: #DCE5F2;
	color: Black;
}

/* 	==================== page content	==================== */

.pagecontent {
	margin: 1em 20px 20px 5px;
	text-align: left;
	border: 0px solid red;
	width: 560px;
}
.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: 400px;
}
/*========= buttons ===== */
.bnnav {
	line-height: 1.3em;
	padding-top: 0.5em;
	padding-bottom: 1.25em;
	font-weight: bold;
	margin-left: 0.5em;
	text-align: center;
	
}
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 {
	background-color: #E7F3FF;
	padding: 7px;
	border: 2px #9DBBE4 solid;
	margin: 0px -0.5em 3px 2px;
	width: 140px;
	clear: both;
	float: right;
}
.usefullinkli {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.usefullinkli a {
	background-image: url(images/mouseicon.gif);
	background-repeat: no-repeat;
	background-color: #FCFDFE;
	border: 1px #FFCF00 solid;
	padding: 2px !important;
	padding: 2px;
	margin: 5px 5px 5px 3px;
	width: 130px;
	text-align: center;
	text-decoration: none;
	color: #245A90;
	display: block;
}
.usefullinkli a:hover {
	background-color: #C9DEF2;
	color: #245A90;
	background-image: url(images/mouseiconhover.gif);
	background-repeat: no-repeat;
	border: 1px #9DBBE4 solid;
}
/* ======== */
.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: 0;
	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: 40px 5px 1px;
	list-style: none;
}
ul.centrelogo li {
	margin: 0;
	display: block;
	
	text-align: center;
}
ul.centrelogo img {
	
}
