
  /* Style sheet for NCSM (www.mathedleadership.org) */

  /* Use standard tags p, strong, small and big so even if a non-style browser
     is used, the page is rendered with the same intent */

  /* Modified tags */

  * {
    font-size: 12px;
  }

  body {
    font-family: arial, sans-serif;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background: black url(images/header.jpg) top center no-repeat;
  }

  html { height: 100%; margin-bottom: 1px; }

  body, form, table, tr, td, th, div, li, a { padding: 0; margin: 0; border: 0; }
  table { border-collapse: collapse; } /* these two lines, combined, same as cellspacing=0 */
  td { margin: 0; }                    /* these two lines, combined, same as cellspacing=0 */

  img { display: block; }  /* always put this when using Strict Doctype */
  .inline { display: inline; }

  big, .big {
    font-size: 20px;
  }

  small, .small {
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
  }

  strong, .strong {
    font-weight: bold;
  }

  .em {
    font-style: italic;
  }

  ul {
    text-align: left;
  }

  hr {
    height: 1px;
    color: #CCCCCC;            /* IE uses color */ 
    background-color: #CCCCCC; /* Mozilla uses background-color */
    border: 0;                 /* Supress the border for Safari */
  }

  h3 {
    font-family: georgia, "Times New Roman", times, serif;
    font-size: 14px;
  }

  dd {
    padding-bottom: 1em;
  }

  dd li {
    font-size: 100%;
  }

  /* Layout */

  #main {
    width: 918px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    background: black url(images/header.jpg) top center no-repeat;
    color: white;
  }

  * html #main {
  }

  #header {
    height: 110px;
  }

  #search {
    float: right;
    text-align: right;
    width: 166px;
    height: 110px;
  }

  #search div {
    margin-top: 65px;
    width: 166px;
  }

  .searchsubmit {
    background: url(images/trans.gif);
    border: 0;
    margin: 0;
    padding: 0;
    color: white; 
    cursor: pointer;
/*
    font-weight: bold;
*/
    text-align: right;
  }

  #content {
    width: 918px;  /* This affects the width */
    color: black;
    border-color: black;
    border-style: solid;
    border-top-width: 8px;
  }

  .ctwothirds {
    background: black url(images/content-twothirds.jpg) top left repeat-y;
  }

  .conequarter {
    background: black url(images/content-onequarter.jpg) top left repeat-y;
  }

  #footer {
    clear: both;
    width: 918px;  /* This affects the width */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: black;
    font-size: 9px;
    font-family: verdana, georgia, sans-serif;
    color: white;
    border-top: 1px solid #777777;
    padding-top: 8px;
    margin-top: 8px;
  }

  /* Menus */

  #menu, #secondary, #quicklinks, .footermenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footermenu {
    text-align: center;
  }

  #menu {
    background: #42135B;
    border-top: 1px solid #561676;
    border-bottom: 1px solid #2A0844;
  }

  #secondary {
    background: #A26411;
    border-top: 1px solid #C18509;
    border-bottom: 1px solid #652905;
  }

  #menu li, #secondary li, .footermenu li {
    display: inline;
  }

  #menu li a, #secondary li a {
    padding: 5px 14px 5px 13px;  /* this affects the menu item width */
    text-decoration: none;
/*
    font-weight: bold;
*/
    text-transform: uppercase;
    color: white;
  }

  #footer a {
    font-size: 9px;
    font-family: verdana, georgia, sans-serif;
    color: white;
    font-weight: bold;
  }

  .footermenu li a {
    font-size: 12px !important;
    font-weight: normal !important;
    text-decoration: none;
    color: white;
  }

  .footermenu li a img {
    border: 0;
  }

  #quickdiv {
    margin-left: 536px;
    width: 208px;
    height: 110px;
    position: relative;
  }

  #quicklinks {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 208px;
    margin-left: -104px;
  }

  #quicklinks li a {
    text-decoration: none;
    color: white;
