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

a.seLinksText
   {
   color: #FF0000;
   background-color: #FFFFFF;
   }

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

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

a.seLinksText:hover
   {
   color: #00C000;
   cursor:pointer;
   }


body
   {
   color: #000000;
   background-color: #585860;
   font-family:Arial, serif;
   }

div
   {
   background-color:#ffffff;
   }


/* padded inner container for all page content*/

   div.seContentBorder
      {
      }

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

   div.seCredit
      {
      font-size:80%;
      font-weight:500;
      color: #FFFFFF;
      background-color: #585860;
      }

      div.seCredit a
         {
         color: #FFFFFF;
         }

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

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

      div.seCredit a:hover
         {
         color:#00C000;
         cursor:pointer;
         }


   div.seCutline
      {
      font-size: 80%; 
      font-weight: 600;
      border-color:#674F33;
      }

   div.seNavBar
      {      
      color: #FF0000;
      background-color: #FFFFFF;
      font-size: 80%;
      margin: 0px; 
      padding-bottom: 5px;
      padding-top: 15px;
      padding-left: 0px;
      width: 800px;
      font-weight: 600;
      }

      div.seNavBar a
         {
         color: #FF0000;
         }   

      div.seNavBar a:link
         {
         color: #FF0000;
         }

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

      div.seNavBar a:hover
         {
         color: #00C000;
         }

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

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

      div.seNavBar a.current:hover
         {
         color: #00C000;
         cursor:pointer;
         font-weight: 600;
         }
       

h1
   {
   font-size:1.2em;
   font-weight:600;
   color: #3C748F;
   padding: 5px;
   }

h2
   {
   font-size: 1.1em;
   font-weight: 600;
   color: #3FF0000;
   padding: 5px;   
   }

h3
   {
   font-size: 1em;
   font-weight: 600;
   color: #000000;
   padding: 5px;   
   }

h4
   {
   font-size: .9em;
   font-weight: 600;
   color: #000000;
   padding: 5px;   
   }


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

.seBorder1
   {
   border-color:#000000;
   }

.seContactBox
   {
   font-weight: 600;
   font-size: 90%;
   }

.seContactBox a:link
   {
   font-weight: 600;
   font-size: 90%;
   color: #FF0000;
   }

.seContactBox a:visited
   {
   color: #FF0000;
   }

.seContactBox a:hover
   {
   color: #00C000;
   cursor:pointer;
   }

.seContactBox a.current:link
   {
   color: #FF0000;
   }

/* **** CONTACT INFO **** */

.seContactInfo
   {
   font-weight: 100;
   font-size: 90%;
   color: #4B711C;
   }

.seContactInfo a
   {
   font-weight: 100;
   }

.seContactInfo a:link
   {
   font-weight: 100;
   color: #FF0000;
   }

.seContactInfo a:visited
   {
   color: #FF0000;
   }

.seContactInfo a:hover
   {
   color: #00C000;
   cursor:pointer;
   }

.seContactInfo a.current:link
   {
   color: #FF0000;
   }

.seContactInfo p
   {
   }


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

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


.seKicker
   {
   font-size: 1em;
   font-weight: 600;
   color: #A10000;
   }

.seLineBreaker
   {
   border-bottom-color: #7C97B5;
   }

.seLinks
   {
   font-weight: 100;
   }

.seLinks p
   {
   font-weight: 100;
   }

.seLinks a:link
   {
   font-weight: 100;
   color: #FF0000;
   }

.seLinks a:visited
   {
   color: #FF0000;
   }

.seLinks a:hover
   {
   color: #00C000;
   cursor:pointer;
   }

.seLinks a.current:link
   {
   color: #FF0000;
   }

.seLinksHead
   {
   font-size: .95em;
   font-weight: 700;
   color: #FF0000;
   }

.seList
   {
   font-size: 115%;
   }

.sePersonalInfo
   {
   font-weight: 400;
   }

.sePersonalInfo a:link
   {
   font-weight: 400;
   color: #FF0000;
   }

.sePersonalInfo a:visited
   {
   color: #FF0000;
   }

.sePersonalInfo a:hover
   {
   color: #00C000;
   cursor:pointer;
   }

.sePersonalInfo a.current:link
   {
   color: #FF0000;
   }

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