/**********************************
 * Screen Stylesheet              * 
 * screen.css                     *
 * 6/06                           *
 **********************************/

/* ##### Common Styles ##### */

body {
  color: black;
  background: beige;  
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  line-height: 1.1;
  margin: 0 auto 0 auto;
  padding: 0;
}

body a{
  color: black;
}

html > body {
  font-size: 10pt;
}

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;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: beige;  /* 	#F5F5DC */
}

.headerTitle {
  margin: 0;
  padding: 0.2em 2mm 0 2mm;
}

.headerTitle a {
  color: navy;
  background-color: transparent;
  text-decoration: none;
  font-size: 150%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: navy;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  font-weight: bold;
  color: navy;
  background-color: beige;
  font-size: medium;   /* 100%;  */
  /* text-align: center;  */
  margin: 0;
  padding: 0 10;
  /*  border-top: 1px solid gray;  */
}

.subHeader a {
  font-weight: bold;
  color: navy;
  text-decoration: none;   /* don't show lines  */
  background-color: beige;
  text-decoration: none;
  font-size: 100%; 
  font-weight: normal;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  font-weight: bold;
  color: beige;
  background-color: navy;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: beige;  
  text-align: left;
  line-height: 1.2;
  margin: 0 auto 0 auto;
/*  padding: 0.5ex 5em 2em 3em; */
/*  border-left: 1px solid gray;  */
}

#main-copy h1 {
  color: navy;  
  background-color: beige; 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  margin: 1em 0 0 0;

  padding: 2px;
  /* border-top: 1px solid blue; */
}

#main-copy h2 {
  color: navy;
  /* background-color: beige;  */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 140%;
/*   font-weight: bold;*/
  text-align: center;
  margin: 0.5em  0  0.5em  0;
  padding: 5px;
}

#main-copy h3 {
  color: navy;
  background-color: transparent;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0;
}

#main-copy h4 {
  color: beige;
  background-color:  transparent;  /* #BC8F8F;   RosyBrown */
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 130%;
/*   font-weight: bold;*/
  text-align: center;
  margin: 0.5em  0  0.5em  0;
  padding: 5px;
}

#main-copy a {
  /* color: black; */
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  color:  navy;
  font-weight: bold;
}

p {
  margin: 1em 0 1em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.centered-text {
  text-align:  center;
}

/* ##### Footer ##### */

#footer {
  color: black;
  background: beige;
  font-size: 85%;
  text-align: center;
  /* line-height: 1.25em; */
  margin: 0em 0 0 0;
  padding: 5px 2mm 0 0;
  clear: both;
  /* border-top: 1px solid gray; */
}

#footer div {
  /* margin: 2px;  */
  padding: 0px 0 1px 0;
}

#footer a {
  color: navy;
  background: transparent;
  text-decoration: underline;
}

#footer a:hover {
  font-weight: bold;
  color: beige;
  background-color: navy;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 11em;
         /* adjust #main-copy margin to match!!!  */
  float: left;
  clear: left;
  background: beige ;
  margin: 5px;   /* 0 0 5 5; */
  border: 1px solid #BC8F8F;
}

.leftSideBar .sideBarTitle {
  color:  navy;
  background-color: beige;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 2ex;
  padding: 0 0 1.25ex 0.75ex;
}

.leftSideBar a {
  color:  black;
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: blue;
  background-color: transparent;
/*   text-decoration: italic;  */
}

.leftSideBar .sideBarText {
  color: indigo;
  background-color: transparent;
  line-height: 1.2em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

/*
.leftSideBar .sideBarText a:hover {
  text-decoration: italic;
}

*/
.leftSideBar .thisPage {
  color: black;
  background-color: transparent;
  font-weight: bold;
}

/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 20px 10px 10px 0;
/*  padding: 1; */
  float: right;
  clear: right;
  border: 1px solid gray;
  background-color: beige;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: lightblue;  /* rgb(230,223,207); */
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  color:  blue;
  /*  text-decoration: italic;  */
}

.rightSideBar .sideBarText {
  line-height: 1.25em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  color:  white;   /* hide, for now */
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}

