/******************************************************************/
/* Disability Awareness Day                          */
/******************************************************************/
body, table
  {
  font-size: 100%;
  }

body
  {
  margin: 0;
  padding: 0;
  border: 0;
  background: white url(/dadbackground.gif) top left repeat-y;
  }

body, td
  {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150% ;
  }

td.spacer
 {
  width:16px;
 }
 
A, A:VISITED
  {
  color: navy;
  text-decoration: none;
  }

A:ACTIVE, A:HOVER
  {
  color: navy;
  text-decoration: underline;
  }

/* ==================================================== */
/* MENU                                                 */
/* ==================================================== */

TD.menu
{
 width:200px;
 border-right: solid black 1px;
 background: #316BB5;
 font-weight:normal;
 font-size: smaller;
}

DIV.menu
  {
  width:100%;
  font-size: 100%;
  text-align: center;
  border-bottom: solid white 1px;
  }

A.menu, A.menu:VISITED, A.menu:HOVER, A.menu:ACTIVE
  {
  width: 100%;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  text-decoration: none;
  font-family: verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  }

A.menu:HOVER, A.menu:ACTIVE
  {
  color: white;
  background: #245592;
  }
/******************************************************************/
/* Banner across top of page                                      */
/******************************************************************/
A.fontsizer, A.fontsizer:VISITED
  {
  color: black;
  }

A.fontsizer:ACTIVE, A.fontsizer:HOVER
  {
  background: white;
  }

DIV.dadbanner
  {
  color: black;
  background:  url(/bannershadow.gif) top left no-repeat;
  padding: 10px;
  padding-right: 28px;
  padding-left: 22px;
  }

td.bannerwords
  {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size:larger;
  text-align: right;
  }
/******************************************************************/
/* Main display area                                              */
/******************************************************************/
DIV.main
  {
  padding: 20px 12px 32px 24px;
  }

DIV.main 
  {
  line-height: 166%;
  font-size:83%;
  }

H1
  {
  font-weight: normal;
  line-height: normal;
  color: #316BB5;
  }
  
H2
  {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 150%;
  font-weight: bold;
  color: #316BB5;
  }

h2.title
  {
  border-bottom: black solid 1px;
  margin-bottom: 4px;
  padding-bottom: 2px;
  font-size: 150%;
  font-weight: bold;
  color: #316BB5;
  }
  
INPUT.modern, TEXTAREA.modern
  {
  border: solid black 1px;
  background: #f0f8ff;
  width: 90%;
  }

p.sitecredit
  {
  font-size:66%;
  }
div.footer
 {
 border-top: solid blue 1px;
 }

div.footer td
 {
 padding-right:20px;
 }
 
div.description
  {
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  }  
/******************************************************************/
/* Image  Column                                                   */
/******************************************************************/
td.images
 {
 width:247px;
 background:#eeeeee;
 text-align : left;
 color:black;
 font-size:small;
 line-height:normal;
 font-family:Arial, sans-serif;
 padding:6px;
 }
 
/******************************************************************/
/* Modifications for graphical users                              */
/******************************************************************/
@media screen
  {
  DIV.invisible
    {
    display: none;
    }
  }

/******************************************************************/
/* Modifications for printing                                     */
/******************************************************************/
@media print
  {
  BODY
    {
    background: white;
    }

  DIV.invisible
    {
    display: none;
    }

  TD.menu, SPAN.noprint, SPAN.maplink
    {
    display: none;
    }

  DIV.main
    {
    padding-left: 0px;
    }
  }
