@media print {
  body {
    margin-top: 0%;
  }
  #menu { visibility: hidden; }
  #left { visibility: hidden; }
  #content { position: absolute; top: 8em; }
  .right { visibility: hidden; }
  #footer { visibility: hidden; }
}

@media screen {
  #body { width: 775px; }
  #left, #content { margin-right: 33%; }
}

@media screen,print {
  img { border: 0; }
  #body { text-align: left; }
}
.style2 {
font-style:italic;
margin-left:25px;
}
.style3 {
color: #191970; font-style: italic;
}
.style4 {
color: #191970; 
font-size: 16px;
margin-left:25px;
}
.style19 {
color: #000000;
font-size: 14px;
}
.style20 {
color: #000000
font-size: 12px;
}
.style21 {
color: #555555
}
.style22{
color: #000000;
font-size: 14px;
font-weight: bold;
text-decoration: underline;
}
.style23{
color: #000000;
font-size: 14px;
/*font-style: italic;*/
}
.stylecurrentpage{
	background-color: red;
    color: white;
    border-right: 1px solid gray;
    border-bottom: 2px solid gray;
}

  #ngitext a, #menu a {
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: black;
    padding-top: 0px;
  }
  #ngitext {
    border-bottom: 2px solid white;
  }

 #navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #191970;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
}
#navcontainer ul li { display: inline; }

#navbar a
{
background-color: #996633;
color: #FFFFFF;
font-size: 14px;
text-decoration: none;
font-weight: bold;
float: left;
width: 100%;
}

#navbar a:hover
{
background-color: #000000;
color: #FFFFFF;
font-size: 14px;
width: 100%;
}
 #navplain {
    padding: 0px;
    list-style-type: none;
    text-align: center;
  }
  #navplain li {
    display: inline;
  }
  #navplain li a {
    padding-left: 5px;
    padding-right: 5px;
    text-transform: capitalize;
  }

  #slogan, #invitation {  
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  #slogan {
    text-align: center;
    color: white;
    background-color: #404088;
    font-size: 17pt;
    font-style: italic;
    margin-top: 1px;
  }
  #invitation {
    color: #404088;
    margin: 5px 0px 0px 0px;
    padding: 0em .5em 0em .5em;
    background-color: #EEBB55;
    font-size: 12pt;
  }

  div.right img, div.right span {
  /*  background-color: lightgreen; */
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.right span { font-weight: bold; }
  div.right, #quotes {
  /*  background-color: lightblue; */
    line-height: 30px;
    text-align: right;
    float: right;
    width: 30%;
    clear: right;
  }
   p.program_time {
    margin-top: 4ex;
  }

  /* The following came with the code from last year */

  .style5, .style6, .style7 {color: #0000FF}
  .style6 {text-align: left;}
  .style7 {font-weight: bold; }
  .style9 {
  font-size: 16pt; 
  font-weight:bold; 
  }
  .style16 {color: #000099; font-weight: bold; }
  .style17 {color: #666666; }
  .style18 {font-size: 9pt}
  body,td,th {
	  font-family: Arial, Helvetica, Sans-serif;
	  font-size: 12pt;
  }
  h1,h2,h3,h4,h5,h6 {
	  font-family: Arial, Helvetica, Sans-serif;
	  font-weight: bold;
  }
  h1 {
	  font-size: 14pt;
  }
  h2 {
	  font-size: 12pt;
  }
  h3 {
	  font-size: 12pt;
  }
}

