
 /* pj_noframe_home.css                */
 /* Style Sheet - pj_noframe_home.html */ 

      body {
        background-color: #c3d3d3;  
        }
        
      caption {
        background: #e6e6fa; 
        margin: .2em;
        caption-side: top;
        margin-left: auto;
        margin-right: auto;
        border: 1px ridge gray;
        }
      
      table {
        table-layout: auto;
        width: 46em;
        border-collapse: seperate;
        border-spacing: 0px;
        }
        
      td {
        border-top:     1px ridge gray;
        border-bottom:  1px ridge gray;
        border-left:    0px ridge white;
        border-right:   0px ridge white; 
        background: #ffffff;
        padding: 0;
        }
      
      div {
        border: 1px black;
        background: #ffffff;
        }
        
      #r1c1 {
        position: relative;
        top:  0px;
        left: 0px;
 /*       background-image: url(graphics2/news.jpg);
	     background-repeat: no-repeat;  */
        vertical-align: top;
        height: 25em;
        width: 190px;
        padding: 0px 15px 10px 15px;
        text-align: justify;
        border-left: thin groove navy;
        font-family: "Times New Roman", Times, serif;
        }
        
      #r1c2 {
        background-image: url(graphics2/xmas_background100.jpg);
        vertical-align: top;
        height: 25em;
        width: 300px;
        padding: 15px 15px 10px 15px;
        text-align: justify;
        }
        
      #r1c3 {
        background-color: #fafad2;
        vertical-align: top;
        padding: 45px 15px 10px 15px;
        text-align: justify;
        border-right: thin groove navy;       
        }
       
      #r2c1 {
        border-left: thin groove navy;
        font-family: "Times New Roman", Times, serif;
        padding-left: 15px;
        }
        
      #r2c3 {
        border-right: thin groove navy;
        font-family: "Times New Roman", Times, serif;
        }
      
      #pjHeading1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
        font-weight: bold;
        text-align: center;
        text-decoration: underline;
        padding-top: 2px;
        padding-bottom: 0px;
        }
              
      a:link {
       color: navy;
       }
      a:visited {
       color: green;
       }
      a:hover {
       color: red;
       }
      a:active {
       color: yellow;
       }
       
 /* temp contextual - requires mod, */      
      #r1c3 u {
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
        font-weight: bold;
        text-align: center;
        }
       
 /* ------------------------------- */
 
      #pjFBWin {
        position: absolute;
        left: 200px;
        top:  400px;
        }
         
