html{ height: 100%; }
body {
    height:100%; 
    font-family:arial, helvetica, sans-serif;
    font-size:10pt;
}
#notformobile{
}
#main { 
  text-align: center;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#main1 { 
  text-align: left;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#top_ad4printables{
  position: relative;
}
#attn{
}
#topnavcontainer {
  width: 100%;
  text-align: center;
}
#topnav {
  width:780px;
  height:50px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background: url(Pencil.gif);
  repeat: 0;
}
#topnavlinks {
  position: absolute;
  margin-left:50px;
  margin-top:10px;
  width:760px;
  height:45px;
}
#linkitem {
  position:relative;
  float:left;
  margin-right: 20px;
  line-height:200%;
}
#moreabout {
  font-size: 12pt;
}
#footer { clear: both; position: relative; z-index: 10; height: 20px; margin-top: -20px; }
#footer1{ position: relative; }

@media only screen and (max-device-width: 480px) {
  #notformobile{ display: none; }
}
