/*
standard predefined elements and associated common styles.
*/


a.seLinksText
   {
   color: #195093;
   }

a.seLinksText:link
   {
   color: #195093;
   }

a.seLinksText:visited
   {
   color: #195093;
   }

a.seLinksText:hover
   {
   color: #195093;
   cursor:pointer;
   text-decoration: underline;
   }


body
   {
   color: #000000;
   background-color: #7A599E;   
   font-family:Arial, serif;
   font-size:95%;   
   background-image: url('../images/background.gif');   
   }

div
   {
   background-color:#ffffff;
   }


/* padded inner container for all page content*/

   div.seContentBorder
      {
      }

   div.seContactInfo
      {
      font-weight: 500;
      font-size:90%;
      }

   div.seCredit
      {
      font-size:80%;
      color: #195093;
      background-color: #BC8CD6;
      }

      div.seCredit a
         {
         color: #195093;
         }

      div.seCredit a:link
         {
         color: #195093;
         }

      div.seCredit a:visited
         {
         color: #195093;
         }

      div.seCredit a:hover
         {
	  color: #195093;
	  cursor:pointer;
	  text-decoration: underline;
         }


   div.seCutline
      {
      font-size: 80%; 
      font-weight: 600;
      }

   div.seNavBar
      {
      font-weight: 100;
      color: #62457E;
      background-color: #DFD2B6;
      font-size: 80%;
      margin-left: auto; 
      margin-right: auto;
      padding-bottom: 0px;
      margin-bottom: 5px;
      margin-top: 144px;
      }

      div.seNavBar a
         {
         color: #62457E;
         }   

      div.seNavBar a:link
         {
         color: #62457E;
         }

      div.seNavBar a:visited
         {
         color: #62457E;
         cursor:pointer;
         }

      div.seNavBar a:hover
         {
         color: #62457E;
         text-decoration: underline;
         }

      div.seNavBar a.current:link
         {
         color: #62457E;  
         }

      div.seNavBar a.current:visited
         {
         color: #62457E;   
         }

      div.seNavBar a.current:hover
         {
         color: #62457E;
         cursor:pointer;
         text-decoration: underline;
         }       

h1
   {
   font-size:1.4em;
   font-weight:600;
   color: #FEFD02;
   padding: 0px;
   font-family: arial black;
   margin-top: 20px;
   margin-bottom:10px;
   text-align: center;
   }

h2
   {
   font-size: 1.2em;
   font-weight: 600;
   color: #FEFD02;
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
   }

h3
   {
   font-size: 1em;
   font-weight: 600;
   color: #665189;
   padding: 0px;
   text-align: left;   
   }

h4
   {
   font-size: .9em;
   font-weight: 600;
   color: #665189;
   text-align: left;   
   }

.seKick
   {
   font-weight: 600; color: #008000;
   }

/*
common standard element styles independent of predefined elements 
*/

.seBorder1
   {
   border-color:#000000;
   }


.seCopy
   {
   font-weight: 400;
   font-size: 75%;
   color: #222222;
   padding-top: 0px;
   margin-top: 0px;
   }

.seDummyLink
   {
   font-weight: 600;   
   color:  #000000; 
   }


.seTestimonial
   {
   font-size: 85%;
   font-weight: 100;
   background-color: #C3E7FF;
   padding: 10px;
   border: 1px solid #7F510C;
   }
   

div.scrapbooking_banner
   {
   width:560px; 
   margin:0px; 
   padding:10px;
   border: 3px solid #7A599E; 
   padding-top: 0px; 
   margin-left: 100px;   
   padding-bottom: 20px;
   background-color: #FEFD02;
   }   