#nav li {
	behavior: url('scripts/CSSNavIEHover.htc');
}


BODY {
	color: #000000;
	font-size: x-small; 
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body,
.nav {
	background-image:  url("../images/background.jpg"); 
	background-repeat: repeat;
	background-color:#535179; 
}

P,
.content P, 
.content OL, 
.content UL,
.content DL,
.content TD {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.0em; 
  line-height: 1.2em;
margin-right: 5px;
margin-bottom: 0px;
}

/* there is a fault in IE6 which seems to mean that numbering doesn't work within absolutely positioned divs
see e.g. http://www.lostpilgrim.co.uk/blog/archives/000417.php */
OL {
	list-style-type: decimal;	
}

H1, H2, H6
{
  font-family: Palatino Linotype, Times New Roman, Times, serif;
  text-decoration: none;
}

H3, H4, H5
{
  font-family: verdana, Arial, helvetica, sans-serif;
  text-decoration: none;
}

P, UL, OL, DL, TD, caption,
.content DIV.bottomnav P,
.date {
  font-family: verdana, Arial, helvetica, sans-serif;
  text-decoration: none;
}

H1, H2, H3, H4, H5, H6, 
P, UL, OL, DL {
  margin-left: 0px;
}

UL {
  margin-left: 20px;
}

DT {
	margin-top: 0.5em;
}

H1 {
  margin-top: 0px;
  padding-top: 15px;
  font-size: 1.6em;
  line-height: 1.0em;
  color: #5c7bb1;
}

H2 {
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 0px;
  padding-top: 15px;
  margin-bottom: 5px;
  color: #5c7bb1;
}

H1 + H2 {
	margin-top: -25px;
	padding-top: -25px;
	font-weight:normal;
  font-size: 1.6em;
}


H3 {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #5c7bb1;
}

H3.overline {
  margin-right: 10px;
  padding-top: 5px;
  border-top: 1px solid #000;
}


H3.session {
  margin-top: 25px;
  margin-bottom: 5px;
}

H4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 5px;
}

H5 {
  font-weight: bold;
  font-size: 1.0em;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 5px;
}

H6 {  
  font-weight: bold;
  font-size: 1.0em;
  margin-top: 10px;
  margin-bottom: 0px;
}

P {
  font-size: 1.0em;
}

OL UL, 
UL UL {
  margin-left: 20px;
}

caption {
	color:#999999;
	font-weight:bold; 
	text-align:left;
	margin-top: 1.0em;
	padding-top: 0.5em;
}

.ToC, .toc {
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	border-bottom: 1px solid #999;	
	border-top: 1px solid #999;
}

.ToC p, .toc p {
	margin-top: 0.25em;
}


.bottomnav p {
  text-align: right;
}

.crumbtrail p {
	color: #999999;
	font-size: 0.8em;
	margin: 0px;
	padding: 5px;
	line-height: 1em;
}

.content img {border: 1px solid #000;
	margin-top: 2px;
}

/* ----- START OF LINKS (EXCEPT THOSE IN LEFTNAV [SEE BELOW]) ----- */


A:link,
A:hover,
a:visited {
  text-decoration: none;
  font-weight: bold;
}

.bottomnav A:link {
  font-weight: bold;
  text-decoration: none;
}


A:link, A:visited, 
.bottomnav A:link, 
.bottomnav A:visited {
  color: #535179;
}

.bottomnav A:visited {
  font-weight: bold;
  text-decoration: none;
}

A:hover, .bottomnav A:hover {
 color: #9A98BC;
 text-decoration: none;
}

.credit A:hover {
 color: #fff;
 text-decoration: none;
}

.newsflash A:link, 
.newsflash A:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.newsflash A:hover {
	font-weight: bold;
	color: #cc6;
	text-decoration: none;
}

p.gototop a:link,
p.gototop a:visited {
	font-size: 0.9em; 
	font-weight: bold; 
	text-decoration:none;
	color:#FFFFFF;
	margin-top: 0.25em;
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	line-height: 0.5em;
	background-color:#879ac5;
}

p.gototop A:hover {
 color: #fff;
 background-color:#006;
}

.toc a, .ToC a {
	font-weight:normal;
}

.crumbtrail a:link,
.crumbtrail a:visited {
	color:#999999;
}

.crumbtrail a:hover {
	color:#369;
}

/* ----- END OF LINKS (EXCEPT LEFTNAV [SEE BELOW]) ----- */

/* ----- FORMS ----- */


input, textarea, select {
 	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	border: 1px solid #000;
}

input.button 
	{
	background-color:#9a98bc;
	}

input.button:hover 
	{
	color:#fff;
	background-color:#5d5b80;
		}



/*.leftnav INPUT{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.leftnav INPUT{
  margin-left: 0px;
  margin-top: 2px;
  width: 100px;
  line-height: 1.0em;
}*/

/* ----- START OF MISCELLANEOUS TEXT CLASSES ----- */

p.pale, p.compact, span.compact {
 font-size: 0.85em;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: right;
}

.date {
  font-size: x-small;
  font-style: italic;
  padding-top: 30px;
}

