body {
    background-color: #f2f2f2;                                      /*originally #F2F2F2*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;			/*    padding: 14px 0px 0px 0px;*/
}

/* For IE 5 */
td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div#wrap{
    background-repeat: repeat-y;
    position: absolute;
    left: 50%;
    margin-left: -375px;
    width: 750px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

/*img#top_band {
    width: 690px;
    height: 89px;
    margin-left: 24px;                       
    margin-top: 0px;                        
}    Duplicated for some reason or other that I don't know about!
*/
img#top_band {
	width: 750px;
/*	height: 114px; 
	margin: 0px;*/
}


div#navigation {
    float: left;
    display: inline; /* To fix IE float margin-doubled bug */
    width: 114px;
    margin-left: 39px;
    margin-top: 10px;
}

div.main_text {
    float: right;
    display: inline; /* To fix IE float margin-doubled bug */
    width: 500px;                          /* was 420px*/
    margin-top: 10px;                     /*originally 43px*/
    margin-right: 40px;                /*originally 120px*/
}


div.main_text td.d1  {
	color: #333;
	text-align: left;
	font-weight: bold;
	padding: 3px;
}


div.main_text table.arr_table {
	v-align: top;
	border: 1;
	text-align: center;
	font-weight: normal;
	cellpadding: 32px;
}

.arr_table td, th { 
	v-align: top;
	height: 60px;
	cellpadding: 32px; 
	cellspacing: 32px; 
	background-color: #ccd6ff; 
}


.arr_table td.left, th.left { 
	v-align: top;
	text-align: left;
	height: 60px;
	padding: 32px; 
	cellspacing: 32px; 
	background-color: #ccd6ff; 
}



.img_table td, th { 
	v-align: top;
	text-align: center;
	height: 60px;
	cellpadding: 32px; 
	cellspacing: 32px; 
	background-color: #ffffff; 
}


img#colours {
	width: 104px;
	height: 107px;  
	clear: right;
	float: right;
	margin: 0 20px 20px 0;
}

p {
    margin: 0px 0px 15px 0px;
    text-indent: 0px;
    padding: 0px;
    line-height: 15px;
}

p.inner {
	text-indent: 0;
	margin-top: 7px;
	margin-bottom: 3px;
	line-height: 15px;
}

h2.mc {
	font: Arial Black;
}
form {
	margin-bottom: 0;
}

h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;			/*orig #777*/
	margin-bottom: 10px;
}

h3 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 2px;
	margin-top: 20px;
}

h4 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	margin-bottom: 2px;
	margin-top: 20px;
}


.smalltext {
font-size: 9px ;
}

.question {
font-weight: bold;

}

.red {
font-weight: bold;
color: #f00;
}


.blue {
font-weight: bold;
color: #333;
}

.bgred {
font-weight: bold;
bgcolor: #ff0000;
}

a.normal:link, a.normal:visited {
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
}

a.normal:hover {
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
}

a.normal:active {
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
}



a.img:link, a.img:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.img:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

a.img:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}


a.arr:link, a.arr:visited {
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
}

a.arr:hover {
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
}

a.arr:active {
	color: #0000ff;
	text-decoration: none;
	font-weight: normal;
}




a.small:link, a.small:visited, a.small:hover, a.small:active {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.right {
	text-align: right;
}

a.language:link, a.language:visited {
	color: #0000ff;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

a.language:hover {
	color: #0000ff;
	text-align: right;
	text-decoration: underline;
	font-weight: normal;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

a.language:active {
	color: #0000ff;
	text-align: right;
	text-decoration: none;
	font-weight: normal;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

ul.normal {
	margin-top: -2px;
}

ul.normal li {
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: -12px;
	line-height: 15px;
}

ol li {
	margin-top: 7px;
}

div.graphbar {
	float:left;
	background-color:#0B8DD4;
	height:17px;
	color:#FFFFFF;
	padding:5px;
}

.sef-display {
background-color: #ff0000;
width: 20%;
}

/****************************************/
/* All the stuff for the drop-down menu */
/****************************************/

ul.mainline {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 114px;
}

/* All menu items in the both columns */
ul.mainline li {
    position: relative;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}



#nav li { /* all list items */
 	text-decoration: none;
	border: 5px 0px 5px 0px;
       	color: #6577A4;
    	background: #F2F2F2; /* IE6 Bug */
	float: left;
	width: 114px;  /*was 114px*/

}

li.submenu a {
    padding: 1px 5px 1px 0px;
}

li.mainmenu a {
    display: block;
    text-decoration: none;
    color: #6577A4;
    background: #F2F2F2; /* IE6 Bug */
    padding: 9px 5px 9px 0px;
    text-align: right;
}

#nav li ul { /* second-level lists */
	position: absolute;
 	text-decoration: none;
    	color: #6577A4;
    	background: #F2F2F2; /* IE6 Bug */
	width: 114px;  /*was 114px*/
        padding: 0;
	top: 10px;      /*-145px;*/
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: -1em 0 0 9.5em;  was/*margin: -1em 0 0 9.5em;*/
	list-style: none;
    	border-top: 1px solid #999;
    	border-right: 1px solid #999;
    	border-bottom: 1px solid #999;
	border-left: 0px;
}

nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;  /*was -1em 0 0 10em;*/
	
	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	Display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	Display: block;
}



/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

/* Hover styles for menu items in both columns */
li.mainmenu a.hm:hover, li.mainmenu a.hm_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.mc:hover, li.mainmenu a.mc_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.pm:hover, li.mainmenu a.pm_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.wr:hover, li.mainmenu a.wr_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.sr:hover, li.mainmenu a.sr_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.cp:hover, li.mainmenu a.cp_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.ec:hover, li.mainmenu a.ec_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.pt:hover, li.mainmenu a.pt_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.co:hover, li.mainmenu a.co_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}
li.mainmenu a.fe:hover, li.mainmenu a.fe_perm { color: #FFFFFF; background: #3780ff; z-index: 100;}

