#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 {
  margin-left: 0px;
}

OL, UL, DL {
  margin-left: 0px;
}

.content ul, .content ol{
	margin-top: 0.5em;
    margin-left: 0px;
	padding-left: 20px;
}

DT, .content li {
	margin-top: 0.5em;
}


H1 {
  margin-top: 0px;
  padding-top: 15px;
  font-size: 1.6em;
  line-height: 1.0em;
}

H2 {
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 0px;
  padding-top: 15px;
  margin-bottom: 5px;
}

H1 + H2 {
	margin-top: -25px;
	padding-top: -25px;
	font-weight:normal;
  font-size: 1.6em;
}


H3 {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 15px;
  margin-bottom: 5px;
}

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;
}

H1, H2 {
	color: #e4a852;
}
H3, H4, H5, H6 {
	color: #e4a852;
}

P {
  font-size: 1.0em;
}

OL UL, 
UL UL {
  margin-left: 20px;
}


.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;
}

.quote {margin: 10px 20px 0px 20px;}

table.borders {
	background-color:#b4aa9e;
	margin: 10px 0px 10px 0px;
	}

table.borders td {
	background-color:#FFFFFF;
	padding: 2px 5px 2px 5px;
	}

table.borders td p {
	margin-top: 0px;
	}

sup, sub {
	line-height: 0.5em;
	font-size: 0.8em;
}

/* ----- 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: #4B6D2D;
}

.bottomnav A:visited {
  font-weight: bold;
  text-decoration: none;
}

A:hover, .bottomnav A:hover {
 color: #6C9D4E;
 text-decoration: none;
}

.credit A:link, .credit A:visited {
 color: #fff;
 text-decoration: none;
}
.credit A:hover {
 color: #5e382b;
}

.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:#2e6210;
}

/* ----- 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-l {
	float:left; 
	margin: 10px 10px 0px 0px; 
	padding: 0px; 
}

.photo-l img {
	margin-right: 10px; 
}

.photo-c {
	text-align:center;
	margin: 10px 0px 0px 0px; 
	padding: 0px; 
}

.photo-r {
	float:right; 
	margin: 10px 0px 0px 10px; 
	padding: 0px; 
}

.photo-r img {
	margin-left: 10px; 
}

.photo-l p, .photo-c p, .photo-r p {
	color: #999;
	display:block;
	font-size: 0.85;
	font-style:normal;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 5px;
}



.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;}

.table {
	border: 1px solid #000; 
	padding: 10px; 
	margin: 15px 0px 10px 10px; 
	}
	
.table td p 
	{
	font-family:'Times New Roman', Times, serif;
	font-size: 1.1em; 
	}	

/* ----- 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: 150px;
	margin-top: 0px;
	margin-right: 150px;
	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: #b4aa9e;
	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;
}

dl.liketable dt {
	display:block;
	float:left;
	width: 14em;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom:5px;
}

dl.liketable dd {
	text-align: left;
	margin-left: 14em;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom:5px;
}

div.pubdetail {
	margin: 2px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
	z-index:100;
	position:relative;
/*  width:100%; */
	display:none; 
	overflow:visible;
	}

div.pubdetail p {margin: 2px 0px 0px 0px;}

div.pubdetail {
	background-color: #efefef;
	layer-background-color: #efefef; 
	border: solid 1px #ddd;
	}



/* ----- 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:302;  
	left:0px; 
	top:0px; 
	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:0px; 
	left:0px;
	right:0px;
	height:130px; 
	display: block;
	overflow:visible;
	background-color: #61584B ;
	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:303; 
	right:0px; 
	top:110px; 
	/*height:620px; */
	overflow:visible;
	background-color:#535179;
	padding: 0px;
	width: 150px;
/*	border-top: 20px solid #A3D37E;*/
	border-top: 20px solid #8E816F;
	border-bottom: 1px solid #254110;
	}

.otherlogobg {
	position:absolute; 
	z-index:220; 
	right:0px; 
	top:0px; 
	display: block;
	height:110px; 
	padding-left:0; 
	padding-top:1; 
	background-color: #000;
    opacity: .10;
	width: 150px; /* 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=10);
}
.otherlogo {
	position:absolute; 
	z-index:221; 
	right:0px; 
	top:680px; 
	display: block;
	width:150px;
	padding-left:0; 
	padding-top:0px;
}


.banner-text {
	color: #fff;
/*	font-weight:bolder;*/
	font-size:32px;
	line-height: 0.8em; 
	position:absolute; 
	z-index:300; 
	top:10px;
	left:0px;
	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: .55;
	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=55);
}
.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:#a3d37e; */
	color:#c8c1bb;
	font-weight:normal; 
	letter-spacing:0.1em; 
	position:absolute; 
	background-color:#61584B ; 
	display:block; 
	z-index:301; 
	top:110px; 
	left: 0px;
	right: 0px; 
}



.crumbtrail {
	display:block; 
	position: absolute;
	z-index: 350;
	top: 130px;
	left: 150px;
	right: 150px;
	padding-left: 30px;
	height: 20px;
	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:#61584b; 
  height: 1px; 
  border: 0px; /* to trick Mozilla into showing a line without a shadow */
  background-color: #61584b;
}

.content {
	padding-left:30px; 
	margin-top: 150px; 
/*  width: 620px; */
/*	--- displays a grey line ---*/
/*	margin-right: 149px; */
/*	border-right: 1px solid #97A3aa; 
/*	--- displays a solid block ---*/
	margin-left: 150px;
	margin-right: 150px; 
/*	border-right: 150px solid #535179;*/
	border: 1px solid #fff;
	background-color:#FFFFFF;
	min-height: 350px;
	padding-right: 50px;
}

/* ----- START OF LEFT NAVIGATION PANEL ----- */

.lhpanel {
	width: 150px;
}

#nav
  { position: absolute;
/*    background: #336699;*/
	z-index: 1000;
    top: 130px;
    left: 0px;
    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: #B5D590;
	text-decoration: none;
	padding: 0px;
	background: #4B6D2D;
	border-top: 1px #628933 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 
  { color: #fff;
	font-weight: normal;
	background: #65953A; 
  }
#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: #4B6D2D;
	display: block;
	padding: 0px;
	background: #8e816f;
	border-top: 1px #628933 solid;
	border-bottom: 1px #b4aa9e solid;
}

.nolink a,
#nolink a {
	color:#3d382f;
	font-weight:normal;
}

.nolink .hassub a,
#nolink .hassub a {
	color:#fff;
	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;
}

