/* setting standard page CSS */
/* January 2005 */

/* general idea is that H tags already in HTML have height/size setting 
   so don't need to repeat size in CSS */


/* BEGIN */

body {background-image: url('../../../My%20Web%20Pages/Cascading%20Style%20Sheets/standard-page-Jan2005/images/page-bg.gif');
      background-color: #ffffff;   /* white */
      margin: 0
     }


/* ------------------------------------------------------------ headings ------------------ */

#head {color: #990033; }

   /* main page heading */
h1 {text-align: center;
    font-family: "Times New Roman", serif;
    font-size: 18pt;
   }

   /* secondary page heading */
h2 {border-bottom: 0px solid #fc6;
    text-align: center;
    font-family: "Times New Roman", serif;
   }

   /* block heading */
h3 {border-bottom: 1px solid #fc6;
    text-align: right;
    font-family: Verdana, Arial, sans-serif;
   }

   /* paragraph heading */
h4 {text-align: left;
    font-family: Arial, Verdana, sans-serif;
   }

#left-nav, #navwebdesign  H4 {text-align: center;
               font-family: Arial, Verdana, sans-serif;
              }


   /* footer */
h5 {margin-right: 5%;
    text-align: right;
    font-family: Arial, Verdana, sans-serif;
   }


#main-content h5 {text-align: center;
                  font-family: Arial, Verdana, sans-serif;
                 }



   /* 'heading note' such as date created */
h6 {
    color: #000000;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
   }


   /* footer */
#foot h6 {margin-right: 5%;
     text-align: right;
     font-family: Arial, Verdana, sans serif;
     }


/* ------------------------------------------------------------ divs ------------------ */

#head {margin-top: 0px;
       padding-top: 1px;
       padding-bottom: 1px;
       background-color: #ffffcc;   /* pale yellow */
       text-align: center;
       font-weight: bold;
       }


#head li {display: inline;    /* places each list item on the same line */
          list-style: none;   /* removes the bullet point */
          padding: 1;
          margin: 0 0px 0 0;
          }


   /* 'heading note' such as date created */
#head h6 {
          color: #000000;
          text-align: center;
          font-family: Arial, Verdana, sans-serif;
          }






          
#good-practice-content li { list-style: star;
                            line-height: 26px;
                            
                          }


#standard-content { 
               margin-top: 10px;   /* was 30px */
               margin-left: 200px;   /* sets gap left of screen to left of content */
               width: 600px;        /* width of content column */
               border-left: 1px solid #000000;
               border-right: 1px solid #000000;
               padding-top: 0px;
               padding-bottom: 0px;
               padding-left: 10px; 
               padding-right: 5%;
               margin-right: 5%;
               text-align: left;
               font-family: Arial, sans-serif;
               font-size: 13pt;
               color: black;
              }

#good-practice-content { 
               margin-top: 10px;   /* was 30px */
               margin-left: 200px;   /* sets gap left of screen to left of content */
               width: 500px;        /* width of content column */
               border-left: 1px solid #000000;
               border-right: 1px solid #000000;
               padding-top: 0px;
               padding-bottom: 0px;
               padding-left: 10px; 
               padding-right: 5%;
               margin-right: 5%;
               text-align: left;
               font-family: Arial, sans-serif;
               font-size: 13pt;
               color: black;
              }


#single-column-content {
               margin-top: 30px;
               margin-left: 150px;   /* sets gap left of screen to left of content */
               width: 600px;        /* width of content column */
               border-left: 0px solid #000000;
               border-right: 0px solid #000000;
               padding-top: 0px;
               padding-bottom: 0px;
               padding-left: 10px; 
               padding-right: 5%;
               margin-right: 5%;
               text-align: left;
               font-family: Arial, sans-serif;
               font-size: 13pt;
               color: #000000;    /* black */
              }


}


hr {size:3; width: 50%; color: #ff3333; text-align: center; }


#navteach {position: absolute;
           top: 160px;
           left: 20px;
           width: 170px;
           background-color: yellow;
           border: 1px solid #000000;
           padding: 5px;
           line-height: 20px;
           font-size: 10pt;
          }

#navwebdesign {position: absolute;
           top: 215px;
           left: 30px;
           width: 160px;
           background-color: orange;
           padding-top: 5px;
           padding-bottom: 5px;
           padding-left: 5px;
           line-height: 20px;
           font-size: 10pt;
          }

#navlochistory {position: absolute;
           top: 140px;
           left: 30px;
           width: 160px;
           background-color: blue;
           line-height: 30px;
           font-size: 10pt;
          }

#navgeny {position: absolute;
           top: 210px;
           left: 30px;
           width: 160px;
           background-color: #33cc33;
           padding: 5px;
           line-height: 30px;
           font-size: 10pt;
          }


#navimage {position: absolute;
           top: 140px;
           left: 30px;
           width: 160px;
           background-color: yellow;
           line-height: 30px;
           font-size: 10pt;
           text-align: left;
          }

#nav li {list-style: none;
        }




a:hover, #nav a:hover, #footer {background-color: #fc6;
                                text-decoration: underlined;
                               }


#foot {margin-top: 30px;
       border: 0px solid #000000;
       background-color: #ffffcc;   /* pale yellow */
       padding-top: 5px;
       padding-right: 10px;
       padding-bottom: 10px;
       text-align: right;
       color: #000000;    /* black */



#footer {background-color: #ffffff;
         color: green;
         text-align: right;
        }
        
/*
select {background-color: red;
        color: white;
       }
*/