/*
    font-weight: bold;
*/
    line-height: 1.5em;
  }

  .menumark {
    background: #5E3473;
    border-top: 1px solid #6F3A88;
    border-bottom: 1px solid #4A2E5F;
  }

  .secondarymark {
    background: #81500E;
    border-top: 1px solid #9B6906;
    border-bottom: 1px solid #522103;
  }

  #menuborder {
    border-top: 1px solid #401356;
    border-bottom: 1px solid #4D1A52;
  }

  #secondaryborder {
    border-top: 1px solid #874B27;
    border-bottom: 1px solid #814B1D;
  }

  #home {
    width: 610px;
  }

  #wide {
    width: 886px;
    background: white;
    padding: 16px;
  }

  #twothirds {
    width: 578px;
    background: white;
    padding: 16px;
  }

  #ads {
    float: right;
    width: 300px;
  }

  #ads img, #home img, #landingright img {
    border: 0;
    margin-top: 8px;
  }

  #ads img.firstad, #home img.firstad, #landingright img.firstad, #joinad {
    margin-top: 0 !important;
  }

  #joinad {
    width: 300px;
    height: 225px;
  }

  #landingleft {
    float: left;
    width: 225px;
    margin-right: 8px;
  }

  #landingmiddle {
    float: left;
    width: 452px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  #landingright {
    float: left;
    margin-bottom: 8px;
  }

  #onequarter {
    width: 225px;
    background: #E5E5E5;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  #threequarters {
    width: 653px;
    background: white;
    padding: 16px;
    margin-bottom: 8px;
  }

  #tqwrapper {
    float: right;
  }

  #sidenav {
/*
    border-top: 20px solid #5C5C5C;
    border-top: 20px solid #1C525E;
*/
  }

  #sidenav li {
    padding: 0;
  }

  #submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 2em;
    border-bottom: solid black 8px;
  }

  #submenu li.spacer {
    margin-top: 80px;
  }

  #submenu li.text {
    padding: 4px 0 4px 16px;
    font-style: italic;
  }

  #submenu li a {
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 16px;
    width: 209px;
    color: black;
  }

  #submenu li.indent a {
    padding-left: 32px;
    width: 193px;
  }

  #submenu li a:hover {
    background-color: #5C5C5C;
    background-color: #1C525E;
    color: white;
  }

  #submenu li a img {
    display: inline;
    border: 0;
  }

  #submenu li h4 {
    display: block;
    margin-top: 16px;
    margin-bottom: 4px;
    padding: 4px 0 4px 16px;
    width: 209px;
    color: white;
    background: #868686;
    font-size: 12px;
    font-weight: normal;
  }

  .submenumark {
    background: #C9C9C9;
  }

  #titleblock {
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 1px solid #CCCCCC;
  }

  #bookmarkprintemail {
    float: right;
    text-align: right;
    margin-left: 10px;
  }

  #bookmarkprintemail a {
    color: #ACACAC;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
/*
    font-weight: bold;
*/
  }

  #sectionlink {
    color: #42125A;
    text-transform: uppercase;
    text-decoration: none;
/*
    font-weight: bold;
*/
    font-size: 11px;
  }

  #subsectionlink {
    color: #A36411;
    text-transform: uppercase;
    text-decoration: none;
