/*****************************
 * TITLE: Screen Stylesheet  * 
 *****************************/

html, body {
  min-height: 100%;
  width: 100%;
  height: 100%; /* hack for IE5+/Win.*/
}

html>body {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

/* ##### Common Styles ##### */

body {
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
/*  overflow:hidden; */
  background: #FFFFFF url(/images/p/bg.gif) center repeat-y; 
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

object:active, div:active, img:active {
  outline: none;
}

/* ##### Header ##### */

#header {
  background-color: #eeeeee;
  text-align: center;
  padding: 0;
  margin: auto;
  width: 1002px;
  height: auto;
  overflow: visible;
  z-index: 90;
}


#centerMenu {
  color: #eeeeee;
  background-color: #cccccc;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  vertical-align: top;
  line-height: 1.7em;
  z-index: 1000;
}

    
.subHeader {
  color: #cccccc;
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  vertical-align: bottom;
  line-height: 1.4em;
  height: 120px;
  padding-bottom: 1.5em;
  z-index: 1000;
}


.topmenu_off, .topmenu_on {
  color: #999;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  text-shadow: #ccc 2px 2px 2px;
  z-index: 1000;
}

.topmenu_off a {
  color: #999;
  text-decoration: none;
}

.topmenu_off a:hover {
  color: #FF0000;
  text-decoration: none;
}

.topmenu_on a {
  color: #000;
  text-decoration: none;
  z-index: 1000;
  text-shadow: #ccc 2px 2px 2px;
}

.topmenu_on a:hover {
  color: #FF0000;
  text-decoration: none;
  z-index: 1000;
  text-shadow: #ccc 2px 2px 2px;
}




.menu_off, .menu_on {
  color: #eeeeee;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  text-shadow: #000 2px 2px 2px;
  z-index: 1000;
}

.menu_off a {
  color: #cccccc;
  text-decoration: none;
/*
  padding: 4px 8px 4px 8px;
  display: inline-block;
  */
}

.menu_on a {
  color: #FFFFFF;
  text-decoration: none;
/*
  padding: 2px 8px 2px 8px;
  display: inline-block;
  */
  z-index: 1000;
}

.menu_off a:hover {
  color: #FFFFFF;
  text-decoration: none;
/*  padding: 2px 8px 2px 8px; */
  z-index: 1000;
}

.menu_on a:hover {
  color: #FFFFFF;
  text-decoration: none;
/*  padding: 2px 8px 2px 8px; */
  z-index: 1000;
}


#show {
  width: 1002px;
  height: 400px;
  margin: 0;
  padding: 0;
}

/* ##### Main Copy ##### */

#main-copy {
  width: auto;
  height: auto;
  color: #333;
  background-color: transparent;
  overflow: auto;
  z-index: 1000;
}

#main-div {
  background-color: transparent;
  width: 960px;
  margin: 1em;
  z-index: 1000;
}


#main-copy div li {
/*  color: #335A7E; */
  font-size: small;
  margin: 0 0 6px -10px;
  padding-right: 0px;
  line-height: 1em;
  list-style-position: outside;
  list-style-image: url(/images/p/b_bw.gif);
}

p {
  font-size: 10pt !important;
  margin:0 1em 0.7em 1em;
  padding: 0;
  line-height: 1.4em;
  text-align: center;
}

h3 {
  font-size: 11pt !important;
  font-weight:bold;
  margin:0 1em 0.7em 1em;
  padding: 0;
  line-height: 1.4em;
  text-align: center;
}

table, td {
  font-size: 10pt !important;
}

/* ##### Footer ##### */

#footer {
  color: #333;
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: x-small;
  width:100%;
  text-align: center;
  line-height: 1.3em;
  margin: 0px;
  padding-bottom:0.8em;
/*
  position: absolute;
  bottom:1em;
*/
  z-index: 1000;
}

#footer a {
  color: #333;
  text-decoration: none;
}

#footer a:hover {
  color: #FF0000;
}

.error { background-color:#C2585B; padding:5px; width:60%; color:#fff;}