@media print {
  @page {
    size: 8.5in 11in;
    margin: 0.5in;
   }

  body {
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
    margin-left: 0.5in;
    margin-right: 0.5in;
  }

  div #top {
    width: 7.5in;
  }
  
  div#top table{
    margin-left: 0;
    text-align: left;
  }

  div#leftmenu {
    display:  none;
  }
  
  div#footer {
    display: none;
  }


 div#rightcontent {
    text-align:  left;
    width: 7.5in;
 }
 
 table#right {
   align: left;
   cellpadding: 0;
   border: 1px;
 }

  span#toptext{
    line-height: 28px;
  }

  span#toptext2{
    line-height: 28px;
}

div#leftmenu a{
  display: none;
}

div#leftmenu a:link {
  display: none;
}

div#main {
    text-align: center;
}

}

html{
  margin:  0;
  padding:  0;
}

body{
  font: 0.42em/1.333 Arial, sans-serif;
  letter-spacing: 0.25px;
  font-size: 12;
  color: #202020;
  margin: 0;
  padding: 0;
  min-width: 40em;

}

div#top{
  top: 0;
  height:  135px;
  background:  #D8F1F5;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #003;
}

div#top2{
  top: 137;
  height: 15px;
  background:  #036;
  padding: 0;
  border-top: solid 1px #69c;
  border-bottom: double 2px #003;
}

div#rightcontent {
  top: 152px;
  margin-left: 190px;
  text-align:  center;
}

div#leftmenu{
  position: absolute;
  top: 152px;
  border-right: double 2px #69c;
  border-top: solid 1px #069;
  border-bottom: double 2px #003;
  width:  190px;
  background:  #036;
}

div#leftmenu a{
  display: block;
  margin-bottom: 0.5px;
  padding: 0.175em;
  letter-spacing: 1px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border-top: 1px solid #69c;
  border-bottom: 1px solid #003;
  border-right: 1px solid #69c;
  color: #337;
  background: transparent none center left no-repeat;
  text-decoration: none;
}

div#leftmenu a:link {
  color: #fff;
  background-color: transparent;
}

div#leftmenu a:visited {
  color: #fff;
  background-color: transparent;
}

div#leftmenu a:hover {
  background: #003;
  color: #69c;
}


div#main {
    text-align: center;
}

div#footer {
  bottom: 0em;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #FFF;
  height: 1em;
  background: #003;
  border-top: double 3px #336;
  border-bottom: double 3px #336;
}

div#footer a{
  position: float;
  bottom: 0;
  color: #FFF;
  text-decoration: none;
}

span#toptext{
  line-height: 28px;
}

span#toptext2{
  letter-spacing:  0.5px;
  line-height: 32px;
}

span#titleslant {
  color: #033;
  font-size: 16;
  letter-spacing: 0.5px;
  text-decoration: italic;
  font-family:'Lucida Handwriting', 'Comic Sans MS';
}

span#title {
  color: #2314b2;
  font-size: 20px;
  letter-spacing: 0.5px;
}

span#script {
  color: 000;
  font-size: 14;
  font-family:'Lucida Handwriting', 'Comic Sans MS';
  text-decoration: bold;
}

span#bigscript {
  color: 000;
  font-size: 18;
  font-family:'Lucida Handwriting', 'Comic Sans MS';
  text-decoration: bold;
}


