/*  PACSSTYLE_PRINT.CSS */
/*  09/23/08            */

/* COMMON TO ALL PAGES */


body {
  margin: 0;
  padding: 0;
  background-color: white !important;
  color: black !important;
  font-family: Arial, Helvetica, sans-serif;
  }

#fullwidth * {
  background-color: white !important;
  color: black !important;
  text-decoration: none !important;
  }

#outside {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: auto;
  }

#surround {
  position: relative;
  padding: 0;
  color: black;
  background-color: white;
  float: left;
  display: inline;
  width: auto;
  }

#header {
  height: auto;
  background-image: none;
  }

#header h1 {
  display: block;
  text-align: center;
  }

#nav {
  display: none;
  }

#footer {
  display: none;
  }

#subfooter {
  display: none;
  }

#subnav {
  display: none;
  }
  
.noprint {
  display: none;
  }
  
/*

#textleft {
  display: none;
  }

#textright {
  display: none;
  }
*/

.submit_form {
  display: none;
  }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 5px;
  color: black;
  text-align: center;
  }

/* INDEX PAGE */
#indexnav {
  width: 169px;
  float: right;
  margin-top: 5px;
  padding: 10px 10px 15px 10px;
  display: inline;
  background-color: white;
  background-image: url("/images/bluebg3.jpg");
  background-repeat: no-repeat;
  color: black;
  }

#indexnav dt,
#indexnav dd {
  font-size: 80%;
  color: black;
  }

#indexnav dd {
  margin: 0 0 8px 0;
  }

#indexnav a,
#indexnav a:visited {
  width: 167px;
  display: block;
  font-weight: bold;
  color: black;
  font-size: 80%;
  margin: 0;
  padding-bottom: 1px;
  }

#indexnav a:hover {
  color: black;
  }

#indexnav dl a,
#indexnav dl a:visited {
  color: black;
  font-size: 100%;
  }

#indexnav dl a:hover {
  color: black;
  }

#indexnav h1,
#indexnav h2,
#indexnav h3,
#indexnav h4,
#indexnav h5,
#indexnav h6 {
  color: black;
  }

#intro_text {
  text-align: justify;
  color: black;
  font-size: 80%;
  padding: 0 10px 0 10px;
  }

#maintext {
  float: left;
  display: inline;
  width: auto;
  margin-bottom: 0px;
  text-align: justify;
  font-size: 80%;
  }

#maintext a,
#maintext a:visited {
  color: black;
  border: none;
  }

#maintext a:hover {
  color: black;
  }

#maintext img {
  float: left;
  vertical-align: text-top;
  border: none;
  padding: 0 10px 0 10px;
  }

#maintext input {
  display: inline;
  }

#mainleft {
  width: 238px;
  float: left;
  display: inline;
  color: black;
  background-color: white;
  border-right: 1px solid #f30;
  padding: 0 20px 0 10px;
  margin-top: 5px;
  font-size: 80%;
  line-height: 125%;
  }

#mainright {
  width: 250px;
  float: right;
  display: inline;
  color: black;
  background-color: white;
  padding-right: 8px;
  margin: 10px 15px auto auto;
  font-size: 80%;
  }

#mainright h1,
#mainleft h1,
#indexnav h2 {
  margin-top: 0;
  }

#mainleft h1 {
  text-align: center;
  color: black;
  padding: 5px 0;
  font-style: italic;
  }

#mainright h1 {
  text-align: center;
  color: black;
  font-style: italic;
  }

#mainright dt,
#mainleft dt {
  text-align: center;
  color: black;
  margin-bottom: 5px;
  }

#mainright dd,
#mainleft dd {
  text-align: justify;
  margin-bottom: 25px;
  }

/* INTERIOR PAGES */

#pagecontent {
  width: 525px;
  background-color: white;
  color: black;
  font-size: 80%;
  float: left;
  display: inline;
  padding-top: 10px;
  }

#pagecontent a,
#pagecontent a:visited {
  color: black;
  background-color: white;
  }

#pagecontent a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  }

#pagecontent table {
  width: 100%;
  border: none;
  }

#pagecontent td {
  text-align: left;
  padding: 2px;
  border: 1px solid #ccc;
  }

#pagecontent th {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 110%;
  padding: 2px;
  border: 1px solid #ccc;
  }

#announce {
  padding: 10px;
  margin-top: 10px;
  color: black;
  float: none;
  display: inline;
  font-size: 80%;
  width: 525px;
  background-color: white;
  border: none;
  }

#announce h1,
#announce h2 {
  color: black;
  }

/* NEWS / ARTICLES PAGES */

#newstext {
  width: 545px;
  background-color: white;
  color: black;
  font-size: 80%;
  float: left;
  display: inline;
  padding-top: 10px;
  }

#newstext ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }

#newstext ul li {
  line-height: 160%;
  }

#newstext ul a,
#newstext ul a:visited {
  color: black;
  }

#newstext ul a:hover {
  color: black;
  }

#newsleft {
  width: 263px;
  float: left;
  display: inline;
  color: black;
  background-color: white;
  border-top: 1px dotted #999;
  padding: 10px 10px 0 0;
  margin-top: 10px;
  }

#newsright {
  width: 250px;
  float: right;
  display: inline;
  color: black;
  background-color: white;
  padding: 10px 10px 0px 10px;
  margin-top: 10px;
  border-top: 1px dotted #999;
  border-left: 1px dotted #999;
  }

#newstext h1 {
  color: black;
  background-color: white;
  margin-bottom: 10px;
  font-size: 160%;
  }

#newstext h2 {
  color: black;
  background-color: white;
  margin-bottom: 10px;
  font-size: 140%;
  }

#newstext h3 {
  color: black;
  background-color: white;
  margin-bottom: 10px;
  font-size: 120%;
  }