
html, body {
  line-height:     120%;
/*  font-size: 90%; */
  color:           black;
  background:      #ffffff;
  font-weight:     normal;
  font-family:     arial,helvetica, sans-serif;
  font-style:      normal;
  text-decoration: none;
  margin:  0;
  padding: 0;
  border:  0;
}

div#main {
font-size: 90%;
 margin: 1em 1em 0 1em;
/*   margin-right: 7.6em; */ /* no need for this without the righthand bar */

  
}

div#main p, div#main dt div#main table{
  font-size: 90%;
  padding-left: 1em;
  padding-right: 1em;
}

dt {
  margin-top: 1em;
}


a:link, a:visited {
  color: blue;
}

a:hover {
  color: blue;
  background-color: #ffff00;
}

a:active {
  color: red;
  background-color: yellow;
}

a.nohover:hover {
  background-color: transparent;
}


pre, code, tt {
  font-family: "Bitstream Vera Sans Mono", monospace;
  line-height: 100%;
  white-space: pre;
}

a:link img, a:visited img {border-style: none}
a img {color: black} /* The only way to hide the border in NS 4.x */

ul.toc {
  list-style: none;
}

ol li {
  padding: .1em;
}

div.issue {
  padding: 0.5em;
  border: none;
  margin-right: 5%;
}

.hideme {display: none}



/* Various header(ish) things. Definitions cribbed from the CORE Styles. */
h1 {
  font-family: arial,helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #053188;
}

h1.page_title{
  font-family: arial,helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #663399;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 20px;
}

#banner h1 {
   display: inline;
   color: #ffffff;
   font-variant: small-caps;
   padding: 0;
}

#banner h2 {
   font-size: 15px;
   display: inline;
   color: #ffffff;
/*    font-variant: small-caps; */
   padding: 0;
}

#banner span {
   font-size: 15px;
}

#banner {
background-color: #6699CC; 
background-image: url(newheader_3.jpg); /* only jpg version - png too big! */
background-repeat: no-repeat;
background-attachment: scroll;
height: 100px;
background-position: right;
margin:0; padding:0;
margin-bottom: 1px;
border-bottom: 1px solid black;
}



#title {
/*  background-color: #333366; 
  border-bottom: 1px solid black; 
  padding: .25em;*/
  padding: 0;
  margin: 0;
  color: #ffffff;
}



h1, h2, h3, h4, h5, h6, dt {
  font-family: arial, helvetica, sans-serif;
  font-size-adjust: .53;

}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top : 1em;
  margin-bottom : 0;
  line-height: 120%;  
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  background-color: #eee;
  text-indent: 2em;
  padding: .2em;
  border-top: 1px dotted black;
}

h4 {
  font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
}

h5, dt {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-indent: .5em;
  margin:0;
}

h6 {
  font-size: 1em;
  font-style: italic;
  text-decoration: none;
  color: #666;
  text-indent: 1em;
  margin:0;
}






/* navbar CSS */

/*
   Navigation Style Sheet for the W3C Markup Validation Service.

   Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved.
   See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright

   $Id: navbar.css,v 1.3.2.11 2004/05/17 06:42:49 link Exp $
*/


#topmenu {
/*  min-width: 63em; */
  width: 100%;
  list-style-type: none;
  padding: 0px 0px;
  margin: 0;
  margin-bottom: 10px;
  height: 1.5em;
  background-color: #eeeeee;
/*  border-bottom:    1px solid black; */
}

#topmenu li {
  display: inline;
  padding: 0;
  margin: 0;
}

#topmenu li.act {
  text-decoration: none;
  text-align: center;
  padding: 2px 0px;
  margin:0px auto;
  float: left;
  display: block;
  height: 1.5em;
  width: 14%; 
  background-color: #000000;
  color: #ffffff;
  font-size: smaller;
  border-right: solid 1px #bbb;
  border-bottom:    1px solid black;
}

#topmenu li a:link, #topmenu li a:visited {
  text-decoration: none;
  text-align: center;
  padding: 2px 0px;
  margin:0px auto;
  float: left;
  display: block;
  height: 1.5em;
  width: 14%; 
/* width: 8em; */

  background-color: #eeeeee;
  color: #053188;
  font-size: smaller;
  /*font-variant: small-caps;*/
  border-right: solid 1px #bbb;
  border-bottom:    1px solid black;
}

#topmenu li a#selected:link, #topmenu li a#selected:visited {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}

#topmenu li a:hover {
  text-decoration: underline;
  background-color: #000066;
  color: #ffffff;
}

#topmenu li a:active {
  background-color: #fff;
  color: #053188;
  border-right: solid 1px #ddd;
}


/* ------------ */

.leftmenu {
/*  min-width: 63em;
  width: 100% */
  width: 125px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #333366;
  color: #ffffff

}


