@charset "iso-8859-1";
body {
	background-image: url(images/back_gradient_oct.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#logocontainer {
	height: 71px;
	width: 960px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 5px;
}

#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#pagecontainer {
	margin-left: 160px;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#basicpagecontainer {
	margin-left: 60px;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#page {
	background-color: #FFFFFF;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: -1px;
	margin-top: 0px;
}

#bbtext {
 float:left;
 width:300px;
}
#bbimage {
margin:0 2em 0 350px;
 width:300px;
}

.clearBOTH {
	clear: both;
}

.newsbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/box_news200.gif);
	width: 190px;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	min-height: 110px;
}

#newscontainer {
	float: right;
	width: 200px;
	margin-top: 54px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0px;
}
#textcontent {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#menuu {
	width: 155px;
	margin-top: 80px;
	float: left;
}
.menubox {
	background-repeat: no-repeat;
	height: 21px;
	width: 150px;
	margin-bottom: 5px;
	background-image: url(images/menu_image.gif);
	color: #F0F4FB;
	text-decoration: none;
	text-align: right;
	padding-top: 9px;
	font-size: 10px;
	padding-right: 5px;
}



#clearRIGHT {  /* Does not appear to be used any where */
	clear: right;
}


#disclaimer {
	font-size: 10px;
	color: #4E79B6;
	text-align: right;
	padding-right: 40px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
}
.disclaimer_span {
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	text-align: right;
}

#widehead {
	font-family: Arial, Helvetica, sans-serif;
	/*Dummy for wide H1 */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00418C;
	margin-top: 0px;
	background-image: url(images/title540.gif);
	height: 20px;
	padding-top: 4px;
	padding-left: 6px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

h1.widehead {
/* Wide image */
	background-image: url(images/title750.gif);
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00418C;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	text-transform: capitalize;
	color: #00418C;
	font-size: 12px;
	margin-top: 0px;
}

h4 {
	font-weight: normal;
	text-transform: capitalize;
	color: #00418C;
	font-size: 13px;
	margin-top: 0px;
}


br {
	margin: 0px;
}

.a12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.a11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.jpb_no {                /* used in processing of form data - response to user with JPB number */
	color: #00418C;
	font-size: 18px;
	font-weight:bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	list-style-type: none;
	list-style-image: url(images/list_bullet.gif);
	list-style-position: outside;
}

/* a.menu is the main left side menu link */
a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #F0F4FB;
	font-size:10px;
	font-weight:bold; 
}
a.menu:link { color: #F0F4FB; 
              font-weight:bold; }
a.menu:visited { color: #F0F4FB;	}
a.menu:hover {
	 color: #00418C; /**#F0F4FB; */
	font-weight:bold;
}
a.menu:active { font-weight:bold; }


/* Main Link rule */
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #4E79B6;	
}

a:link { color: #4E79B6; }
a:visited {	color: #4E79B6; }/* must be before vistited */

a:hover {
	color: #003064; /*#BDCDEA;*/
}
a:active { font-weight:bold; }

/* Links in tables */
a.ftable:link { color: #4E79B6; }
a.ftable:visited {	color: #4E79B6; } /* must be before :hover for hover to work correctly */

a.ftable:hover {
	color: #001E3E; /*#00418c;*/
	font-weight:bold;
}
a.ftable:active { font-weight:bold; }

table {                          /* Used for all Forms to layout input entries in a table */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00418c;
	background-color: #CDDAEC;
}

.submit_button {
	background-repeat: no-repeat;
	background-color: #A1BCE4;
	height:30px;
	width:220px;
	color: #003166;
	font-size: 13px;
    font-weight:bold;	
}

/* colours 
Dark Blue text Heading - #00418C
Link colour, pale blue - #4E79B6
White menu - #F0F4FB
Link hover colour -  #BDCDEA;

David
Table background - #CDDAEC;
Menu imgae - dark - 128, 162, 217
Light - 217,225,242

Heading band - light - 203,218,240
Dark - 155,183,226

Logo - background - light - 211, 223, 242
dark - 187, 206, 235
J - 0, 65, 140 = main text
P - 51, 104, 177
B - 127, 158, 210

News box darkish - 212, 224, 243 - see logo background
