@media print
{
body {font-family: serif; }
h2 {page-break-after:avoid; }
.menu {display:none;}
.noprint {display:none}
}

@media screen
{ body {background: url("water2.jpeg");
        font-family: sans-serif;
       }
  .newsletter {font-family: serif; font-size:1.5em}
}
.newsletter h1 {margin-top: 2em; text-align:center; font-size:120%; color:purple;}
.newsletter h2 {margin-top: 1em; font-size:100%; color:purple;}

.menu ul {list-style-type:none; padding-left:0px; margin-left:0px}
.menu ul ul {padding-left:2pm; margin-left:2em; text-indent:-1em;}
.menu li {left-padding:0px; left-margin:0px;}
td { vertical-align: top }
td.event {font-weight:bold; }
td.record {text-align:right; font-style:italic; }
tr.record {text-align:right; font-style:italic; }
sup {font-size:0.7em; line-height:0.5em}

.scsa-minutes h1 {font-style:italic; font-size:140%}
.scsa-minutes h1.main {text-align:center}
.scsa-minutes ol h2 {margin-left:-2em; font-size:100%}
.scsa-minutes li {margin-top:.5em}
.scsa-minutes .role {font-style:italic}
.scsa-minutes .note {font-style:italic}
p.scsa-draft {font-style:italic; font-weight:bold; text-align:right}
p.scsa-signature {font-style:italic; color:blue; text-align:right}

.minutes h2 {font-style:italic; margin-bottom:0em}
.minutes p {margin-top:.5em}
.minutes .actor {color:red}

.policy h2 {color:blue; font-size:1.2em}

.toggle-off {display:none}

.discouraged {color:grey}

/* CSS declarations for HTML generated by Block/Record/Field objects
   ================================================================= */

/* Error messages */
.error {color:red;}

/* Faint shading of alternate rows */
.Block .stripe {background-color:#eef;}

/* No borders around images used as buttons */
.Block img {border:0px;}

/* Cell with Edit or Delete button */
.Block td.button {text-align:center;}

/* Number in list of page numbers for navigation */
.Block .pageNo {text-decoration:underline;}

/* Page number of current page */
.Block .thisPageNo {text-decoration:none; font-weight:bold;}