/*
    font-weight: bold;
*/
    font-size: 11px;
  }

  #bodytitle {
    font-family: georgia, "Times New Roman", times, serif;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
  }

  #subtitle {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #929292; 
  }
  
  #results_ {
    width: 578px;
    margin: 0;
    padding: 0;
  }

  #enews {
    width: 300px;
    height: 61px;
    height: 31px;
    background: transparent url(images/ads/enews.jpg);
    margin-top: 8px;
    padding-top: 30px;
    text-align: center;
  }

  #enews a {
    border: 0;
    color: white; 
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
  }

  #enews a:hover {
    text-decoration: underline;
  }

  .enewsemail {
    margin-left: 30px;
    margin-top: 30px;
  }

  .enewssubmit {
    background: url(images/trans.gif);
    border: 0;
    padding: 0;
    margin-left: 8px;
    margin-top: 30px;
    color: white; 
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-size: 14px;
  }

  #enewsform {
    background: #e5e5e5;
    padding: 8px;
  }

  #enewstable {
    margin-left: 40px;
  }

  #enewstable td {
    padding: 4px;
  }

  #enewstable .firstcol {
    text-align: right;
  }

  #regioninfo {
    float: right;
    width: 200px;
    padding: 0 10px 10px 10px;
    background: #E5E5E5 url(images/networks/mapstrip.png) repeat-x;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .boardright {
    float: right;
  }

  .regioninfo {
    width: 200px;
    padding: 0 10px 10px 10px;
    background: #E5E5E5 url(images/networks/mapstrip.png) repeat-x;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  #boardtitle {
  }

  #boardtitle h2 {
    font-family: georgia, "Times New Roman", times, serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }

  #boardtitle p {
    margin-top: 0;
    color: #ACACAC;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }

  #boardmessage {
    clear: left;
  }

  #boardmessage h3 {
    font-family: georgia, "Times New Roman", times, serif;
    font-size: 14px;
    margin-top: 0;
  }

  .portrait {
    width: 120px;
    height: 160px;
    padding: 5px 11px 17px 11px;
    background: white url(images/portraits/frame.jpg);
  }

  .portraitsm {
    width: 61px;
    height: 81px;
    padding: 2px 5px 8px 5px;
    background: white url(images/portraits/framesm.jpg);
  }

  .newsletter {
    width: 163px;
    height: 211px;
    padding: 5px 11px 17px 11px;
    background: white url(images/thumbnails/newsletters/frame.jpg);
  }

  .newsletter-small {
    width: 99px;
    height: 129px;
    padding: 3px 7px 10px 7px;
    width: 94px;
    height: 122px;
    padding: 3px 6px 9px 6px;
    background: white url(images/thumbnails/newsletters/frame-small.jpg);
  }

  .issue {
    width: 185px;
    padding-bottom: 2em;
    text-align: center;
  }

  .warn {
    padding: 10px;
    font-family: monospace;
    font-weight: bold;
    color: red;
  }

  .note {
    color: #7A1D38; /* wine */
  }

  .googlecalendaragenda {
    background: #C3D9FF;
    background: #E5E5E5;
    padding: 10px;
    margin-top: 10px;
    width: 400px;
  }

  .googlecalendaragenda img, .calfeeds img {
    border: 0;
    display: inline;
  }

  .googlecalendaragenda h3 {
    color: #749DBB;
  }

  /* Icons */
 
  .delicious {
    padding-right: 20px;
    background: transparent url('images/icons/delicious.jpg') top right no-repeat;
  }

  .doc {
    padding-right: 20px;
    background: transparent url('images/icons/word.gif') top right no-repeat;
  }

  .left_doc {
    padding-left: 20px;
    background: transparent url('images/icons/word.gif') 0 0 no-repeat;
  }

  .left_delicious {
    padding-left: 20px;
    background: transparent url('images/icons/delicious.jpg') 0 0 no-repeat;
  }

  .left_linkedin {
    padding-left: 20px;
    background: transparent url('images/icons/linkedin.gif') 0 0 no-repeat;
  }

  .left_mp3 {
    padding-left: 20px;
    background: transparent url('images/icons/audio.gif') 0 0 no-repeat;
  }

  .left_pdf {
    padding-left: 20px;
    background: transparent url('images/icons/pdf.gif') 0 0 no-repeat;
  }

  .left_ppt {
    padding-left: 20px;
    background: transparent url('images/icons/powerpoint.gif') 0 0 no-repeat;
  }

  .left_rss {
    padding-left: 20px;
    background: transparent url('images/icons/feed.gif') 0 0 no-repeat;
  }

  .left_twitter {
    padding-left: 20px;
    background: transparent url('images/icons/twitter.jpg') 0 0 no-repeat;
  }

  .left_video {
    padding-left: 20px;
    background: transparent url('images/icons/video.gif') 0 0 no-repeat;
  }

  .linkedin {
    padding-right: 20px;
    background: transparent url('images/icons/linkedin.gif') top right no-repeat;
  }

  .mp3 {
    padding-right: 20px;
    background: transparent url('images/icons/audio.gif') top right no-repeat;
  }

  .pdf {
    padding-right: 20px;
    background: transparent url('images/icons/pdf.gif') top right no-repeat;
  }

  .ppt {
    padding-right: 20px;
    background: transparent url('images/icons/powerpoint.gif') top right no-repeat;
  }

  .rss {
    padding-right: 20px;
    background: transparent url('images/icons/feed.gif') top right no-repeat;
  }

  .twitter {
    padding-right: 20px;
    background: transparent url('images/icons/twitter.jpg') top right no-repeat;
  }

  .video {
    padding-right: 20px;
    background: transparent url('images/icons/video.gif') top right no-repeat;
  }

  /* Tables */

  td {
    vertical-align: top;
    padding-right: 20px;
  }

  table.cancellation, table.registration  {
    width: 100%;
    text-align: center;
  }

  table.cancellation td, table.registration .border {
    padding: 2px;
    border: 1px solid #BFA07F;
  }

  table.cancellation .firstcol, table.registration .firstcol {
    text-align: left;
    padding-left: 2px;
  }

  .tar {
    text-align: right;
    padding-right: 10px !important;
  }

  .tal {
    text-align: left;
    padding-right: 10px !important;
  }

  table.registration .tar {
    vertical-align: middle;
  }

  table.bylaws td {
    padding: 2px;
  }

  table.bylaws .firstcol {
    width: 55px;
    text-align: right;
    font-weight: bold;
    padding: 2px 20px 2px 2px;
  }

  #journaltoc {
    width: 410px;
    float: left;
    margin-right: 14px;
  }

  #journaltoc td {
    padding: 1em;
  }

  #newslettertoc {
    width: 225px;
    float: left;
    margin-right: 14px;
  }

  .toc tr.heading, .history tr.heading {
    background: #C6D4D7; /* blue with 75% white */
    border-bottom: 1px solid #CCCCCC;
    font-style: italic;
    font-size: 13px;
    font-family: georgia;
    font-weight: bold;
  }

  .toc tr.even, .history tr.even {
    background: #E3EAEB; /* blue with 88% white */
  }

  #expectquotes td {
    padding: 10px;
  }

  #expectquotes td.odd {
    background: #E3EAEB; /* blue with 88% white */
  }

  .toc td, .history td {
    font-size: 12px;
    padding: 4px;
    padding-bottom: 8px;
  }

  .history img {
    display: inline;
  }

  .toc td.page {
    padding-left: 15px;
    text-align: right;
  }

  table.portraits {
    border: 0;
    width: 100%;
  }

  table.portraits td {
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: top;
    width: 25%;
  }

  table.portraits img {
    margin: 0 auto;
  }

  table.podcasts td {
    padding-right: 0px;
  }

  table.podcasts td.first {
    padding-right: 20px;
    width: 60%;
  }

  table.podcasts h1 {
    margin-top: 1em;
  }

  table.podcasts img {
/*
    width: 75px;
    height: 102px;
    border: 1px solid black;
*/
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .floater {
    float: right;
    margin: 0 0 10px 10px;
    padding: 10px;
    clear: right;
  }

  .clear {
    clear: both;
  }

  /* Links */

  #contentarea a, .landingside a {
    color: #A36411;
  }

  #contentarea a:visited, .landingside a:visited {
    color: #42125A;
  }

  /* Classes */

  .center {
    text-align: center;
  }

  .fleft {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .fright {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
  }

  .underline {
    text-decoration: underline;
  }

  .doublespace li {
    padding-bottom: 1em;
  }

  .photo {
    border: 1px solid black;
  }

  blockquote, .sponsoredby {
    font-style: italic;
    color: #4B7691;
  }

  blockquote a, .sponsoredby a {
    color: #4B7691 !important;
  }

  blockquote .quotee {
    text-align: right !important;
    width: 100%;
    color: black;
  }

  .quote {
    font-style: italic;
    color: #4B7691;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .quote big {
    font-family: arial, sans-serif;
    font-size: 48px;
  }

  .quote .quotee {
    text-style: italics;
    margin-left: 50px;
  }

  .leftquote {
    margin-left: -20px;
  }

  .rightquote {
    float: right;
  }

  #academy {
    width: 100%;
    text-align: center;
  }

  #academy td {
    padding-right: 0px;
  }

  #academy .seperator {
    border-right: 1px solid #BFA07F;
  }

  #strip1 {
