body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 5px 0px 0px 0px;
	padding: 0;
	color: Black;
	text-align: center;
	font-size: small; 
}
hr {
	clear: both;
	color: #C0C0C0;
}
.clear1 {
	clear: both;
}


/* 	==================== 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: #f60;
}
a:hover {
	color: #f90;
}

/* 	==================== Header	====================  */
.header {
	width: 760px; 
	height: 145px;
	background-image: url(images/header_bg_1.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-color: #FFFFFF;
	border-bottom: 0px;
}

/* 	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 {
 	position: absolute; 
	left: 9999px; 
	display: none;
}
.inforbartext {
	float: left;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px 0px 10px;
}
ul.infobar {
list-style-type: none;
margin: 0;
padding: 4px 10px;
clear: both;
font-size: small !important;
font-size: x-small;
color: #9C59A6;
}

ul.infobar .left { 
float: left; 
}
ul.infobar .right {
 float: right;  }
 
/* ================== transparent gif ===================== */
.transparent {
	height: 0px;
	margin: 0px;
	float: left;
}

/* 	==================== Error messages ==================== 	*/

.error1 {
	color: Black;
	background-color: #FCC;
	margin: .5em;
}

/* 	==================== Footer ==================== 	*/
.footer {
	text-align: center;
	padding: 5px!important;
	margin: 0px 10px 0px 0px; 
	height: 15px;
	font-size: x-small !important;
	font-size: xx-small;
	color: #73696B;
	background-color: #F7F7F7;
	border: 1px #603 solid;
}
/* 	==================== Left Hand Menu Area	==================== */

.navwidth{
	width: 150px;
}
.navstylelist {
	
}
.navigation {
	width: 175px;
	margin: 0px 10px 0px 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.navstylelist {
	white-space: nowrap; 
	background-color: #636;
	margin: 5px 0px 0px 0px;
	padding: 2px;
	list-style: none;
}
.navstylelist li {
	text-align: center; 
	display: block; 
	margin: 0px 0px 0px 0px!important;
	padding: 0px!important;
}
a.mainlink {
	margin: 1px;
	text-decoration: none;
	padding: 4px;
	color: Black;
	display: block;
	background-color: #F7DEC9;
}
a.mainlink:hover {
	background-color: #d9bfcc;
	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: 0px 0px 0px 0px;
	text-align: left;
}
.pagecontent h1 {
	margin: 0px 0px 0px 0px;
}
.pagecontent h2 {
	font-size: small !important;
   font-size: x-small;
   font-weight: bold;
}

/* ================= content ===================== */
h1 {
	color: #636;
	font-size: 140%;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}
.contentsize {
margin: 0px 0px 0px 20px; 
	width: 520px;
	border: 0px red solid;
}
.contentsize h3 {
	margin-top: 30px;
}
/*========= buttons ===== */
.bnnav {
	line-height: 1em;
	padding-top: 0.5em;
	padding-bottom: 1.25em;
	font-weight: bold;
	margin-left: 0em;
}

a.back {
	padding: 3px;
	color: #fff;
	background-color: #FC9208;
	text-decoration: none;
	font-weight: bold;
}
a.back:hover {
	background-color: #FEBF8C;
	color: #fff;
}
a.wex {
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	background: #990033;
	border: 1px #fff solid;
	color: #FFF;
	margin-left: 0.5em;
	text-align: center;
	line-height: 1.2em;
}
a.wex:hover {
	float: left;
	color: #FFF;
	background-color: #FF6D00;
}
/* =========== useful links =============== */
.usefullinksarea {
	background-color: #F9E9DD;
	padding: 10px;
	margin: 0px -1em 0px 10px;
	width: 140px;
	clear: both;
	float: right;
}
ul.usefullinkli {
	list-style: none;
	display: block;
	margin: 0px 8px 0px 0px;
	padding: 0px;
}
ul.usefullinkli li {
	background-image: url(images/mouseicon.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px #E0DDDB solid;
	text-align: center;
	padding: 2px !important;
	padding: 0px;
	width: 135px;
}
ul.usefullinkli a {
	width: 100%;
	padding: 0px !important;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	color: #5F5F5F;
	display: block;
	
	border: 1px #fff solid;
}
ul.usefullinkli a:hover {
	background-color: #D5D4D4;
	color: #5F5F5F;
	
	border: 1px #A09D9D solid;
}
/* ========================current page ===================== */
.currentpage {
	margin: 1px;
	text-decoration: none;
	padding: 4px;
	color: Black;
	display: block;
	background-color: #f0f0f0;
	color: black;
}
a.currentpage:hover {
	background-color: #f0f0f0;
	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: 10px 0px 10px 10px;
}
/*=============== back to top ================= */
.backtotop {
	padding: 3px;
	color: #fff;
	background-color: #cc7f99;
	text-decoration: none;
	font-weight: bold;
}
a.backtotop:hover {
	background-color: #e5bfcc;
	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;
}
h2.titleh2 {
	font-size: medium !important;
	font-size: small;
	color: #993300;
	font-weight: bold;
	margin-top: 40px;
}
h2.dates {
	font-size: small !important;
	font-size: x-small;
	color: #993300;
	font-weight: bold;
}
/*============ 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;
}

/* =========== picture menu homepage ==========*/

.picmenuwidth {
	width: 520px;
	margin: 0.8em 50px 0 0px;
} 

ul.picmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.picmenu li {
	width: 240px;
	color: #000;
	background-color: #fff;
	margin-bottom: 0.8em;
	line-height: 1.2em;
	font-size: small !important;
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 li.picmenu1 {
 	background-image: url(images/newslettericon2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left; 
 }
li.picmenu2 {
	background-image: url(images/employersguideicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}
li.picmenu3 {
	background-image: url(images/healthicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}
li.picmenu4 {
	background-image: url(images/faqsicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}
li.picmenu5 {
	background-image: url(images/diversityicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}
li.picmenu6 {
	background-image: url(images/resourcesicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}
li.picmenu7 {
	background-image: url(images/downloadicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}
li.picmenu8 {
	background-image: url(images/contactsicon2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}
ul.picmenu a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 50px;
	border: 2px solid #DEDEDE;
	width: 236px !important;
	width: 240px;
}
ul.picmenu a:hover {
	color: #990033;
	border: 2px solid #990033;
}
ul.picmenu span {
	margin-left: 5px;
}
.picmenu9  {
 width: 240px;
	background-image: url(images/database2.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: rleft;
	background-color: #fff;
	margin-bottom: 0.8em;
	line-height: 1.2em;
	font-size: small !important;
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c60;
	text-decoration: none;
	display: block;
	height: 50px;
	border: 2px solid #DEDEDE;
	width: 236px !important;
	width: 240px;
	padding: 3px;
}

.picmenu9:hover {
	border: 2px solid #c60;
	color: #930;
}




/* =================== heading on content pages================ */
h1.contenttitles {
	color: #990033;
	font-size: x-large;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}
/* ============= glossary today ==================== */
.glossarytable {
}
.glossarytable th {
	text-align: left;
	font-size: small !important;
	font-size: x-small;
	background-color: #FED3B1;
}
td.small {
	width: 25%;
}
td.large {
	width: 75%;
}
/* =========== diversity list ================== */
.anchors {
	padding: 1em;
}
.anchors li {
	margin-bottom: 8px;
	margin-top: 0px;
	list-style: none;
}
/* ================== resources table ===============*/
.resourcetable {
width: 100%;
}
.resourcetable th {
	text-align: left;
	font-size: small !important;
	font-size: x-small;
	background-color: #e5bfcc;
	vertical-align: top;
}
.resourcetable td, .resourcetable p {
	vertical-align: top;
	font-size: 82%;
}
/*=========== download forms ================== */
.downloadform {
	margin-left: 30px;
}
.downloadform li {
	list-style-image: url(images/notebullet.jpg);
	display: block;
	margin-left: -10px;
	vertical-align: text-top;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 20px;
}
.downloadform a {	
	text-decoration: none;
}
/* ============== newsletter links ================== */
.newsletter {
	margin: 30px 0px 30px 50px;
}
.newsletter li {
list-style-type: disc !important;
	list-style-image: url(images/newsbullet.jpg);
	display: block;
	margin-left: -60px !important;
	margin-left: -10px;
	vertical-align: text-top;
	margin-bottom: 15px;
	padding-left: 0px !important;
	padding-left: 10px;
	line-height: 30px;
}
.newsletter a {
	text-decoration: none;
	padding-left: 0px !important;
	padding-left: 10px;
	
}
.newspapericon {
	float: left;
}
/*======= image left float ========= */
img.right {
	float: right;
	margin: 5px 0px 5px 5px;
}
blockquote.left {
	margin: 0;
}
img.left {
	float: left;
	margin: 5px 5px 5px 0px;
}
/*============= 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;
	margin: 5px 0px 0px 5px; 
	float: left;
	color: #660033;
	display: none; 
}
a.skipnavigation:hover {
	text-decoration: none;
	color: #660033;
}
/*==============homepage logos==========*/
ul.centrelogo {
	background-color: #fff;
	margin: 0px;
	list-style: none;
	padding: 0px!important;
}
ul.centrelogo li {
	margin: 0px!important;
	display: block;
	padding: 0px!important;
}
ul.centrelogo img {
	
}
a.accesskey {
	display: none; 
	text-decoration: none;
	float: right;
	color: #660033;
}
a.accesskey:hover {
	text-decoration: none;
	color: #660033;
}

/* =====================  misc =================== */

p.textalign {
	text-align: center;
}

/* =====================  resources table=================== */


.contentstable {
	margin: 10px 0px 0px 0px;
	clear: both;
}
.contentstable ul { list-style-type: none; margin: 15px 0px 25px 10px; padding: 0px 0px 0px 0px; }
.contentstable li { text-decoration: none; list-style-type: none; margin: 5px 0px 5px 0px; padding: 0px 0px 0px 0px; }
.contentstable h2{
	font-size: 130%;
	margin: 0px;
	font-weight: normal;
	color: #39618C;
	padding-top: 0px;
}
.docrow {
	font-size: 90%;
	padding: 5px 15px;
	color: #999; 
}
.docrow a:link {
	text-decoration: none;
}
.docrow a:visited {
	text-decoration: none;
}
.docrow a:hover {
	text-decoration: underline;
}
.nodocrow {
	font-size: x-small;
	color: #999999;
	padding: 5px 15px;
	background-color: #FFF;
}
img {
	margin: 0 10px;
}
.smallsize {
	font-size: smaller;
}

.backtotop {
	font-size: x-small;
	margin-left: 25px;
}

.listitem2 {
	margin-left: 45px;
	color: Gray;
}
.imgleft {
	float: left;
	margin-top: -0.5em;
	margin-left: 0;
}

.AreaHome {
	height: 300px; 
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.AreaHome h1 {
	margin: 3px 0px 0px 0px;
	display: block; 
}
.AreaHome p {
	display: block; 
}
.AreaHome h2 {
	font-size: small !important;
 	font-size: x-small;
 	font-weight: bold;
}
.areaChoice { 
	margin: 0px 0px 0px 0px; 
}
.blanknavwidth {
	width: 170px;
	background: ; 
}

.imagemap { float: right; margin: 0px 20px 0px 0px; padding: 0px; z-index: 99999; }
	
.areaTitle { float: right; font-weight: bold; color: #c69; margin-right: 8px; }

.tofrontpage { margin: 0px; padding: 0px 3px 0px 5px; text-align: left; display: inline; width: 185px; float: left; }
.tofrontpage a { text-decoration: none; font-weight: bold; background: url(images/back2home.gif) left center no-repeat; padding: 3px 0px 3px 25px; color: #f90; display: block; }
.tofrontpage a:hover { text-decoration: none; background: url(images/back2home_over.gif) left center no-repeat; color: #FFCC00; }

.question { font-weight: bold; }

.magn { color:#CC6699; }