.leftmenu li a:link, .leftmenu li a:visited {

  width: 125px;
  list-style-type: none;
  text-decoration: none;
  text-align: left;
/*  float: left; 
  height: 1.5em;
  width: 100% 
  background-color: #333366;  */

  
  display: block;
  padding: 2px 5px;
  margin: 0;

  color: #ffffff;
  font-size: smaller;
  border-top:  1px solid white;
}

.leftmenu li a#selected:link {
  text-decoration: underline;
  background-color: #333366;
  color: #053188;
}

.leftmenu li a:hover {
  text-decoration: underline;
  background-color: #ffff00;
  color: #0000ff;
}

.leftmenu li a:active {
  background-color: #fff;
  color: #053188;
}

/* ------------ */


/* link bar  - all pages*/






/* stuff brick added */

.mainheader{
background-color: #006699;
text-align: center;
background-image: url(box_header.gif); /* only jpg version - png too big! */
background-repeat: repeat-x;
background-attachment: scroll;
height: 40px;
margin:0; padding:0;

}
.maintable  {
  width: 31%; 
  margin:0; padding:0;
  background-color: #ffffff;
  color: #000000;
  font-size: smaller;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
}


.featheredbox{
  font-size: smaller;
  background-color: #ffffff;
  color: #000000;
}

.plainbox{
  font-size: smaller;
  background-color: #ffffff;
  color: #000000;
}

.footer{

   font-size:70%;
   color: #999999;
}

td.errborder{
   color: #ffff00;
   background: #ff0000;
}
.errtext{
   color: #000000;
   background: #ffffff;
}


/* ========= 2006 revisons =========== */



#topmenu1 {
/*   position: absolute;
top: 103px;
  left: 9em;*/
  padding-left: 8em;
  text-align: right;
  display: block;
  list-style-type: none;
  margin: 0;
  background-color: #eeeeee;
  height: 1.5em;
  border-bottom:    1px solid black;
}


#topmenu1 li {
  display: inline;
  padding: 0;
  margin: 0;
}

#topmenu1 li.act {
  text-decoration: none;
  text-align: center;
  padding: 2px 0px;
  margin:0px auto;
  float: left;
  display: block;
  height: 1.5em;
  width: 13%; 
  background-color: #000000;
  color: #ffffff;
  font-size: smaller;
  border-right: solid 1px #bbb;
  border-bottom:    1px solid black;
}

#topmenu1 li a:link, #topmenu1 li a:visited {
  text-decoration: none;
  text-align: center;
  padding: 2px 0px;
  margin:0px auto;
  float: left;
  display: block;
  height: 1.5em;
  width: 13%; 
/* width: 8em; */

  background-color: #eeeeee;
  color: #053188;
  font-size: smaller;
  /*font-variant: small-caps;*/
  border-right: solid 1px #bbb;

}

#topmenu1 li a#selected:link, #topmenu1 li a#selected:visited {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}

#topmenu1 li a:hover {
  text-decoration: underline;
  background-color: #000066;
  color: #ffffff;
}

#topmenu1 li a:active {
  background-color: #fff;
  color: #053188;
  border-right: solid 1px #ddd;
}


#competitors_navbar {
  position: absolute;
  left: 0px; 
  top: 101px;
  display: block;
  width: 9em;
  list-style-type: none;
  padding: 0;
  margin: 0;
background-color: #333366;
  color: #ffffff;
  height: 200%;
border-right: 1px solid #006;
}

#competitors_navbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#competitors_navbar li {
  padding: 0;
  margin: 0;
  border:  1px solid #333366; /* hack to get IE to display properly */
}


#competitors_navbar li a:link, #competitors_navbar li a:visited {
/*  line-height: 2em;*/
  font-size: 90%;
  padding: .3em 0px .3em 10px;
  list-style-type: none;
  text-decoration: none;
  text-align: left;
  display: block;

  margin: 0;
  color: #fff;
  background-color: #333366;
  border-top:  1px solid #fff;
}

/*
#competitors_navbar li a#selected:link {
  text-decoration: underline;
  background-color: #669;
  display: block;
  color: #fff;
  font-size: 90%;
  padding: .3em 0px .3em 10px;
  margin: 0;
  display: block;}
*/

#competitors_navbar li a:hover {
  text-decoration: none;
  background-color: #669;
  color: #ff0;
  font-size: 90%;
  padding: .3em 0px .3em 10px;
  margin: 0;
  display: block;
}

#competitors_navbar li a:active {
  background-color: #fff;
  color: #006;
  font-size: 90%;
  padding: .3em 0px .3em 10px;
  margin: 0;
  display: block;
}


/* ----- /left column ------- */



#main_with_competitors_navbar{
  position: absolute;
  left: 10em; 
  top: 160px;
  right: 10px;
}