/* green
    border-top: #247343 solid 1px;
    border-bottom: #B6D4C3 solid 1px;
*/
/* brown
    border-top: #993D32 solid 1px;
    border-bottom: #993D32 solid 1px;
*/
    border-top: #1C5661 solid 1px;
    border-bottom: #1C525E solid 1px;
  }

  #strip2 {
/* green
    border-top: #248A52 solid 1px;
    border-bottom: #00491C solid 1px;
*/
/* brown
    border-top: #993D32 solid 1px;
    border-bottom: #993D32 solid 1px;
*/
    border-top: #297281 solid 1px;
    border-bottom: #0D2A32 solid 1px;
  }

  #strip3 {
    height: 14px;
/* green
    background: #1C7140;
    border-top: #1B6E3E solid 1px;
    border-bottom: #165E33 solid 1px;
*/
/* brown
    background: #993D32;
    border-top: #993D32 solid 1px;
    border-bottom: #993D32 solid 1px;
*/
    background: #1C525E;
    border-top: #1C525E solid 1px;
    border-bottom: #1C525E solid 1px;
  }

  .stwothirds {
    width: 610px;
  }

  #strip1.stwothirds {
/*
    border-top: 8px solid black;
*/
  }

  .sthreequarters {
    width: 685px;
  }

  .sonequarter {
    width: 225px;
  }

  .swide {
    width: 918px;
  }

  /* Detail styles */

  #contentarea h1, .landingside h1 {
    background: #E8F1EC; /* green with 90% white */
    background: #C6DBCF; /* green with 75% white */
    background: #D6E5DD; /* green with 82% white */
    background: #E3EEE8; /* green with 88% white */
    background: #CC9E99; /* brown with 50% white */
    background: #C6D4D7; /* blue with 75% white */
    border-bottom: 1px solid #CCCCCC;
    font-style: italic;
    font-size: 13px;
    font-family: georgia;
    padding: 2px 0 2px 0;
  }

  #contentarea h2, .landingside h2 {
    font-style: italic;
    font-size: 12px;
    font-family: georgia;
    padding: 2px 0 2px 0;
  }

  #contentarea h2, #contentarea h3, #contentarea h4, .landingside h2, .landingside h3, .landingside h4 {
    margin-bottom: 0;
  }

  #contentarea p, .landingside p {
    margin-top: 0;
  }

  table#positionpapers tr.even {
    background: #E8F1EC; /* green with 90% white */
    background: #C6DBCF; /* green with 75% white */
    background: #D6E5DD; /* green with 82% white */
    background: #E3EEE8; /* green with 88% white */
    background: #E3EAEB; /* blue with 88% white */
  }

  table#positionpapers td {
    padding: 20px;
    width: 50%;
  }

  table#positionpapers td img{
    display: inline;
  }

  table.sponsors {
    width: 100%;
  }

  table.sponsors td {
    width: 50%;
  }

  .landingmiddle {
    background: white url(images/landingstrip.png) top center repeat-x;
    color: black;
    width: 420px;
    padding: 23px 16px 16px 16px;
  }

  .landingside {
    margin-top: 0 !important;
    background: white url(images/landingstrip.png) top center repeat-x;
    color: black;
    width: 201px;
    padding: 23px 12px 12px 12px;
    margin-bottom: 8px;
  }

  #regmap {
    padding: 0;
    margin-top: 0 !important;
    background: white url(images/networks/mapstrip.png) top center repeat-x;
    color: black;
    width: 225px;
    height: 500px;
  }

  #regmapimg {
    margin-left: 12px;
  }

  #regmapdesc {
    padding: 0;
    margin: 0;
    padding: 0 12px 0 12px;
    height: 70px;
    font-size: 10px;
  }

  #regmaplist {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
  }

  #regmaplist li {
    padding: 4px 12px 4px 12px !important;
  }

  #regmaplist a {
    text-transform: uppercase;
    text-decoration: none;
  }

  #regmaplist a:visited {
    color: black;
  }

  #regmaplist a {
  }

  .regmaphr {
    padding: 0;
    margin: 6px 12px;
  }

  #report_summary_service li {
    padding-bottom: 0.5em;
  }

  #stabs_c1.board {
    width: 420px;
  }

  .indent {
    padding-left: 40px;
  }

  .dblspc li {
    padding-bottom: 1em;
  }

  .landingside .indent {
    padding-left: 12px;
  }

  #banner img {
    margin-top: 6px;
    border: 0;
    width: 578px;
  }

  .landingframe {
    width: 452px;
    background: url(images/landingframemiddle.jpg);
    padding: 0;
    margin-bottom: 8px;
    margin-top: 0px !important;
  }

  .landingframe h2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
    font-weight: normal !important;
    font-style: italic;
    color: #999999 !important;
    margin-top: 0 !important;
    font-size: 20px !important;
  }

  .landingframetop {
    background: url(images/landingframetop.jpg);
    height: 10px;
  }

  .landingframebottom {
    background: url(images/landingframebottom.jpg);
    height: 10px;
  }

  #nominations {
    width: 100%;
  }

  #nominations th {
    vertical-align: bottom;
  }

  #nominations td {
    text-align: center;
    padding: 0;
  }

  #hometabs {
    float: left;
    margin-top: 8px;
    width: 302px;
    height: 298px;
    background: white;
  }

  #hometabs .stabs_squeezer {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  #homequicklinks {
    float: left;
    margin-top: 8px;
    margin-left: 8px;
    width: 276px;
    height: 110px;
    background: white;
    background: white url(images/landingstrip.png) top center repeat-x;
    padding: 23px 12px 12px 12px;
    line-height: 1.5em;
  }

  .highlight {
/*
    background: #CCCCCC;
*/
    font-weight: bold;
    color: #7A1D38; /* wine */
    color: #1C7140; /* green */
    color: #96891C; /* olive */
    color: #1C525E; /* teal */
  }

  #keynotespeaker {
    width: 100%;
    text-align: center;
  }

  #keynotespeaker p {
    font-size: 150%;
  }

  .majorspeakers td {
    text-align: center;
    padding-bottom: 2em;
    width: 25%;
  }

  .majorspeakers td span {
    font-size: 11px;
  }

  .majorspeakers img {
    display: inline;
  }

  .sesheader {
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
    background: #EEEEEE;
  }

  .top10 td {
    padding-bottom: 10px;
  }

  #fallagenda td, #fallagenda li {
    padding-bottom: 1em;
  }

  #learn {
    width: 35%;
  }

  #learn ul {
    padding-left: 15px;
  }

  .states {
    font-size: 11px;
    color: #666666;
  }

  .print, .suppress { display: none; }

  /* Printer */

  @media print {

    .noprint { display: none; }
    .print { display: inline; }

    #search, #quickdiv, #nav, #ads, #banner, #onequarter, #bookmarkprintemail, #crumbs, #strip1, .footermenu { display: none; }

    #header { height: auto; }
    #twothirds, #threequarters, #wide, #home, #footer { width: 640px; margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }
    #threequarters { float: none; }

    .portrait, .portraitsm {
      padding: 0;
      background: none;
    }

  }