.aligntop,
#aligntop {
  padding-top: 0px;
  margin-top: 0px;
}

.standout {
	color: #ff9933;
	font-weight: bold;
}

.wob,
#wob {
	color: #ffffff;
}

.dblspace,
#dblspace {
  line-height: 1.5em;
  padding-top: 0px;
  margin-top: 0px;
}

.pale,
#pale {
	color: #999;
}

.verypale,
#verypale {
	color: #cc6;
}

.photo {
	float:right; 
	margin: 0px 10px 10px 10px; 
	padding: 0px; 
}

.photo p {
	color: #000;
	display:block;
	font-size: xx-small;
	text-align: left;
	margin: -5px 0px;
	padding: 2px;
	border: 1px solid #000;
}
.photo a:link,
.photo a:visited,
.photo a:hover
 {
	color: #993; 
	font-weight: normal; 
	text-decoration: none;
}

p.credit {
	padding-right: 5px;
}

#spacer {
	padding: 5px;
}

.indent {
	margin-left: 20px;
}

.banner-right img {
	margin: 0px;
	border: none;
	vertical-align: top;
}

.notbold {font-weight:normal; }

p.question {margin-top: 5px; margin-left: 20px;}

p.answer {font-weight:bold;
	margin-bottom: 5px;
}

p.answer + p {margin-top: -5px;}

/* ----- END OF MISCELLANEOUS TEXT CLASSES ----- */

/* ----- START OF MISCELLANEOUS BLOCK CLASSES ----- */

.newsflash {
   background-color: #c66;
   color: #fff;
   margin-top: 0px;
/*   margin-bottom: 5px;*/
   padding: 5px;
}

.credit, .bottomnav {
	display: block;
	font-size: xx-small;
	color: #97A3aa;
	text-align: right;
	margin-left: 175px;
	margin-top: 0px;
	margin-right: 175px;
	padding: 2px;
	padding-bottom: 15px;
/*	border-right: 150px solid #535179;
	border-left: 1px solid #fff;*/
}

.bottomnav {
	font-size: 0.9em;
	border-bottom: 1px solid #000;
	background-color:#fff;
}

.credit {
	background-color:#9a98bc;
	color: #fff;
}

#othercredit {
	font-size: xx-small;
	text-align: right;
	margin-left: 175px;
	margin-top: 0px;
	margin-right: 175px;
	padding: 2px;
	padding-bottom: 15px;
	background-color: transparent;
	color: #fff;
}

/* ----- END OF MISCELLANEOUS BLOCK CLASSES ----- */

/* ----- START OF ABSOLUTE POSITIONING ----- */

/* NB. V.4 BROWSERS CAN'T DEAL WITH UNDERSCORE CHARACTER IN CLASS NAME */
/* USE HYPHEN INSTEAD */

.gototop {
position:fixed;
bottom: 60px;
right: 10px;
visibility:visible; 
z-index:100;
text-align: right;
color:#FFFFFF;
background-color:#FFFFFF;
padding: 0em;
}

.logo {
	position:absolute; 
	z-index:101;  
	left:25px; 
	top:25px; 
	height:130px;
	width:150px; 
/* 	padding ADDS to height and width rather than being part of them */
	padding-top:0px;
	padding-bottom:0px; 
	padding-left:0px;
	padding-right:0px;
	overflow:visible; 
	background-color:#1b3043;
	}

/*.lhstrip {
	position:absolute; 
	z-index:11; 
/*	background-color:#47bf6e;
	left:0px; 
	top:0px; 
	width:150px; 
	height: 100%; 
	overflow:visible;
/*	border-right: 1px #000 solid;
	margin: 0px;
	padding: 0px;
/*	background-image:  url("../images/fuzzywave.gif"); 
	background-repeat:repeat-y; 
}*/

.bannerback {
	position:absolute; 
	z-index:10; 
	top:25px; 
	left:25px;
	right:25px;
	height:130px; 
	display: block;
	overflow:visible;
	background-color: #232233;
	background-position: 150px 0px; 
	background-image: url("../images/backdrop.jpg"); 
	background-repeat: repeat-x; 
	}

/*.banner {
	position:absolute; 
	z-index:20; 
	background-image: url("../images/banner.gif"); 
	background-repeat:no-repeat; 
	left:150px; 
	top:0px; 
	height:150px; 
	width:550px; 
	overflow:hidden;
	}
*/
.banner-right {
	position:absolute; 
	z-index:222; 
	right:25px; 
	top:25px; 
	/*height:620px; */
	width:150px; 
	overflow:visible;
	background-color:#535179;
	padding:0px;
	}

.lowerlogo {
	display: block;
	width:151px; 
	padding-left:0; 
	padding-top:1; 
	background-color:#5c7bb1;
}


.banner-text {
	color: #fff;
/*	font-weight:bolder;*/
	font-size:32px;
	line-height: 0.8em; 
	position:absolute; 
	z-index:300; 
	top:35px;
	left:25px;
	margin-left:160px; 
	height:50px; 
	/*width:100%; */
	overflow:visible;
	}

