BODY { height: 8.5in } 
H1   { font-family : arial; font-size=48 }
H2   { font-family : arial; }
ul   { list-style : outside; 
        font-family : arial;
      }
A:link    {text-decoration: none;      color: black;   font-weight : bold; font-size:20;}
A:visited {text-decoration: none;      color: black;   font-weight : bold; font-size:20;}
A:active  {text-decoration: none;      color: black;   font-weight : bold; font-size:20;}
A:hover   {text-decoration: underline; color: white;   font-weight : bold; font-size:20;} 

img {/* border style for all images */
     border: 0;
}
      #primary {
        position: fixed;
        width: 783;
        height: auto;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        border : solid silver;
        font-family : arial;
        background : "EEE8AA";
      }
      #main {
        position: relative;
        height: auto;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;  
        font-style : arial; 
        border-right: double silver;     
      }
      #col1 {
        height: 100%;
        width: auto;
        background : "EEE8AA";
        border-right: double silver;
      }
      #col2 {
        width: 20%;
        text-align : center;
        background : "EEE8AA";
      }
      #col3 {
        height: 100%;
        width: 20%;
        background : "EEE8AA";
        border-left: double silver;
      }
      #pmarker2 {
        background : "B8B863";
        max-height :  2em;
        line-height:  2em;
        text-align : "center";
        width      :  auto; 
      }
      #avoid {
        width: 20em;
        background :"#FF0000";
        text-align : "center";
        border: double silver;
      }
      #nobreak{
       display: inline; 
      }