.banner-text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.banner-subtext  {
	margin-top: -10px;
    opacity: .30;
	width: 706px; /* has to have a layout property before the filter can be applied. The value used is the same as the banner image */
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.banner-subtext p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	margin-top: 0px;
	margin-bottom: 0px;
}


.sub-banner {
	font-size:12px; 
	font-variant:small-caps; 
	color:#9A98BC; 
	font-weight:normal; 
	letter-spacing:0.1em; 
	position:absolute; 
	background-color:#232233; 
	display:block; 
	z-index:31; 
	top:140px; 
	left: 25px;
	right: 25px; 
}



.crumbtrail {
	display:block; 
	position: absolute;
	z-index: 32;
	top: 155px;
	left: 150px;
	right: 175px;
	padding-left: 30px;
	background-color:#fff; 
	}

/*.substance {
	position:absolute; 
	z-index:100; 
	background-image:url(../images/lhpanelback.gif); 
	background-repeat:repeat-y; 
	left:0px; 
	top:130px; 
	width:100%; 
	overflow:visible;
	}
*/
.news { 
	border-left: 1px solid #000; 
	padding-left: 10px;
}

/* ----- END OF ABSOLUTE POSITIONING ----- */

hr {
  color:#ccc; 
  height: 1px; 
  border: 1px solid #ccc; /* to trick Mozilla into showing a line without a shadow */
}

.content {
	padding-left:30px; 
	margin-top: 175px; 
/*  width: 620px; */
/*	--- displays a grey line ---*/
/*	margin-right: 149px; */
/*	border-right: 1px solid #97A3aa; 
/*	--- displays a solid block ---*/
	margin-left: 175px;
	margin-right: 175px; 
/*	border-right: 150px solid #535179;*/
	border: 1px solid #fff;
	background-color:#FFFFFF;
	min-height: 350px;
	padding-right: 20px;
}

/* ----- START OF LEFT NAVIGATION PANEL ----- */

.lhpanel {
	width: 150px;
}

#nav
  { position: absolute;
/*    background: #336699;*/
	z-index: 1000;
    top: 155px;
    left: 25px;
    width: 150px;
    padding: 0px;
	margin: 0px;
  }

#nav a
  { width: 140px;
	color: #fff;
	padding: 5px;
    display: block;
	font-weight: normal;
  }

#nav ul
  { display: block;
    margin: 0px;
    padding: 0px;
    width: 150px;
  }

#nav li
  { display: block;
    list-style: none;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding: 0px;
/*	background: #0066cc;*/
	background: #232233;
/*	border-top: 1px #0066ff solid;*/
	border-top: 1px #34334D solid;
	border-bottom: 1px #000 solid;
  }
  
#nav li a
	{
	font-weight: normal;
	font-size:0.9em;
	}  
/*
#nav li#access { 
	background:#0051A2;
	border-top: 1px #0066cc solid;
	border-bottom: 1px #330 solid;
  }
*/
#nav li:hover, #nav li.hover, #nav li a:hover 
/*#nav li#access:hover, #nav li.hover #access*/
  { color: #fff;
/*    color: #000066;*/
	font-weight: normal;
/*	background: #0099ff; 
	background: #859dcd; */
	background: #535179; 
  }
#nav li.spacer { 
	background:#005BB7;
	padding: 5px; 
	border-top: 1px #005BB7 solid;
	border-bottom: 1px #005BB7 solid;
	font-size:xx-small;
	line-height: 0.5em;
  }


#nav ul.sub1, #nav ul.sub2, #nav ul.sub3
  { position: absolute;
    margin: -0.75em 0px 0px 6em;
    border: solid #113 1px; 
    padding: 0px;
    background: blue;
    width: 150px;
    display: none;
  }

#nav ul.root li:hover ul.sub1, #nav ul.root li.hassubhover ul.sub1
  { display: block;
  }

#nav ul.sub1 li:hover ul.sub2, #nav ul.sub1 li.hassubhover ul.sub2
  { display: block;
  }

#nav ul.sub2 li:hover ul.sub3, #nav ul.sub2 li.hassubhover ul.sub3
  { display: block;
  }

/*
#nav li.hassub
  { background: url('plus.gif') no-repeat 90% 50% ;
  }

#nav li.hassub:hover, #nav li.hassubhover
  { background: url('plush.gif') no-repeat 90% 50% ;
  }
*/

#nav li#nolink {
	color: #fff;
	display: block;
	padding: 0px;
	background: #9A98BC;
	border-top: 1px #006600 solid;
	border-bottom: 1px #97A3aa solid;
}

.nolink a {
	color:#000000;
	font-weight:normal;
}

/* ----- END OF LEFT NAVIGATION PANEL ----- */

.poplayer {
  z-index:1000;
  top: 234px;  
  left: 180px;  
  position:absolute;
  width:325px; 
  visibility: hidden; 
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
/*  left: 259px;  */
	background-color: #D6D5E6;
  layer-background-color: #D6D5E6; 
  border: 1px solid #000; 
  overflow:visible;
}


